clawdentity 0.0.20 → 0.0.21

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/dist/bin.js CHANGED
@@ -15713,6 +15713,7 @@ var registryConfigSchema = external_exports.object({
15713
15713
  ENVIRONMENT: environmentSchema,
15714
15714
  APP_VERSION: external_exports.string().min(1).optional(),
15715
15715
  PROXY_URL: external_exports.string().url().optional(),
15716
+ REGISTRY_ISSUER_URL: external_exports.string().url().optional(),
15716
15717
  EVENT_BUS_BACKEND: registryEventBusBackendSchema.optional(),
15717
15718
  BOOTSTRAP_SECRET: external_exports.string().min(1).optional(),
15718
15719
  REGISTRY_SIGNING_KEY: external_exports.string().min(1).optional(),
package/dist/index.js CHANGED
@@ -15717,6 +15717,7 @@ var registryConfigSchema = external_exports.object({
15717
15717
  ENVIRONMENT: environmentSchema,
15718
15718
  APP_VERSION: external_exports.string().min(1).optional(),
15719
15719
  PROXY_URL: external_exports.string().url().optional(),
15720
+ REGISTRY_ISSUER_URL: external_exports.string().url().optional(),
15720
15721
  EVENT_BUS_BACKEND: registryEventBusBackendSchema.optional(),
15721
15722
  BOOTSTRAP_SECRET: external_exports.string().min(1).optional(),
15722
15723
  REGISTRY_SIGNING_KEY: external_exports.string().min(1).optional(),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clawdentity",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"