@sigmashake/ssg 0.29.94 → 0.29.95

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": "@sigmashake/ssg",
3
- "version": "0.29.94",
3
+ "version": "0.29.95",
4
4
  "description": "AI Agent Governance CLI — evaluate tool calls against rules, block dangerous operations, and surface blocked commands",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",
@@ -14,8 +14,8 @@
14
14
  "README.md"
15
15
  ],
16
16
  "optionalDependencies": {
17
- "@sigmashake/ssg-linux-x64": "0.29.94",
18
- "@sigmashake/ssg-linux-arm64": "0.29.94",
17
+ "@sigmashake/ssg-linux-x64": "0.29.95",
18
+ "@sigmashake/ssg-linux-arm64": "0.29.95",
19
19
  "@sigmashake/ssg-darwin-arm64": "0.29.82",
20
20
  "@sigmashake/ssg-darwin-x64": "0.29.82",
21
21
  "@sigmashake/ssg-win32-x64": "0.29.90"
@@ -143,17 +143,17 @@
143
143
  "eslint-plugin-node": "11.1.0",
144
144
  "eslint-plugin-prettier": "5.5.5",
145
145
  "gts": "7.0.0",
146
+ "javascript-obfuscator": "4.1.1",
146
147
  "lucide-react": "0.577.0",
147
148
  "prettier": "3.8.1",
148
149
  "react": "19.2.4",
149
150
  "react-dom": "19.2.4",
150
151
  "tailwind-merge": "3.5.0",
151
152
  "tailwindcss": "4.2.2",
152
- "javascript-obfuscator": "4.1.1",
153
153
  "terser": "5.46.1",
154
154
  "typescript": "6.0.2",
155
155
  "typescript-eslint": "8.58.0",
156
156
  "urlpattern-polyfill": "10.1.0",
157
- "vite": "8.0.1"
157
+ "vite": "^8.0.13"
158
158
  }
159
159
  }