@cipherstash/stack 0.6.0 → 0.7.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 +6 -0
- package/dist/bin/stash.js +8 -0
- package/dist/bin/stash.js.map +1 -1
- package/dist/{chunk-TGUELLJS.js → chunk-H7IHWDZI.js} +9 -1
- package/dist/chunk-H7IHWDZI.js.map +1 -0
- package/dist/{chunk-YLISU7FD.js → chunk-URZNWMOO.js} +2 -2
- package/dist/{client-CJueivkw.d.cts → client-DQMy1ux5.d.cts} +6 -0
- package/dist/{client-hHEpZIZH.d.ts → client-zxrOpegN.d.ts} +6 -0
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/drizzle/index.d.cts +1 -1
- package/dist/drizzle/index.d.ts +1 -1
- package/dist/dynamodb/index.d.cts +1 -1
- package/dist/dynamodb/index.d.ts +1 -1
- package/dist/encryption/index.cjs +8 -0
- package/dist/encryption/index.cjs.map +1 -1
- package/dist/encryption/index.d.cts +1 -1
- package/dist/encryption/index.d.ts +1 -1
- package/dist/encryption/index.js +1 -1
- package/dist/index.cjs +8 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/secrets/index.cjs +8 -0
- package/dist/secrets/index.cjs.map +1 -1
- package/dist/secrets/index.js +2 -2
- package/dist/supabase/index.d.cts +1 -1
- package/dist/supabase/index.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-TGUELLJS.js.map +0 -1
- /package/dist/{chunk-YLISU7FD.js.map → chunk-URZNWMOO.js.map} +0 -0
package/CHANGELOG.md
CHANGED
package/dist/bin/stash.js
CHANGED
|
@@ -4261,6 +4261,14 @@ var EncryptionClient = class {
|
|
|
4261
4261
|
workspaceId: this.workspaceId
|
|
4262
4262
|
};
|
|
4263
4263
|
}
|
|
4264
|
+
/**
|
|
4265
|
+
* Get the encrypt config object.
|
|
4266
|
+
*
|
|
4267
|
+
* @returns The encrypt config object.
|
|
4268
|
+
*/
|
|
4269
|
+
getEncryptConfig() {
|
|
4270
|
+
return this.encryptConfig;
|
|
4271
|
+
}
|
|
4264
4272
|
};
|
|
4265
4273
|
var Encryption = async (config3) => {
|
|
4266
4274
|
const { schemas, config: clientConfig } = config3;
|