@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.
- package/CHANGELOG.md +12 -0
- package/README.md +20 -20
- package/dist/{chunk-46PDK2Z6.js → chunk-MD6742R6.js} +1 -1
- package/dist/{chunk-46PDK2Z6.js.map → chunk-MD6742R6.js.map} +1 -1
- package/dist/{chunk-EHDOOLWU.js → chunk-XTKLRDGJ.js} +2 -2
- package/dist/{chunk-O4MBO4DJ.js → chunk-YPAPL3IC.js} +2 -2
- package/dist/{client-bW-5wG9Y.d.cts → client-DQyqn0oT.d.cts} +1 -1
- package/dist/{client-CZLBiToT.d.ts → client-Dv60lAyy.d.ts} +1 -1
- package/dist/client.d.cts +2 -2
- package/dist/client.d.ts +2 -2
- package/dist/drizzle/index.cjs.map +1 -1
- package/dist/drizzle/index.d.cts +2 -2
- package/dist/drizzle/index.d.ts +2 -2
- package/dist/drizzle/index.js +1 -1
- package/dist/dynamodb/index.d.cts +2 -2
- package/dist/dynamodb/index.d.ts +2 -2
- package/dist/encryption/index.cjs.map +1 -1
- package/dist/encryption/index.d.cts +2 -2
- package/dist/encryption/index.d.ts +2 -2
- package/dist/encryption/index.js +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/schema/index.d.cts +1 -1
- package/dist/schema/index.d.ts +1 -1
- package/dist/secrets/index.cjs.map +1 -1
- package/dist/secrets/index.d.cts +1 -1
- package/dist/secrets/index.d.ts +1 -1
- package/dist/secrets/index.js +3 -3
- package/dist/supabase/index.d.cts +2 -2
- package/dist/supabase/index.d.ts +2 -2
- package/dist/{types-public-WADaA-TW.d.ts → types-public-DX3mGqoi.d.cts} +3 -3
- package/dist/{types-public-WADaA-TW.d.cts → types-public-DX3mGqoi.d.ts} +3 -3
- package/dist/types-public.cjs.map +1 -1
- package/dist/types-public.d.cts +1 -1
- package/dist/types-public.d.ts +1 -1
- package/dist/types-public.js +1 -1
- package/package.json +2 -7
- package/dist/bin/stash.js +0 -5307
- package/dist/bin/stash.js.map +0 -1
- /package/dist/{chunk-EHDOOLWU.js.map → chunk-XTKLRDGJ.js.map} +0 -0
- /package/dist/{chunk-O4MBO4DJ.js.map → chunk-YPAPL3IC.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../errors/index.cjs';
|
|
2
|
-
import '../types-public-
|
|
2
|
+
import '../types-public-DX3mGqoi.cjs';
|
|
3
3
|
import '@byteslice/result';
|
|
4
4
|
import '@cipherstash/protect-ffi';
|
|
5
|
-
export { E as Encryption, a as EncryptionClient, n as noClientError } from '../client-
|
|
5
|
+
export { E as Encryption, a as EncryptionClient, n as noClientError } from '../client-DQyqn0oT.cjs';
|
|
6
6
|
import 'zod';
|
|
7
7
|
import '../identity/index.cjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import '../errors/index.js';
|
|
2
|
-
import '../types-public-
|
|
2
|
+
import '../types-public-DX3mGqoi.js';
|
|
3
3
|
import '@byteslice/result';
|
|
4
4
|
import '@cipherstash/protect-ffi';
|
|
5
|
-
export { E as Encryption, a as EncryptionClient, n as noClientError } from '../client-
|
|
5
|
+
export { E as Encryption, a as EncryptionClient, n as noClientError } from '../client-Dv60lAyy.js';
|
|
6
6
|
import 'zod';
|
|
7
7
|
import '../identity/index.js';
|
package/dist/encryption/index.js
CHANGED
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
Encryption,
|
|
3
3
|
EncryptionClient,
|
|
4
4
|
noClientError
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-YPAPL3IC.js";
|
|
6
6
|
import "../chunk-4RNBI3UH.js";
|
|
7
7
|
import "../chunk-GNLU3I27.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-MD6742R6.js";
|
|
9
9
|
import "../chunk-Q5FTQLYG.js";
|
|
10
10
|
import "../chunk-LBMC4D6D.js";
|
|
11
11
|
export {
|