@shapeshift-labs/frontier-lang-compiler 0.2.38 → 0.2.40

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": "@shapeshift-labs/frontier-lang-compiler",
3
- "version": "0.2.38",
3
+ "version": "0.2.40",
4
4
  "description": "Compiler facade for Frontier Lang source documents and language projection adapters.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -27,10 +27,11 @@
27
27
  "fuzz": "npm run build && node fuzz/smoke.mjs",
28
28
  "bench": "npm run build && node bench/smoke.mjs",
29
29
  "prepare": "npm run build",
30
- "prepack": "npm test",
30
+ "prepack": "npm run lint && npm test",
31
31
  "pack:dry": "npm pack --dry-run",
32
32
  "readme:packages": "node benchmarks/package-readme-sections.mjs",
33
- "readme:packages:check": "node benchmarks/package-readme-sections.mjs --check"
33
+ "readme:packages:check": "node benchmarks/package-readme-sections.mjs --check",
34
+ "lint": "node scripts/strict-source-policy.mjs"
34
35
  },
35
36
  "keywords": [
36
37
  "frontier",