Skip to content

Commit a498d76

Browse files
committed
dependencies: updated sag. types
1 parent 1b301e4 commit a498d76

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

reader/ts/package-lock.json

Lines changed: 14 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reader/ts/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"types": "./dist/index.d.ts",
77
"type": "module",
88
"scripts": {
9-
"build": "npx vite build"
9+
"build": "vite build",
10+
"start": "node ./dist/index.js",
11+
"build:and:run": "vite build && node ./dist/index.js"
1012
},
1113
"author": "",
1214
"license": "",
@@ -28,9 +30,10 @@
2830
"access": "public"
2931
},
3032
"dependencies": {
31-
"@code0-tech/sagittarius-graphql-types": "^0.0.0-00f33663039d78ad59e95306730878c687de5c48",
33+
"@code0-tech/sagittarius-graphql-types": "^0.0.0-56198dce107a9c09cc5eca0773f239d9c3eba598",
3234
"@code0-tech/tucana": "^0.0.37",
3335
"@protobuf-ts/runtime": "^2.11.1",
36+
"@protobuf-ts/runtime-rpc": "^2.11.1",
3437
"vite-plugin-dts": "^4.5.4"
3538
}
3639
}

0 commit comments

Comments
 (0)