Sign In

@contextecf/guardian-cli

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contextecf/guardian-cli - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/packages/guardian-cli/src/runtime.d.ts
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";

{
"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 @@ },

@@ -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