@outcomeeng/spx 0.5.5 → 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.5",
3
+ "version": "0.6.0",
4
4
  "description": "Developer CLI for code validation and session management",
5
5
  "type": "module",
6
6
  "bin": {
@@ -45,14 +45,15 @@
45
45
  "lint": "tsx src/cli.ts validation lint",
46
46
  "lint:fix": "tsx src/cli.ts validation lint --fix",
47
47
  "lint:production": "tsx src/cli.ts validation lint --scope production",
48
- "validate": "tsx src/cli.ts validation all",
49
- "validate:production": "tsx src/cli.ts validation all --scope production",
50
- "validate:published": "node bin/spx.js validation all --scope production",
51
- "publish:check": "pnpm run validate && pnpm run build && vitest run && pnpm run validate:published",
48
+ "validate": "tsx src/cli.ts validation all --skip-circular",
49
+ "validate:production": "tsx src/cli.ts validation all --scope production --skip-circular",
50
+ "validate:published": "node bin/spx.js validation all --scope production --skip-circular",
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 --scope production",
54
55
  "clean": "pnpm run clean:ignored",
55
- "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 {} + \\)",
56
57
  "format": "dprint fmt .",
57
58
  "format:check": "dprint check .",
58
59
  "prepare": "lefthook install",
@@ -69,19 +70,21 @@
69
70
  "devDependencies": {
70
71
  "@faker-js/faker": "^10.4.0",
71
72
  "@types/estree": "^1.0.8",
72
- "@types/madge": "^5.0.3",
73
73
  "@types/node": "^22.19.21",
74
+ "@types/react": "^19.2.17",
74
75
  "@vitest/coverage-v8": "^4.1.5",
76
+ "dprint": "0.54.0",
75
77
  "eslint": "^9.39.4",
76
78
  "eslint-plugin-import": "^2.32.0",
79
+ "eslint-plugin-sonarjs": "^4.1.0",
77
80
  "fast-check": "^4.7.0",
78
81
  "globals": "^17.5.0",
82
+ "ink-testing-library": "^4.0.0",
79
83
  "jsonc-parser": "^3.3.1",
80
84
  "knip": "^6.16.1",
81
85
  "lefthook": "^2.1.9",
82
86
  "tsup": "^8.5.1",
83
87
  "tsx": "^4.21.0",
84
- "typescript": "^5.9.3",
85
88
  "typescript-eslint": "^8.59.1",
86
89
  "vitest": "^4.1.5"
87
90
  },
@@ -90,12 +93,15 @@
90
93
  "@typescript-eslint/visitor-keys": "^8.59.1",
91
94
  "chalk": "^5.6.2",
92
95
  "commander": "^11.1.0",
96
+ "dependency-cruiser": "16.10.4",
93
97
  "eslint-visitor-keys": "^5.0.1",
94
98
  "execa": "^9.6.1",
95
- "madge": "^8.0.0",
99
+ "ink": "^7.0.6",
96
100
  "markdownlint-cli2": "^0.22.1",
97
101
  "markdownlint-rule-relative-links": "^5.1.0",
102
+ "react": "^19.2.7",
98
103
  "smol-toml": "^1.6.1",
104
+ "typescript": "^5.9.3",
99
105
  "yaml": "^2.8.3"
100
106
  },
101
107
  "packageManager": "pnpm@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1"