@sigmashake/ssg 0.29.131 → 0.29.134

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.131",
3
+ "version": "0.29.134",
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",
@@ -15,11 +15,11 @@
15
15
  "sbom.cdx.json"
16
16
  ],
17
17
  "optionalDependencies": {
18
- "@sigmashake/ssg-linux-x64": "0.29.131",
19
- "@sigmashake/ssg-linux-arm64": "0.29.131",
20
- "@sigmashake/ssg-darwin-arm64": "0.29.131",
21
- "@sigmashake/ssg-darwin-x64": "0.29.131",
22
- "@sigmashake/ssg-win32-x64": "0.29.131"
18
+ "@sigmashake/ssg-linux-x64": "0.29.134",
19
+ "@sigmashake/ssg-linux-arm64": "0.29.134",
20
+ "@sigmashake/ssg-darwin-arm64": "0.29.133",
21
+ "@sigmashake/ssg-darwin-x64": "0.29.133",
22
+ "@sigmashake/ssg-win32-x64": "0.29.133"
23
23
  },
24
24
  "scripts": {
25
25
  "postinstall": "node ./bin/cleanup-globals.cjs",
@@ -159,5 +159,9 @@
159
159
  "typescript-eslint": "8.58.0",
160
160
  "urlpattern-polyfill": "10.1.0",
161
161
  "vite": "^8.0.13"
162
+ },
163
+ "overrides": {
164
+ "tmp": "^0.2.4",
165
+ "brace-expansion": "^5.0.6"
162
166
  }
163
167
  }