@vrplatform/api 1.2.39 → 1.2.40-stage.1047

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.2.39",
6
+ "version": "1.2.40-stage.1047",
7
7
  "description": "",
8
8
  "main": "build/main/index.js",
9
9
  "module": "build/module/index.js",
@@ -33,8 +33,8 @@
33
33
  "scripts": {
34
34
  "pub": "bunx bumpp --no-commit --no-git-check --no-verify --ignore-scripts --no-tag -p=false",
35
35
  "npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
36
- "npmpub:staging": "pnpm publish --no-git-checks --tag staging",
37
- "npmpub:main": "pnpm publish --no-git-checks",
36
+ "npmpub:main": "pnpm publish --no-git-checks --tag staging",
37
+ "npmpub:release": "pnpm publish --no-git-checks",
38
38
  "build": "bun run generate && bun build:main && bun build:module",
39
39
  "build:main": "tsc -b tsconfig.main.json",
40
40
  "build:module": "tsc -b tsconfig.esm.json",