@did-space/s3-driver 0.2.139 → 0.2.141
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/config/index.js +2 -1
- package/package.json +3 -3
package/dist/config/index.js
CHANGED
|
@@ -41,7 +41,8 @@ class S3SpaceConfig {
|
|
|
41
41
|
exists = data.$metadata.httpStatusCode === 200;
|
|
42
42
|
}
|
|
43
43
|
catch (err) {
|
|
44
|
-
|
|
44
|
+
// eslint-disable-next-line no-empty
|
|
45
|
+
// @note: 啥都不干就可以了
|
|
45
46
|
}
|
|
46
47
|
if (exists) {
|
|
47
48
|
throw new Error('The configuration has been initialized and cannot be modified');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@did-space/s3-driver",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.141",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@aws-sdk/client-s3": "^3.362.0",
|
|
36
36
|
"@aws-sdk/lib-storage": "^3.362.0",
|
|
37
|
-
"@did-space/core": "0.2.
|
|
37
|
+
"@did-space/core": "0.2.141",
|
|
38
38
|
"js-yaml": "^4.1.0",
|
|
39
39
|
"lodash": "^4.17.21",
|
|
40
40
|
"mime-types": "^2.1.35"
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"ts-jest": "^28.0.6",
|
|
56
56
|
"typescript": "^4.9.5"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "adfdaa608232bb82a337303834549da3f6b1c34d"
|
|
59
59
|
}
|