@cipherstash/stack 0.12.0 → 0.14.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.
Files changed (43) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +20 -20
  3. package/dist/{chunk-46PDK2Z6.js → chunk-MD6742R6.js} +1 -1
  4. package/dist/{chunk-46PDK2Z6.js.map → chunk-MD6742R6.js.map} +1 -1
  5. package/dist/{chunk-EHDOOLWU.js → chunk-XTKLRDGJ.js} +2 -2
  6. package/dist/{chunk-O4MBO4DJ.js → chunk-YPAPL3IC.js} +2 -2
  7. package/dist/{client-bW-5wG9Y.d.cts → client-DQyqn0oT.d.cts} +1 -1
  8. package/dist/{client-CZLBiToT.d.ts → client-Dv60lAyy.d.ts} +1 -1
  9. package/dist/client.d.cts +2 -2
  10. package/dist/client.d.ts +2 -2
  11. package/dist/drizzle/index.cjs.map +1 -1
  12. package/dist/drizzle/index.d.cts +2 -2
  13. package/dist/drizzle/index.d.ts +2 -2
  14. package/dist/drizzle/index.js +1 -1
  15. package/dist/dynamodb/index.d.cts +2 -2
  16. package/dist/dynamodb/index.d.ts +2 -2
  17. package/dist/encryption/index.cjs.map +1 -1
  18. package/dist/encryption/index.d.cts +2 -2
  19. package/dist/encryption/index.d.ts +2 -2
  20. package/dist/encryption/index.js +2 -2
  21. package/dist/index.cjs.map +1 -1
  22. package/dist/index.d.cts +3 -3
  23. package/dist/index.d.ts +3 -3
  24. package/dist/index.js +3 -3
  25. package/dist/schema/index.d.cts +1 -1
  26. package/dist/schema/index.d.ts +1 -1
  27. package/dist/secrets/index.cjs.map +1 -1
  28. package/dist/secrets/index.d.cts +1 -1
  29. package/dist/secrets/index.d.ts +1 -1
  30. package/dist/secrets/index.js +3 -3
  31. package/dist/supabase/index.d.cts +2 -2
  32. package/dist/supabase/index.d.ts +2 -2
  33. package/dist/{types-public-WADaA-TW.d.ts → types-public-DX3mGqoi.d.cts} +3 -3
  34. package/dist/{types-public-WADaA-TW.d.cts → types-public-DX3mGqoi.d.ts} +3 -3
  35. package/dist/types-public.cjs.map +1 -1
  36. package/dist/types-public.d.cts +1 -1
  37. package/dist/types-public.d.ts +1 -1
  38. package/dist/types-public.js +1 -1
  39. package/package.json +2 -7
  40. package/dist/bin/stash.js +0 -5307
  41. package/dist/bin/stash.js.map +0 -1
  42. /package/dist/{chunk-EHDOOLWU.js.map → chunk-XTKLRDGJ.js.map} +0 -0
  43. /package/dist/{chunk-O4MBO4DJ.js.map → chunk-YPAPL3IC.js.map} +0 -0
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- import { E as Encrypted } from './types-public-WADaA-TW.cjs';
2
- export { e as encryptedColumn, a as encryptedField, b as encryptedTable } from './types-public-WADaA-TW.cjs';
3
- export { E as Encryption } from './client-bW-5wG9Y.cjs';
1
+ import { E as Encrypted } from './types-public-DX3mGqoi.cjs';
2
+ export { e as encryptedColumn, a as encryptedField, b as encryptedTable } from './types-public-DX3mGqoi.cjs';
3
+ export { E as Encryption } from './client-DQyqn0oT.cjs';
4
4
  export { Secrets } from './secrets/index.cjs';
5
5
  import 'zod';
6
6
  import '@cipherstash/protect-ffi';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import { E as Encrypted } from './types-public-WADaA-TW.js';
2
- export { e as encryptedColumn, a as encryptedField, b as encryptedTable } from './types-public-WADaA-TW.js';
3
- export { E as Encryption } from './client-CZLBiToT.js';
1
+ import { E as Encrypted } from './types-public-DX3mGqoi.js';
2
+ export { e as encryptedColumn, a as encryptedField, b as encryptedTable } from './types-public-DX3mGqoi.js';
3
+ export { E as Encryption } from './client-Dv60lAyy.js';
4
4
  export { Secrets } from './secrets/index.js';
