|
28 | 28 | "dev": "tsup --watch", |
29 | 29 | "example": "tsx example.mts", |
30 | 30 | "test": "vitest run", |
31 | | - "generate": "python ./../../spec/remove_extra_tags.py sandboxes templates auth && openapi-typescript ../../spec/openapi_generated.yml -x api_key --array-length --alphabetize --output src/api/schema.gen.ts", |
32 | | - "generate-envd-api": "openapi-typescript ../../spec/envd/envd.yaml -x api_key --array-length --alphabetize --output src/envd/schema.gen.ts", |
33 | | - "generate-ref": "./scripts/generate_sdk_ref.sh", |
| 31 | + "generate":"npm-run-all generate:*", |
| 32 | + "generate:api": "python ./../../spec/remove_extra_tags.py sandboxes templates auth && openapi-typescript ../../spec/openapi_generated.yml -x api_key --array-length --alphabetize --output src/api/schema.gen.ts", |
| 33 | + "generate:envd-api": "openapi-typescript ../../spec/envd/envd.yaml -x api_key --array-length --alphabetize --output src/envd/schema.gen.ts", |
| 34 | + "generate:ref": "./scripts/generate_sdk_ref.sh", |
34 | 35 | "check-deps": "knip", |
35 | 36 | "update-deps": "ncu -u && pnpm i", |
36 | 37 | "postPublish": "./scripts/post-publish.sh || true", |
|
52 | 53 | "eslint": "^8.57.1", |
53 | 54 | "knip": "^5.43.6", |
54 | 55 | "npm-check-updates": "^16.14.20", |
| 56 | + "npm-run-all": "^4.1.5", |
55 | 57 | "openapi-typescript": "^7.6.1", |
56 | 58 | "playwright": "^1.48.0", |
57 | 59 | "react": "^18.3.1", |
|
82 | 84 | "typescript" |
83 | 85 | ], |
84 | 86 | "dependencies": { |
85 | | - "@bufbuild/protobuf": "^2.2.2", |
| 87 | + "@bufbuild/protobuf": "^2.6.2", |
86 | 88 | "@connectrpc/connect": "2.0.0-rc.3", |
87 | 89 | "@connectrpc/connect-web": "2.0.0-rc.3", |
88 | 90 | "compare-versions": "^6.1.0", |
|
0 commit comments