koishi-plugin-echo-cave 1.29.6 → 1.29.7
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/lib/index.cjs +2 -2
- package/package.json +2 -2
package/lib/index.cjs
CHANGED
|
@@ -33321,9 +33321,9 @@ var require_dist_cjs72 = __commonJS({
|
|
|
33321
33321
|
}
|
|
33322
33322
|
});
|
|
33323
33323
|
|
|
33324
|
-
// node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.
|
|
33324
|
+
// node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1027.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js
|
|
33325
33325
|
var require_dist_cjs73 = __commonJS({
|
|
33326
|
-
"node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.
|
|
33326
|
+
"node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1027.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js"(exports2) {
|
|
33327
33327
|
"use strict";
|
|
33328
33328
|
var utilFormatUrl = require_dist_cjs72();
|
|
33329
33329
|
var middlewareEndpoint = require_dist_cjs45();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koishi-plugin-echo-cave",
|
|
3
3
|
"description": "Group echo cave",
|
|
4
|
-
"version": "1.29.
|
|
4
|
+
"version": "1.29.7",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
7
7
|
"type": "module",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@aws-sdk/client-s3": "^3.1027.0",
|
|
40
|
-
"@aws-sdk/s3-request-presigner": "^3.
|
|
40
|
+
"@aws-sdk/s3-request-presigner": "^3.1027.0",
|
|
41
41
|
"@pynickle/koishi-plugin-adapter-onebot": "^1.0.0",
|
|
42
42
|
"axios": "^1.15.0",
|
|
43
43
|
"uuid": "^11.1.0"
|