@vrplatform/api 1.2.40 → 1.3.0
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/build/main/generated/v1.d.ts +638 -739
- package/build/main/generated/v1.js.map +1 -1
- package/build/module/generated/v1.d.ts +638 -739
- package/build/module/generated/v1.js.map +1 -1
- package/package.json +2 -2
- package/src/generated/v1.ts +638 -739
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.3.0",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "build/main/index.js",
|
|
9
9
|
"module": "build/module/index.js",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"LICENSE"
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
|
-
"pub": "bunx bumpp --no-commit --no-git-check --no-verify --ignore-scripts --no-tag -p=false",
|
|
34
|
+
"pub": "bunx bumpp --no-commit --no-git-check --no-verify --ignore-scripts --no-tag -p=false && bun run npmpub",
|
|
35
35
|
"npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
|
|
36
36
|
"npmpub:main": "pnpm publish --no-git-checks --tag staging",
|
|
37
37
|
"npmpub:release": "pnpm publish --no-git-checks",
|