run402 1.19.3 → 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.
- package/lib/secrets.mjs +1 -1
- 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
|
|
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