Fix typescript-sdk package issues

• Remove unknown "build" dependency that was incorrectly added to package.json
• Update pnpm-lock.yaml to reflect dependency removal
This commit is contained in:
midzelis 2025-08-14 19:56:22 +00:00
parent 7b1011c091
commit b0778dcc49
2 changed files with 1 additions and 239 deletions

View file

@ -16,8 +16,7 @@
},
"license": "GNU Affero General Public License version 3",
"dependencies": {
"@oazapfts/runtime": "^1.0.2",
"build": "^0.1.4"
"@oazapfts/runtime": "^1.0.2"
},
"devDependencies": {
"@types/node": "^22.17.0",