@meistrari/vault-sdk 1.6.1 → 1.6.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 +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const schemas = require('@meistrari/vault-shared/schemas');
|
|
4
|
-
const fileType = require('file-type');
|
|
4
|
+
const fileType = require('@meistrari/file-type');
|
|
5
5
|
const mimeTypes = require('mime-types');
|
|
6
6
|
|
|
7
7
|
var __defProp$2 = Object.defineProperty;
|
|
@@ -221,7 +221,7 @@ async function detectFileMimeType(blob) {
|
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
const name = "@meistrari/vault-sdk";
|
|
224
|
-
const version = "1.6.
|
|
224
|
+
const version = "1.6.2";
|
|
225
225
|
const license = "UNLICENSED";
|
|
226
226
|
const repository = {
|
|
227
227
|
type: "git",
|
|
@@ -249,7 +249,7 @@ const scripts = {
|
|
|
249
249
|
};
|
|
250
250
|
const dependencies = {
|
|
251
251
|
"@meistrari/vault-shared": "workspace:*",
|
|
252
|
-
"file-type": "
|
|
252
|
+
"@meistrari/file-type": "22.0.0",
|
|
253
253
|
"mime-types": "3.0.1",
|
|
254
254
|
ofetch: "1.4.1",
|
|
255
255
|
zod: "3.23.8"
|
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { GetUploadUrlResponseV2, GetDownloadUrlResponse } from '@meistrari/vault-shared/schemas';
|
|
2
|
-
import { fileTypeFromBlob } from 'file-type';
|
|
2
|
+
import { fileTypeFromBlob } from '@meistrari/file-type';
|
|
3
3
|
import { lookup } from 'mime-types';
|
|
4
4
|
|
|
5
5
|
var __defProp$2 = Object.defineProperty;
|
|
@@ -219,7 +219,7 @@ async function detectFileMimeType(blob) {
|
|
|
219
219
|
}
|
|
220
220
|
|
|
221
221
|
const name = "@meistrari/vault-sdk";
|
|
222
|
-
const version = "1.6.
|
|
222
|
+
const version = "1.6.2";
|
|
223
223
|
const license = "UNLICENSED";
|
|
224
224
|
const repository = {
|
|
225
225
|
type: "git",
|
|
@@ -247,7 +247,7 @@ const scripts = {
|
|
|
247
247
|
};
|
|
248
248
|
const dependencies = {
|
|
249
249
|
"@meistrari/vault-shared": "workspace:*",
|
|
250
|
-
"file-type": "
|
|
250
|
+
"@meistrari/file-type": "22.0.0",
|
|
251
251
|
"mime-types": "3.0.1",
|
|
252
252
|
ofetch: "1.4.1",
|
|
253
253
|
zod: "3.23.8"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@meistrari/vault-sdk",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@meistrari/vault-shared": "0.0.5",
|
|
31
|
-
"file-type": "
|
|
31
|
+
"@meistrari/file-type": "22.0.0",
|
|
32
32
|
"mime-types": "3.0.1",
|
|
33
33
|
"ofetch": "1.4.1",
|
|
34
34
|
"zod": "3.23.8"
|