chore: publish sdk on release (#7895)

* chore: publish sdk on release

* fix: runtime dep

* chore: sync versions

* chore: update readme

* fix: use Node16 module resolution
This commit is contained in:
Jason Rasmussen
2024-03-12 12:01:12 -04:00
committed by GitHub
parent 779f5d9b3d
commit 17d7d9364f
11 changed files with 90 additions and 40 deletions

6
cli/package-lock.json generated
View File

@@ -49,8 +49,10 @@
"version": "1.98.2",
"dev": true,
"license": "GNU Affero General Public License version 3",
"dependencies": {
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@oazapfts/runtime": "^1.0.0",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}
@@ -5186,7 +5188,7 @@
"@immich/sdk": {
"version": "file:../open-api/typescript-sdk",
"requires": {
"@oazapfts/runtime": "^1.0.0",
"@oazapfts/runtime": "^1.0.2",
"@types/node": "^20.11.0",
"typescript": "^5.3.3"
}