@meistrari/vault-sdk 1.8.1 → 1.8.2

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/dist/index.cjs CHANGED
@@ -237,7 +237,7 @@ function getFileName(content) {
237
237
  }
238
238
 
239
239
  const name = "@meistrari/vault-sdk";
240
- const version = "1.8.1";
240
+ const version = "1.8.2";
241
241
  const license = "UNLICENSED";
242
242
  const repository = {
243
243
  type: "git",
package/dist/index.mjs CHANGED
@@ -231,7 +231,7 @@ function getFileName(content) {
231
231
  }
232
232
 
233
233
  const name = "@meistrari/vault-sdk";
234
- const version = "1.8.1";
234
+ const version = "1.8.2";
235
235
  const license = "UNLICENSED";
236
236
  const repository = {
237
237
  type: "git",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/vault-sdk",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "license": "UNLICENSED",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,7 +27,7 @@
27
27
  "check": "bun run lint && bun tsc --noEmit"
28
28
  },
29
29
  "dependencies": {
30
- "@meistrari/vault-shared": "0.0.6",
30
+ "@meistrari/vault-shared": "0.0.7",
31
31
  "@meistrari/file-type": "22.0.0",
32
32
  "mime-types": "3.0.1",
33
33
  "ofetch": "1.4.1",