@meistrari/vault-sdk 3.4.1 → 3.4.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
@@ -137,7 +137,7 @@ function getFileName(content) {
137
137
  }
138
138
 
139
139
  const name = "@meistrari/vault-sdk";
140
- const version = "3.4.1";
140
+ const version = "3.4.2";
141
141
  const license = "UNLICENSED";
142
142
  const repository = {
143
143
  type: "git",
@@ -158,9 +158,7 @@ const files = [
158
158
  const dependencies = {
159
159
  "@meistrari/file-type": "^22.0.0",
160
160
  "@meistrari/vault-shared": "0.2.1",
161
- "mime-types": "3.0.1",
162
- ofetch: "1.4.1",
163
- zod: "4.3.6"
161
+ "mime-types": "3.0.1"
164
162
  };
165
163
  const devDependencies = {
166
164
  "@types/bun": "1.3.14",
package/dist/index.mjs CHANGED
@@ -131,7 +131,7 @@ function getFileName(content) {
131
131
  }
132
132
 
133
133
  const name = "@meistrari/vault-sdk";
134
- const version = "3.4.1";
134
+ const version = "3.4.2";
135
135
  const license = "UNLICENSED";
136
136
  const repository = {
137
137
  type: "git",
@@ -152,9 +152,7 @@ const files = [
152
152
  const dependencies = {
153
153
  "@meistrari/file-type": "^22.0.0",
154
154
  "@meistrari/vault-shared": "0.2.1",
155
- "mime-types": "3.0.1",
156
- ofetch: "1.4.1",
157
- zod: "4.3.6"
155
+ "mime-types": "3.0.1"
158
156
  };
159
157
  const devDependencies = {
160
158
  "@types/bun": "1.3.14",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meistrari/vault-sdk",
3
- "version": "3.4.1",
3
+ "version": "3.4.2",
4
4
  "license": "UNLICENSED",
5
5
  "repository": {
6
6
  "type": "git",
@@ -21,9 +21,7 @@
21
21
  "dependencies": {
22
22
  "@meistrari/file-type": "^22.0.0",
23
23
  "@meistrari/vault-shared": "0.2.1",
24
- "mime-types": "3.0.1",
25
- "ofetch": "1.4.1",
26
- "zod": "4.3.6"
24
+ "mime-types": "3.0.1"
27
25
  },
28
26
  "devDependencies": {
29
27
  "@types/bun": "1.3.14",