Skip to content

Commit

Permalink
Merge pull request #247 from DestinyItemManager/upgrade-stately
Browse files Browse the repository at this point in the history
Upgrade client
  • Loading branch information
bhollis authored Oct 31, 2024
2 parents abb2be5 + 6c4df04 commit 87bbfd3
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 51 deletions.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --detectOpenHandles --verbose --coverage --forceExit",
"test:watch": "jest --watch",
"eslint-inspect": "pnpm dlx @eslint/config-inspector",
"generate": "stately schema generate -l js --schema-id 8030842688320564 --version 1 api/stately/schema/index.ts api/stately/generated",
"generate": "stately schema generate -l js --schema-id 8030842688320564 --version 1 api/stately/generated",
"generate-preview": "stately schema generate -l js --preview api/stately/schema/index.ts api/stately/generated",
"dim-api-types:build": "./build-dim-api-types.sh"
},
"devDependencies": {
Expand All @@ -34,7 +35,7 @@
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.2.3",
"@sentry/cli": "^2.34.1",
"@stately-cloud/schema": "^0.4.0",
"@stately-cloud/schema": "^0.9.0",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
Expand Down Expand Up @@ -65,12 +66,12 @@
"typescript-eslint": "^8.3.0"
},
"dependencies": {
"@bufbuild/protobuf": "^2.1.0",
"@bufbuild/protobuf": "^2.2.1",
"@godaddy/terminus": "^4.12.1",
"@google-cloud/profiler": "^6.0.2",
"@sentry/node": "^7.119.0",
"@sentry/tracing": "^7.114.0",
"@stately-cloud/client": "^0.5.0",
"@stately-cloud/client": "^0.11.0",
"bungie-api-ts": "^5.1.0",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
Expand Down
108 changes: 61 additions & 47 deletions pnpm-lock.yaml

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

0 comments on commit 87bbfd3

Please sign in to comment.