@probelabs/visor 0.1.111 → 0.1.113

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": "@probelabs/visor",
3
- "version": "0.1.111",
3
+ "version": "0.1.113",
4
4
  "main": "dist/index.js",
5
5
  "bin": {
6
6
  "visor": "./dist/index.js"
@@ -44,11 +44,10 @@
44
44
  "format": "prettier --write src tests",
45
45
  "format:check": "prettier --check src tests",
46
46
  "clean": "",
47
- "prebuild": "npm run clean && node scripts/generate-config-schema.js",
48
- "pretest": "node scripts/generate-config-schema.js && npm run build:cli",
47
+ "prebuild": "npm run clean && patch-package && node scripts/generate-config-schema.js",
48
+ "pretest": "patch-package && node scripts/generate-config-schema.js && npm run build:cli",
49
49
  "test:with-build": "npm run build:cli && jest",
50
50
  "test:yaml": "node dist/index.js test --progress compact",
51
- "postinstall": "patch-package",
52
51
  "prepare": "husky",
53
52
  "pre-commit": "lint-staged",
54
53
  "deploy:site": "cd site && npx wrangler pages deploy . --project-name=visor-site --commit-dirty=true",
@@ -97,7 +96,7 @@
97
96
  "@octokit/auth-app": "^8.1.0",
98
97
  "@octokit/core": "^7.0.3",
99
98
  "@octokit/rest": "^22.0.0",
100
- "@probelabs/probe": "^0.6.0-rc173",
99
+ "@probelabs/probe": "^0.6.0-rc196",
101
100
  "@types/commander": "^2.12.0",
102
101
  "@types/uuid": "^10.0.0",
103
102
  "ajv": "^8.17.1",