@costrict/csc 4.1.10 → 4.1.11

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": "@costrict/csc",
3
- "version": "4.1.10",
3
+ "version": "4.1.11",
4
4
  "description": "costrict",
5
5
  "type": "module",
6
6
  "author": "costrict",
@@ -67,7 +67,7 @@
67
67
  "compile:mac-x64-baseline": "bun build dist/cli.js --compile --target=bun-darwin-x64-baseline --outfile dist/csc-darwin-x64-baseline",
68
68
  "dev": "bun run scripts/dev.ts",
69
69
  "dev:inspect": "bun run scripts/dev-debug.ts",
70
- "prepublishOnly": "bun run build",
70
+ "prepublishOnly": "bun run security:scan && bun run build",
71
71
  "lint": "biome lint src/",
72
72
  "lint:fix": "biome lint --fix src/",
73
73
  "format": "biome format --write src/",
@@ -78,7 +78,8 @@
78
78
  "postinstall": "node scripts/run-parallel.mjs scripts/postinstall.cjs scripts/setup-chrome-mcp.mjs scripts/install-cosknow.mjs",
79
79
  "docs:dev": "npx mintlify dev",
80
80
  "typecheck": "tsc --noEmit",
81
- "rcs": "bun run scripts/rcs.ts"
81
+ "rcs": "bun run scripts/rcs.ts",
82
+ "security:scan": "bun run scripts/security-scan.ts"
82
83
  },
83
84
  "dependencies": {
84
85
  "@agentclientprotocol/sdk": "^0.19.0",