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.1
to
0.1.2
+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.1";
export declare const GUARDIAN_CLI_VERSION = "0.1.2";
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.1",
"version": "0.1.2",
"description": "Project Guardian local-first Personal Context Fabric CLI",

@@ -10,3 +10,3 @@ "type": "module",

"engines": {
"node": ">=22"
"node": ">=20.20.0"
},

@@ -13,0 +13,0 @@ "files": [

@@ -36,5 +36,5 @@ # Project Guardian CLI

Guardian CLI requires Node.js 22 or newer. The release clean-room install smoke
uses a Node 22 trixie Docker image so native SQLite dependencies are tested
against the same Node and Linux glibc floor expected for public npm users.
Guardian CLI requires Node.js 20.20.0 or newer. The release clean-room install
smoke uses a Node 20 bookworm Docker image so native SQLite dependencies are
tested against the same Node floor expected for public npm users.

@@ -41,0 +41,0 @@ ## First Run

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display