create-pds 0.0.10 → 0.0.11
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/package.json
CHANGED
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"DID": "",
|
|
42
42
|
// Account handle (e.g., "alice.example.com")
|
|
43
43
|
"HANDLE": ""
|
|
44
|
-
}
|
|
44
|
+
},
|
|
45
45
|
// Secrets (set via `pds init` or `pds secret <name>`):
|
|
46
46
|
// - AUTH_TOKEN: Bearer token for API write operations
|
|
47
47
|
// - SIGNING_KEY: Private signing key (secp256k1 JWK)
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
"observability": {
|
|
51
51
|
"enabled": true
|
|
52
52
|
}
|
|
53
|
-
}
|
|
53
|
+
}
|