@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.
@@ -14,14 +14,14 @@ import {
14
14
  __resetStrategyDeprecationWarningForTests,
15
15
  noClientError,
16
16
  resolveEqlVersion
17
- } from "../chunk-L7ISHSG7.js";
18
- import "../chunk-IDKP6ABU.js";
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-HQANMV7R.js";
24
+ import "../chunk-BCY6WB24.js";
25
25
  import "../chunk-NVKK7UDN.js";
26
26
  import "../chunk-PZ5AY32C.js";
27
27
  export {
@@ -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.0/node_modules/uuid/dist-node/regex.js
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.0/node_modules/uuid/dist-node/validate.js
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.18_react-dom@19.2.3_react@19.2.3__react@19.2.3__react@19.2.3/node_modules/evlog/dist/utils.mjs
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.18_react-dom@19.2.3_react@19.2.3__react@19.2.3__react@19.2.3/node_modules/evlog/dist/logger.mjs
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
  }