@inixiative/json-rules 2.6.0 → 2.8.0

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": "@inixiative/json-rules",
3
- "version": "2.6.0",
3
+ "version": "2.8.0",
4
4
  "description": "TypeScript-first JSON rules engine with intuitive syntax and detailed error messages",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -17,9 +17,10 @@
17
17
  "typecheck": "tsc --noEmit",
18
18
  "lint": "biome check .",
19
19
  "format": "biome format --write .",
20
- "check": "bun run typecheck && bun run lint",
20
+ "check:catalog": "bun test test/operatorCatalog.integrity.test.ts",
21
+ "check": "bun run typecheck && bun run lint && bun run check:catalog",
21
22
  "prepare": "lefthook install",
22
- "prepublishOnly": "bun run check && bun run build"
23
+ "prepublishOnly": "bun run check && bun run test && bun run build"
23
24
  },
24
25
  "keywords": [
25
26
  "json",