Skip to content

Commit

Permalink
fix: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Sep 15, 2024
1 parent 559f191 commit c8ab868
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 5 deletions.
150 changes: 148 additions & 2 deletions ts/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@
"postpublish": "rm ./README.MD"
},
"devDependencies": {
"semantic-release": "^24.1.1",
"@esbuild-plugins/node-resolve": "^0.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.3.3",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/release-notes-generator": "^14.0.1",
"@esbuild-plugins/node-resolve": "^0.2.2",
"@types/node": "^20.14.2",
"@vitest/browser": "^1.6.0",
"@vitest/coverage-istanbul": "^1.6.0",
Expand All @@ -51,6 +51,7 @@
"esbuild-plugin-wasm": "^1.1.0",
"esbuild-plugin-wasm-pack": "^1.1.0",
"jsdom": "^24.1.0",
"semantic-release": "^24.1.1",
"ts-node": "^10.9.2",
"typedoc": "^0.26.1",
"typedoc-plugin-external-module-map": "^2.0.1",
Expand Down

0 comments on commit c8ab868

Please sign in to comment.