@codesentinel/codesentinel 1.2.0 → 1.3.1

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": "@codesentinel/codesentinel",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "type": "module",
5
5
  "description": "Command-line interface for CodeSentinel.",
6
6
  "repository": {
@@ -21,7 +21,7 @@
21
21
  "scripts": {
22
22
  "build": "tsup",
23
23
  "dev": "node --import tsx/esm src/index.ts",
24
- "prepack": "cp ../../README.md ./README.md && cp ../../LICENSE ./LICENSE && pnpm --filter @codesentinel/core build && pnpm --filter @codesentinel/code-graph build && pnpm --filter @codesentinel/git-analyzer build && pnpm --filter @codesentinel/dependency-firewall build && pnpm run build",
24
+ "prepack": "cp ../../README.md ./README.md && cp ../../LICENSE ./LICENSE && pnpm --filter @codesentinel/core build && pnpm --filter @codesentinel/code-graph build && pnpm --filter @codesentinel/git-analyzer build && pnpm --filter @codesentinel/dependency-firewall build && pnpm --filter @codesentinel/risk-engine build && pnpm run build",
25
25
  "test": "vitest run --passWithNoTests"
26
26
  },
27
27
  "dependencies": {
@@ -29,7 +29,8 @@
29
29
  "@codesentinel/core": "workspace:*",
30
30
  "@codesentinel/dependency-firewall": "workspace:*",
31
31
  "@codesentinel/git-analyzer": "workspace:*",
32
- "commander": "^14.0.3"
32
+ "commander": "^14.0.3",
33
+ "@codesentinel/risk-engine": "workspace:*"
33
34
  },
34
35
  "devDependencies": {
35
36
  "typescript": "^5.6.3"