@vrplatform/api 1.3.0-stage.1273 → 1.3.0-stage.1275

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.
Files changed (1) hide show
  1. package/package.json +5 -4
package/package.json CHANGED
@@ -6,15 +6,15 @@
6
6
  "typings": "build/main/index.d.ts",
7
7
  "module": "build/module/index.js"
8
8
  },
9
- "version": "1.3.0-stage.1273",
9
+ "version": "1.3.0-stage.1275",
10
10
  "description": "",
11
11
  "main": "build/main/index.js",
12
12
  "module": "build/module/index.js",
13
13
  "scripts": {
14
14
  "pub": "bun pm version patch --no-git-tag-version && bun run npmpub",
15
15
  "npmpub": "bun run build && bunx vrp-deploy --prefix npmpub",
16
- "npmpub:main": "vrp-pubconfig --tag staging",
17
- "npmpub:release": "vrp-pubconfig",
16
+ "npmpub:main": "vrp-publish --tag staging",
17
+ "npmpub:release": "vrp-publish",
18
18
  "build": "bun run generate && bun build:main && bun build:module",
19
19
  "build:main": "tsc -b tsconfig.main.json",
20
20
  "build:module": "tsc -b tsconfig.esm.json",
@@ -39,7 +39,8 @@
39
39
  "devDependencies": {
40
40
  "@vrplatform/kysely": "*",
41
41
  "@vrplatform/repository": "*",
42
- "@vrplatform/common": "*"
42
+ "@vrplatform/common": "*",
43
+ "@vrplatform/bin": "*"
43
44
  },
44
45
  "files": [
45
46
  "build/main",