@vrplatform/api 1.3.1-stage.1644 → 1.3.1-stage.1647
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"typings": "build/main/index.d.ts",
|
|
7
7
|
"module": "build/module/index.js"
|
|
8
8
|
},
|
|
9
|
-
"version": "1.3.1-stage.
|
|
9
|
+
"version": "1.3.1-stage.1647",
|
|
10
10
|
"description": "",
|
|
11
11
|
"main": "build/main/index.js",
|
|
12
12
|
"module": "build/module/index.js",
|
|
@@ -15,13 +15,13 @@
|
|
|
15
15
|
"npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
|
|
16
16
|
"npmpub:main": "vrp-publish --tag staging",
|
|
17
17
|
"npmpub:release": "vrp-publish",
|
|
18
|
-
"build": "bun run generate && bun build:main && bun build:module",
|
|
18
|
+
"build": "bun run generate-client && bun build:main && bun build:module",
|
|
19
19
|
"build:main": "tsc -b tsconfig.main.json",
|
|
20
20
|
"build:module": "tsc -b tsconfig.esm.json",
|
|
21
21
|
"dev": "NODE_ENV=generator bun --watch ./generate.ts",
|
|
22
|
-
"generate": "bun generate:schema && bun generate:client",
|
|
23
|
-
"generate:schema": "bun
|
|
24
|
-
"generate:client": "bunx --bun openapi-typescript
|
|
22
|
+
"generate-client": "bun generate:schema && bun generate:client",
|
|
23
|
+
"generate:schema": "NODE_ENV=generator bun ./openapi.ts",
|
|
24
|
+
"generate:client": "bunx --bun openapi-typescript ./openapi.json -o ./src/generated/v1.ts",
|
|
25
25
|
"typecheck": "tsc --noEmit",
|
|
26
26
|
"tsgo": "tsgo --noEmit"
|
|
27
27
|
},
|