@empline/preflight 1.0.26 → 1.0.27

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.

Potentially problematic release.


This version of @empline/preflight might be problematic. Click here for more details.

File without changes
package/dist/bin/audit.js CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/bin/watch.js CHANGED
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@empline/preflight",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Distributable preflight validation system with app-specific plugin support",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -16,17 +16,6 @@
16
16
  "preflight-install-hooks": "dist/bin/install-hooks.js",
17
17
  "preflight-review-drift": "dist/bin/review-drift.js"
18
18
  },
19
- "scripts": {
20
- "build": "tsc",
21
- "dev": "tsc --watch",
22
- "preflight": "tsx src/bin/preflight.ts",
23
- "check:all": "tsx src/checks/**/*.ts",
24
- "check:security": "tsx src/checks/security/*.ts",
25
- "check:business": "tsx src/checks/business/*.ts",
26
- "lint": "eslint src/",
27
- "test": "vitest",
28
- "prepublishOnly": "npm run build"
29
- },
30
19
  "exports": {
31
20
  ".": {
32
21
  "types": "./dist/index.d.ts",
@@ -75,5 +64,15 @@
75
64
  },
76
65
  "engines": {
77
66
  "node": ">=18.0.0"
67
+ },
68
+ "scripts": {
69
+ "build": "tsc",
70
+ "dev": "tsc --watch",
71
+ "preflight": "tsx src/bin/preflight.ts",
72
+ "check:all": "tsx src/checks/**/*.ts",
73
+ "check:security": "tsx src/checks/security/*.ts",
74
+ "check:business": "tsx src/checks/business/*.ts",
75
+ "lint": "eslint src/",
76
+ "test": "vitest"
78
77
  }
79
- }
78
+ }