@guardion/guardion 0.4.0 → 0.4.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/dist/core/constants.d.ts
CHANGED
package/dist/core/constants.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import path from 'node:path';
|
|
2
2
|
import os from 'node:os';
|
|
3
|
-
export const GUARDION_VERSION = '0.4.
|
|
3
|
+
export const GUARDION_VERSION = '0.4.1';
|
|
4
4
|
export const TOKEN_PREFIX = 'grd_';
|
|
5
5
|
export const BACKUP_KEEP = 5;
|
|
6
6
|
// ── Production URLs ───────────────────────────────────────────────────────────
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@guardion/guardion",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Guardion — Agent runtime governance: DLP for MCPs and agents",
|
|
6
6
|
"bin": {
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "tsc && node scripts/copy-assets.mjs",
|
|
35
|
+
"prepublishOnly": "npm run build",
|
|
35
36
|
"dev": "tsx bin/cli.ts",
|
|
36
37
|
"hook": "tsx bin/cli.ts hook",
|
|
37
38
|
"mock": "tsx bin/cli.ts mock",
|