@outcomeeng/spx 0.5.6 → 0.6.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.
@@ -0,0 +1,2 @@
1
+
2
+ export { }
package/dist/index.js ADDED
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@outcomeeng/spx",
3
- "version": "0.5.6",
3
+ "version": "0.6.0",
4
4
  "description": "Developer CLI for code validation and session management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -51,9 +51,9 @@
51
51
  "publish:check": "pnpm run validate && pnpm run circular && pnpm run build && vitest run && pnpm run validate:published && pnpm run circular:published",
52
52
  "knip": "tsx src/cli.ts validation knip",
53
53
  "circular": "tsx src/cli.ts validation circular",
54
- "circular:published": "node bin/spx.js validation circular",
54
+ "circular:published": "node bin/spx.js validation circular --scope production",
55
55
  "clean": "pnpm run clean:ignored",
56
- "clean:ignored": "find . \\( -path '*/node_modules' -o -path './dist' -o -path './build' -o -path './coverage' -o -path '*/.git' \\) -prune -o \\( -type d -name __pycache__ -prune -exec rm -rf {} + \\) -o \\( -type f \\( -name .DS_Store -o -name Thumbs.db -o -name '*.pyc' \\) -exec rm -f {} + \\)",
56
+ "clean:ignored": "find . \\( -path '*/node_modules' -o -path './dist' -o -path './build' -o -path './coverage' -o -path './coverage-*' -o -path '*/.git' \\) -prune -o \\( -type d -name __pycache__ -prune -exec rm -rf {} + \\) -o \\( -type f \\( -name .DS_Store -o -name Thumbs.db -o -name '*.pyc' \\) -exec rm -f {} + \\)",
57
57
  "format": "dprint fmt .",
58
58
  "format:check": "dprint check .",
59
59
  "prepare": "lefthook install",
@@ -73,8 +73,10 @@
73
73
  "@types/node": "^22.19.21",
74
74
  "@types/react": "^19.2.17",
75
75
  "@vitest/coverage-v8": "^4.1.5",
76
+ "dprint": "0.54.0",
76
77
  "eslint": "^9.39.4",
77
78
  "eslint-plugin-import": "^2.32.0",
79
+ "eslint-plugin-sonarjs": "^4.1.0",
78
80
  "fast-check": "^4.7.0",
79
81
  "globals": "^17.5.0",
80
82
  "ink-testing-library": "^4.0.0",