Skip to content

Commit

Permalink
Merge pull request #17 from IsmaelMartinez/feature-update-dependencie…
Browse files Browse the repository at this point in the history
…s-default-project-dir

updating dependencies and adding default project_dir value
  • Loading branch information
IsmaelMartinez authored Dec 10, 2024
2 parents 11851a2 + 498a54c commit 75d1c5c
Show file tree
Hide file tree
Showing 6 changed files with 168 additions and 206 deletions.
5 changes: 5 additions & 0 deletions .changeset/warm-tomatoes-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@ismaelmartinez/generator-atlassian-compass-event-catalog': patch
---

update dependencies and adding default PROJECT_DIR when not present
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ npm run generate

You should be ready to start developing with the generator. Open and [issue](https://github.com/IsmaelMartinez/generator-atlassian-compass-event-catalog/issues) if you find any problems.



EventCatalog uses [EventCatalog SDK](https://www.eventcatalog.dev/docs/sdk) to interact with the Catalog.

You can also explore the [get started building compass apps](https://developer.atlassian.com/cloud/compass/integrations/get-started-integrating-with-Compass/#get-started-building-compass-apps) to learn more about the Compass API. I haven't explore it yet.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"license": "ISC",
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.8.0",
"prettier": "^3.3.3",
"tsup": "^8.3.4",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"@types/node": "^22.10.1",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"files": [
"dist",
Expand All @@ -37,8 +37,8 @@
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"@changesets/cli": "^2.27.9",
"@eventcatalog/sdk": "^1.1.3",
"@changesets/cli": "^2.27.10",
"@eventcatalog/sdk": "^1.4.2",
"chalk": "^5.3.0",
"change-case": "^5.4.4",
"js-yaml": "^4.1.0"
Expand Down
Loading

0 comments on commit 75d1c5c

Please sign in to comment.