@clef-sh/core 0.1.13-beta.88 → 0.1.13

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/index.js CHANGED
@@ -11753,7 +11753,12 @@ var ArtifactPacker = class {
11753
11753
  };
11754
11754
 
11755
11755
  // src/kms/types.ts
11756
- var VALID_KMS_PROVIDERS = ["aws", "gcp", "azure"];
11756
+ var VALID_KMS_PROVIDERS = [
11757
+ "aws",
11758
+ "gcp",
11759
+ "azure",
11760
+ "cloud"
11761
+ ];
11757
11762
 
11758
11763
  // src/migration/backend.ts
11759
11764
  var fs17 = __toESM(require("fs"));