@stackline/redeyed 1.0.1 → 1.0.2

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": "@stackline/redeyed",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Source-preserving JavaScript token transforms with immutable configs and parser adapters",
5
5
  "type": "commonjs",
6
6
  "main": "./redeyed.js",
@@ -68,10 +68,11 @@
68
68
  "check:package": "publint && attw --pack .",
69
69
  "pack:check": "npm pack --dry-run",
70
70
  "audit:dependencies": "npm audit --omit=dev --audit-level=low",
71
+ "audit:all": "npm audit --audit-level=low",
71
72
  "audit:signatures": "npm audit signatures",
72
73
  "docs:build": "npm run build && node scripts/build-docs.mjs",
73
74
  "docs:serve": "node scripts/serve-docs.mjs",
74
- "verify": "npm run clean && npm run lint && npm run build && npm test && npm run test:coverage && npm run test:smoke && npm run check:package && npm run pack:check && npm run test:docs && npm run audit:dependencies",
75
+ "verify": "npm run clean && npm run lint && npm run build && npm test && npm run test:coverage && npm run test:smoke && npm run check:package && npm run pack:check && npm run test:docs && npm run audit:dependencies && npm run audit:all",
75
76
  "prepack": "npm run build"
76
77
  },
77
78
  "repository": {
@@ -106,7 +107,7 @@
106
107
  "access": "public"
107
108
  },
108
109
  "dependencies": {
109
- "esprima": "4.0.1"
110
+ "esprima": "npm:@stackline/esprima@1.0.0"
110
111
  },
111
112
  "devDependencies": {
112
113
  "@arethetypeswrong/cli": "0.18.5",