run402 1.19.2 → 1.19.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/lib/secrets.mjs +1 -1
  2. package/package.json +1 -1
package/lib/secrets.mjs CHANGED
@@ -19,7 +19,7 @@ Examples:
19
19
 
20
20
  Notes:
21
21
  - Secrets are injected as process.env in serverless functions
22
- - Values are never shown after being set
22
+ - Values are write-only list returns keys with a value_hash (first 8 hex chars of SHA-256) for verifying the correct value was set
23
23
  `;
24
24
 
25
25
  async function set(projectId, key, args = []) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "run402",
3
- "version": "1.19.2",
3
+ "version": "1.19.4",
4
4
  "description": "CLI for Run402 — provision Postgres databases, deploy static sites, generate images, and manage wallets via x402 and MPP micropayments.",
5
5
  "type": "module",
6
6
  "bin": {