@vltpkg/vsr 0.0.0-28 → 0.0.0-29

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vltpkg/vsr",
3
- "version": "0.0.0-28",
3
+ "version": "0.0.0-29",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/vltpkg/vltpkg.git",
@@ -21,10 +21,10 @@
21
21
  "validate-npm-package-name": "6.0.2",
22
22
  "wrangler": "^4.33.1",
23
23
  "zod": "^3.25.76",
24
- "@vltpkg/package-info": "0.0.0-28",
25
- "@vltpkg/package-json": "0.0.0-28",
26
- "@vltpkg/server": "0.0.0-28",
27
- "@vltpkg/vlt-json": "0.0.0-28"
24
+ "@vltpkg/package-info": "0.0.0-29",
25
+ "@vltpkg/package-json": "0.0.0-29",
26
+ "@vltpkg/server": "0.0.0-29",
27
+ "@vltpkg/vlt-json": "0.0.0-29"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@cloudflare/vitest-pool-workers": "^0.8.68",
@@ -39,7 +39,7 @@
39
39
  "typescript": "5.7.3",
40
40
  "typescript-eslint": "^8.40.0",
41
41
  "vitest": "^3.2.4",
42
- "@vltpkg/gui": "0.0.0-28"
42
+ "@vltpkg/gui": "0.0.0-29"
43
43
  },
44
44
  "license": "FSL-1.1-MIT",
45
45
  "engines": {
@@ -61,6 +61,7 @@
61
61
  "deploy": "pnpm build && npx wrangler deploy",
62
62
  "format": "prettier --write . --log-level warn --ignore-path ../../.prettierignore --cache",
63
63
  "format:check": "prettier --check . --ignore-path ../../.prettierignore --cache",
64
+ "postinstall": "node -e \"const fs=require('fs'); process.exit(fs.existsSync('local-store') ? 0 : 1);\" || (npx wrangler d1 execute vsr-local-database --file=src/db/migrations/0000_initial.sql --local --persist-to=local-store --no-remote && npx wrangler d1 execute vsr-local-database --file=src/db/migrations/0001_wealthy_magdalene.sql --local --persist-to=local-store --no-remote)",
64
65
  "lint": "eslint . --fix",
65
66
  "lint:check": "eslint .",
66
67
  "serve:build": "pnpm --silent build && node ./dist/bin/vsr.js --debug --daemon=false",