@punks/backend-entity-manager 0.0.201 → 0.0.202

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/cjs/index.js CHANGED
@@ -28772,7 +28772,7 @@ exports.AwsSecretsProvider = class AwsSecretsProvider {
28772
28772
  [definition.key]: {
28773
28773
  type: definition.type,
28774
28774
  hidden: definition.hidden,
28775
- value: null,
28775
+ value: definition.defaultValue ?? null,
28776
28776
  timestamp: Date.now(),
28777
28777
  },
28778
28778
  });