5
5
  import 'zod';
6
6
  import '@cipherstash/protect-ffi';
package/dist/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  Secrets
3
- } from "./chunk-EHDOOLWU.js";
3
+ } from "./chunk-XTKLRDGJ.js";
4
4
  import {
5
5
  Encryption
6
- } from "./chunk-O4MBO4DJ.js";
6
+ } from "./chunk-YPAPL3IC.js";
7
7
  import {
8
8
  encryptedToPgComposite,
9
9
  isEncryptedPayload
@@ -13,7 +13,7 @@ import {
13
13
  encryptedField,
14
14
  encryptedTable
15
15
  } from "./chunk-GNLU3I27.js";
16
- import "./chunk-46PDK2Z6.js";
16
+ import "./chunk-MD6742R6.js";
17
17
  import "./chunk-GXGEW6T4.js";
18
18
  import "./chunk-Q5FTQLYG.js";
19
19
  import "./chunk-LBMC4D6D.js";
@@ -1,3 +1,3 @@
1
- export { C as CastAs, u as ColumnSchema, q as EncryptConfig, f as EncryptedColumn, n as EncryptedField, c as EncryptedTable, d as EncryptedTableColumn, v as EqlCastAs, I as InferEncrypted, t as InferPlaintext, M as MatchIndexOpts, O as OreIndexOpts, w as SteVecIndexOpts, T as TokenFilter, U as UniqueIndexOpts, x as buildEncryptConfig, y as castAsEnum, z as encryptConfigSchema, e as encryptedColumn, a as encryptedField, b as encryptedTable, A as eqlCastAsEnum, F as toEqlCastAs } from '../types-public-WADaA-TW.cjs';
1
+ export { C as CastAs, u as ColumnSchema, q as EncryptConfig, f as EncryptedColumn, n as EncryptedField, c as EncryptedTable, d as EncryptedTableColumn, v as EqlCastAs, I as InferEncrypted, t as InferPlaintext, M as MatchIndexOpts, O as OreIndexOpts, w as SteVecIndexOpts, T as TokenFilter, U as UniqueIndexOpts, x as buildEncryptConfig, y as castAsEnum, z as encryptConfigSchema, e as encryptedColumn, a as encryptedField, b as encryptedTable, A as eqlCastAsEnum, F as toEqlCastAs } from '../types-public-DX3mGqoi.cjs';
2
2
  import 'zod';
3
3
  import '@cipherstash/protect-ffi';
@@ -1,3 +1,3 @@
1
- export { C as CastAs, u as ColumnSchema, q as EncryptConfig, f as EncryptedColumn, n as EncryptedField, c as EncryptedTable, d as EncryptedTableColumn, v as EqlCastAs, I as InferEncrypted, t as InferPlaintext, M as MatchIndexOpts, O as OreIndexOpts, w as SteVecIndexOpts, T as TokenFilter, U as UniqueIndexOpts, x as buildEncryptConfig, y as castAsEnum, z as encryptConfigSchema, e as encryptedColumn, a as encryptedField, b as encryptedTable, A as eqlCastAsEnum, F as toEqlCastAs } from '../types-public-WADaA-TW.js';
1
+ export { C as CastAs, u as ColumnSchema, q as EncryptConfig, f as EncryptedColumn, n as EncryptedField, c as EncryptedTable, d as EncryptedTableColumn, v as EqlCastAs, I as InferEncrypted, t as InferPlaintext, M as MatchIndexOpts, O as OreIndexOpts, w as SteVecIndexOpts, T as TokenFilter, U as UniqueIndexOpts, x as buildEncryptConfig, y as castAsEnum, z as encryptConfigSchema, e as encryptedColumn, a as encryptedField, b as encryptedTable, A as eqlCastAsEnum, F as toEqlCastAs } from '../types-public-DX3mGqoi.js';
2
2
  import 'zod';
3
3
  import '@cipherstash/protect-ffi';