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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-pds",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Create a new Cirrus AT Protocol PDS on Cloudflare Workers",
5
5
  "type": "module",
6
6
  "bin": {
@@ -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
+ }