koishi-plugin-echo-cave 1.29.1 → 1.29.3

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.
Files changed (2) hide show
  1. package/lib/index.cjs +2 -2
  2. package/package.json +4 -4
package/lib/index.cjs CHANGED
@@ -33185,9 +33185,9 @@ var require_dist_cjs72 = __commonJS({
33185
33185
  }
33186
33186
  });
33187
33187
 
33188
- // node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1020.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js
33188
+ // node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1024.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js
33189
33189
  var require_dist_cjs73 = __commonJS({
33190
- "node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1020.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js"(exports2) {
33190
+ "node_modules/.pnpm/@aws-sdk+s3-request-presigner@3.1024.0/node_modules/@aws-sdk/s3-request-presigner/dist-cjs/index.js"(exports2) {
33191
33191
  "use strict";
33192
33192
  var utilFormatUrl = require_dist_cjs72();
33193
33193
  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.1",
4
+ "version": "1.29.3",
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.914.0",
40
- "@aws-sdk/s3-request-presigner": "^3.914.0",
40
+ "@aws-sdk/s3-request-presigner": "^3.1024.0",
41
41
  "@pynickle/koishi-plugin-adapter-onebot": "^1.0.0",
42
42
  "axios": "^1.14.0",
43
43
  "uuid": "^11.1.0"
@@ -48,9 +48,9 @@
48
48
  "@semantic-release/git": "^10.0.1",
49
49
  "@semantic-release/npm": "^13.1.5",
50
50
  "@semantic-release/release-notes-generator": "^14.1.0",
51
- "@types/node": "^24.12.0",
51
+ "@types/node": "^24.12.2",
52
52
  "conventional-changelog-conventionalcommits": "^9.3.1",
53
- "esbuild": "^0.27.4",
53
+ "esbuild": "^0.28.0",
54
54
  "oxfmt": "^0.43.0",
55
55
  "oxlint": "^1.58.0",
56
56
  "semantic-release": "^25.0.3",