@clef-sh/core 0.1.12 → 0.1.13-beta.92
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 +6 -1
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +2 -2
- package/dist/kms/types.d.ts +1 -1
- package/dist/kms/types.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/package.json +1 -1
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 = [
|
|
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"));
|