diff --git a/README.md b/README.md index 5dbad63..caa828e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ It provides read-only resources for docs and schemas, validation/example tools, - LogicSRC CLI, SDK, TUI, PWA, MCP, and curl-compatible API conventions. - CommandBoard.run reference implementation. - Monorepo-maintained plugin system. -- Credential Sharing OpenSpec for .env, Doppler, Railway variables, and GitHub Secrets. +- Credential Sharing OpenSpec for end-to-end-encrypted team vaults, .env, Doppler, Railway variables, GitHub Secrets, and sh1pt. - CoinPay as the default payment, DID, wallet, and escrow plugin. - uGig as the default jobs and gigs marketplace plugin. - c0mpute as a work-in-progress compute jobs and worker pools plugin. diff --git a/package-lock.json b/package-lock.json index 607511f..c021d60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7753,7 +7753,7 @@ }, "packages/cli": { "name": "@logicsrc/cli", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@logicsrc/account-core": "file:../account-core", "@logicsrc/openontology": "file:../openontology", @@ -7910,7 +7910,7 @@ }, "plugins/credential-sharing": { "name": "@logicsrc/plugin-credential-sharing", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@logicsrc/account-core": "file:../../packages/account-core", "@logicsrc/plugin-core": "file:../../packages/plugin-core",