+6
-3
| #!/usr/bin/env node | ||
| // The `usrcp` command is implemented in the usrcp-local package; this | ||
| // meta-package exists so `npm i -g usrcp` installs a working CLI under the | ||
| // base name. Importing usrcp-local's entry (the "." export → dist/index.js) | ||
| // runs its CLI against the current process argv. | ||
| import "usrcp-local"; | ||
| // base name. usrcp-local's entry (the "." export → dist/index.js) is | ||
| // side-effect-free on import (its dispatch is guarded by require.main, which is | ||
| // never this module when imported from ESM), so invoke its CLI explicitly. | ||
| import { runCli } from "usrcp-local"; | ||
| runCli(); |
+3
-2
| { | ||
| "name": "usrcp", | ||
| "version": "0.2.5", | ||
| "version": "0.2.6", | ||
| "mcpName": "io.github.frank-bot07/usrcp", | ||
| "description": "USRCP — User Context Protocol. Installs the local CLI + encrypted ledger (usrcp-local): structured, encrypted, cross-platform memory for AI agents.", | ||
@@ -13,3 +14,3 @@ "type": "module", | ||
| "dependencies": { | ||
| "usrcp-local": "^0.2.5" | ||
| "usrcp-local": "^0.2.6" | ||
| }, | ||
@@ -16,0 +17,0 @@ "keywords": [ |
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
2354
7.83%8
33.33%Updated