@mingto/obs-server 1.0.38 → 1.0.39
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.js +2 -2
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -4161,7 +4161,7 @@ axios.getAdapter = adapters_default.getAdapter;
|
|
|
4161
4161
|
axios.HttpStatusCode = HttpStatusCode;
|
|
4162
4162
|
axios["default"] = axios;
|
|
4163
4163
|
//#endregion
|
|
4164
|
-
//#region ../../node_modules/.pnpm/@mingto+aws-obs-server@1.0.
|
|
4164
|
+
//#region ../../node_modules/.pnpm/@mingto+aws-obs-server@1.0.25_axios@1.16.1/node_modules/@mingto/aws-obs-server/dist/index.js
|
|
4165
4165
|
var __esmMin$2 = function __esmMin(fn, res) {
|
|
4166
4166
|
return function() {
|
|
4167
4167
|
return fn && (res = fn(fn = 0)), res;
|
|
@@ -18193,7 +18193,7 @@ var uploadMethods$2 = {
|
|
|
18193
18193
|
}
|
|
18194
18194
|
};
|
|
18195
18195
|
//#endregion
|
|
18196
|
-
//#region ../../node_modules/.pnpm/@mingto+huawei-obs-server@1.0.
|
|
18196
|
+
//#region ../../node_modules/.pnpm/@mingto+huawei-obs-server@1.0.31/node_modules/@mingto/huawei-obs-server/dist/index.js
|
|
18197
18197
|
var __esmMin$1 = function __esmMin(fn, res) {
|
|
18198
18198
|
return function() {
|
|
18199
18199
|
return fn && (res = fn(fn = 0)), res;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mingto/obs-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.39",
|
|
4
4
|
"description": "通用OBS文件上传",
|
|
5
5
|
"author": "hcc",
|
|
6
6
|
"license": "ISC",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"build": "vite build"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@mingto/aws-obs-server": "^1.0.
|
|
26
|
-
"@mingto/huawei-obs-server": "^1.0.
|
|
25
|
+
"@mingto/aws-obs-server": "^1.0.25",
|
|
26
|
+
"@mingto/huawei-obs-server": "^1.0.31",
|
|
27
27
|
"@mingto/minio-v2-server-obs": "^1.0.8",
|
|
28
28
|
"axios": "^1.16.1"
|
|
29
29
|
}
|