@cipherstash/stack 0.11.0 → 0.12.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cipherstash/stack",
3
- "version": "0.11.0",
3
+ "version": "0.12.0",
4
4
  "description": "CipherStash Stack for TypeScript and JavaScript",
5
5
  "keywords": [
6
6
  "encrypted",
@@ -199,10 +199,11 @@
199
199
  "access": "public"
200
200
  },
201
201
  "dependencies": {
202
- "@byteslice/result": "^0.2.0",
202
+ "@byteslice/result": "0.2.0",
203
+ "@cipherstash/auth": "0.34.2",
203
204
  "@cipherstash/protect-ffi": "0.21.0",
204
- "evlog": "^1.9.0",
205
- "uuid": "^13.0.0",
205
+ "evlog": "1.9.0",
206
+ "uuid": "13.0.0",
206
207
  "zod": "3.24.2"
207
208
  },
208
209
  "peerDependencies": {