@cipherstash/stack 1.0.0-rc.1 → 1.0.0-rc.3
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/CHANGELOG.md +33 -0
- package/dist/adapter-kit.cjs +2 -2
- package/dist/adapter-kit.cjs.map +1 -1
- package/dist/adapter-kit.js +1 -1
- package/dist/{chunk-HQANMV7R.js → chunk-BCY6WB24.js} +3 -3
- package/dist/{chunk-HQANMV7R.js.map → chunk-BCY6WB24.js.map} +1 -1
- package/dist/{chunk-IDKP6ABU.js → chunk-Q4WTOYVI.js} +2 -2
- package/dist/{chunk-L7ISHSG7.js → chunk-UI7V2QCK.js} +5 -5
- package/dist/{chunk-L7ISHSG7.js.map → chunk-UI7V2QCK.js.map} +1 -1
- package/dist/dynamodb/index.cjs +2 -2
- package/dist/dynamodb/index.cjs.map +1 -1
- package/dist/dynamodb/index.js +1 -1
- package/dist/encryption/index.cjs +4 -4
- package/dist/encryption/index.cjs.map +1 -1
- package/dist/encryption/index.js +3 -3
- package/dist/encryption/v3.cjs +4 -4
- package/dist/encryption/v3.cjs.map +1 -1
- package/dist/encryption/v3.js +3 -3
- package/dist/identity/index.cjs +2 -2
- package/dist/identity/index.cjs.map +1 -1
- package/dist/identity/index.js +2 -2
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/wasm-inline.d.ts +241 -56
- package/dist/wasm-inline.js +268 -0
- package/dist/wasm-inline.js.map +1 -1
- package/package.json +17 -17
- /package/dist/{chunk-IDKP6ABU.js.map → chunk-Q4WTOYVI.js.map} +0 -0
package/dist/encryption/index.js
CHANGED
|
@@ -14,14 +14,14 @@ import {
|
|
|
14
14
|
__resetStrategyDeprecationWarningForTests,
|
|
15
15
|
noClientError,
|
|
16
16
|
resolveEqlVersion
|
|
17
|
-
} from "../chunk-
|
|
18
|
-
import "../chunk-
|
|
17
|
+
} from "../chunk-UI7V2QCK.js";
|
|
18
|
+
import "../chunk-Q4WTOYVI.js";
|
|
19
19
|
import "../chunk-BNO32ZMV.js";
|
|
20
20
|
import "../chunk-CLM7E4I6.js";
|
|
21
21
|
import "../chunk-7333ZC6L.js";
|
|
22
22
|
import "../chunk-3B5ZX3IS.js";
|
|
23
23
|
import "../chunk-JSG2AMDI.js";
|
|
24
|
-
import "../chunk-
|
|
24
|
+
import "../chunk-BCY6WB24.js";
|
|
25
25
|
import "../chunk-NVKK7UDN.js";
|
|
26
26
|
import "../chunk-PZ5AY32C.js";
|
|
27
27
|
export {
|
package/dist/encryption/v3.cjs
CHANGED
|
@@ -498,10 +498,10 @@ async function withResult(operation, onError, hooks) {
|
|
|
498
498
|
// src/encryption/index.ts
|
|
499
499
|
var import_protect_ffi9 = require("@cipherstash/protect-ffi");
|
|
500
500
|
|
|
501
|
-
// ../../node_modules/.pnpm/uuid@14.0.
|
|
501
|
+
// ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist-node/regex.js
|
|
502
502
|
var regex_default = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-8][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$/i;
|
|
503
503
|
|
|
504
|
-
// ../../node_modules/.pnpm/uuid@14.0.
|
|
504
|
+
// ../../node_modules/.pnpm/uuid@14.0.1/node_modules/uuid/dist-node/validate.js
|
|
505
505
|
function validate(uuid) {
|
|
506
506
|
return typeof uuid === "string" && regex_default.test(uuid);
|
|
507
507
|
}
|
|
@@ -4638,7 +4638,7 @@ function buildEncryptConfig(...protectTables) {
|
|
|
4638
4638
|
return config;
|
|
4639
4639
|
}
|
|
4640
4640
|
|
|
4641
|
-
// ../../node_modules/.pnpm/evlog@1.11.0_next@15.5.
|
|
4641
|
+
// ../../node_modules/.pnpm/evlog@1.11.0_next@15.5.20_react-dom@19.2.3_react@19.2.3__react@19.2.3__react@19.2.3/node_modules/evlog/dist/utils.mjs
|
|
4642
4642
|
function formatDuration(ms) {
|
|
4643
4643
|
if (ms < 1e3) return `${Math.round(ms)}ms`;
|
|
4644
4644
|
return `${(ms / 1e3).toFixed(2)}s`;
|
|
@@ -4694,7 +4694,7 @@ function matchesPattern(path2, pattern) {
|
|
|
4694
4694
|
return new RegExp(`^${regexPattern}$`).test(path2);
|
|
4695
4695
|
}
|
|
4696
4696
|
|
|
4697
|
-
// ../../node_modules/.pnpm/evlog@1.11.0_next@15.5.
|
|
4697
|
+
// ../../node_modules/.pnpm/evlog@1.11.0_next@15.5.20_react-dom@19.2.3_react@19.2.3__react@19.2.3__react@19.2.3/node_modules/evlog/dist/logger.mjs
|
|
4698
4698
|
function isPlainObject(val) {
|
|
4699
4699
|
return val !== null && typeof val === "object" && !Array.isArray(val);
|
|
4700
4700
|
}
|