@clef-sh/core 0.2.0 → 0.3.0
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -0
- package/dist/index.js.map +2 -2
- package/dist/index.mjs +3 -0
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -10188,6 +10188,7 @@ export {
|
|
|
10188
10188
|
generateRandomValue,
|
|
10189
10189
|
isBulk,
|
|
10190
10190
|
isClefHsmArn,
|
|
10191
|
+
isHighEntropy,
|
|
10191
10192
|
isKmsEnvelope,
|
|
10192
10193
|
isLintable,
|
|
10193
10194
|
isMergeAware,
|
|
@@ -10200,6 +10201,7 @@ export {
|
|
|
10200
10201
|
loadRequests,
|
|
10201
10202
|
markPending,
|
|
10202
10203
|
markResolved,
|
|
10204
|
+
matchPatterns,
|
|
10203
10205
|
mergeMetadataFiles,
|
|
10204
10206
|
parse9 as parse,
|
|
10205
10207
|
parseSignerKey,
|
|
@@ -10207,6 +10209,7 @@ export {
|
|
|
10207
10209
|
pkcs11UriToSyntheticArn,
|
|
10208
10210
|
readManifestYaml,
|
|
10209
10211
|
recordRotation,
|
|
10212
|
+
redactValue,
|
|
10210
10213
|
removeRequest as removeAccessRequest,
|
|
10211
10214
|
removeRotation,
|
|
10212
10215
|
requestsFilePath,
|