@contextecf/guardian-cli
Advanced tools
| import type { Writable } from 'node:stream'; | ||
| import { type PolicyPackMarketplaceManifest } from '@contextecf/personal-fabric-contracts'; | ||
| import { SQLitePersonalFabricStore, type PersonalFabricDataImportResult, type PersonalFabricMutableDataDeleteResult, type SQLitePersonalFabricBackupResult } from '@contextecf/personal-fabric-store'; | ||
| export declare const GUARDIAN_CLI_VERSION = "0.1.0"; | ||
| export declare const GUARDIAN_CLI_VERSION = "0.1.1"; | ||
| export declare const GUARDIAN_PROFILE_SCHEMA_VERSION = "contextecf/project-guardian-profile/v1"; | ||
@@ -6,0 +6,0 @@ export declare const GUARDIAN_NPM_PACKAGE_NAME = "@contextecf/guardian-cli"; |
+1
-2
| { | ||
| "name": "@contextecf/guardian-cli", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Project Guardian local-first Personal Context Fabric CLI", | ||
@@ -49,3 +49,2 @@ "type": "module", | ||
| "dependencies": { | ||
| "better-sqlite3": "^13.0.1", | ||
| "better-sqlite3-multiple-ciphers": "^12.11.1" | ||
@@ -52,0 +51,0 @@ }, |
+2
-2
@@ -193,4 +193,4 @@ # Project Guardian CLI | ||
| CLI entrypoints so `npx @contextecf/guardian-cli@latest setup` can run outside | ||
| the monorepo. The native SQLite adapter remains a normal `better-sqlite3` | ||
| runtime dependency. | ||
| the monorepo. The native SQLite adapter remains a normal | ||
| `better-sqlite3-multiple-ciphers` runtime dependency. | ||
@@ -197,0 +197,0 @@ Source files, source maps, and source-controlled release gates remain in the |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1
-50%1918412
-0.01%49617
0- Removed
- Removed
- Removed