@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.mjs
CHANGED
|
@@ -4742,7 +4742,12 @@ var ArtifactPacker = class {
|
|
|
4742
4742
|
};
|
|
4743
4743
|
|
|
4744
4744
|
// src/kms/types.ts
|
|
4745
|
-
var VALID_KMS_PROVIDERS = [
|
|
4745
|
+
var VALID_KMS_PROVIDERS = [
|
|
4746
|
+
"aws",
|
|
4747
|
+
"gcp",
|
|
4748
|
+
"azure",
|
|
4749
|
+
"cloud"
|
|
4750
|
+
];
|
|
4746
4751
|
|
|
4747
4752
|
// src/migration/backend.ts
|
|
4748
4753
|
import * as fs17 from "fs";
|