woodenfish-bot 4.5.3 → 4.5.5

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/es/index.js CHANGED
@@ -298,7 +298,7 @@ var Guild = /*#__PURE__*/function () {
298
298
  }]);
299
299
  }();
300
300
 
301
- var version = "4.5.3";
301
+ var version = "4.5.5";
302
302
 
303
303
  function getDefaultExportFromCjs (x) {
304
304
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/lib/index.js CHANGED
@@ -300,7 +300,7 @@ var Guild = /*#__PURE__*/function () {
300
300
  }]);
301
301
  }();
302
302
 
303
- var version = "4.5.3";
303
+ var version = "4.5.5";
304
304
 
305
305
  function getDefaultExportFromCjs (x) {
306
306
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "woodenfish-bot",
3
- "version": "4.5.3",
3
+ "version": "4.5.5",
4
4
  "description": "woodenfish-bot",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,15 +30,15 @@
30
30
  "linkdev": "node scripts/dev.js"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "^7.28.5",
34
- "@babel/generator": "^7.28.5",
35
- "@babel/parser": "^7.28.5",
36
- "@babel/plugin-transform-class-properties": "^7.27.1",
33
+ "@babel/core": "^7.28.6",
34
+ "@babel/generator": "^7.28.6",
35
+ "@babel/parser": "^7.28.6",
36
+ "@babel/plugin-transform-class-properties": "^7.28.6",
37
37
  "@babel/plugin-transform-runtime": "^7.28.5",
38
- "@babel/preset-env": "^7.28.5",
38
+ "@babel/preset-env": "^7.28.6",
39
39
  "@babel/preset-typescript": "^7.28.5",
40
- "@babel/traverse": "^7.28.5",
41
- "@babel/types": "^7.28.5",
40
+ "@babel/traverse": "^7.28.6",
41
+ "@babel/types": "^7.28.6",
42
42
  "@commitlint/cli": "^19.8.1",
43
43
  "@commitlint/config-conventional": "^19.8.1",
44
44
  "@rollup/plugin-babel": "^6.1.0",
@@ -50,8 +50,8 @@
50
50
  "@types/lodash.assignin": "^4.2.9",
51
51
  "@types/node": "^22.15.31",
52
52
  "@types/ws": "^8.18.1",
53
- "@typescript-eslint/eslint-plugin": "^8.51.0",
54
- "@typescript-eslint/parser": "^8.51.0",
53
+ "@typescript-eslint/eslint-plugin": "^8.53.0",
54
+ "@typescript-eslint/parser": "^8.53.0",
55
55
  "chalk": "^5.6.2",
56
56
  "commitizen": "^4.3.1",
57
57
  "cross-env": "^10.1.0",
@@ -69,18 +69,18 @@
69
69
  "prettier": "^3.7.4",
70
70
  "readline-sync": "^1.4.10",
71
71
  "rimraf": "^6.1.2",
72
- "rollup": "^4.54.0",
72
+ "rollup": "^4.55.1",
73
73
  "rollup-plugin-dts": "^6.3.0",
74
74
  "rollup-plugin-typescript-paths": "^1.5.0",
75
75
  "standard-version": "^9.5.0",
76
76
  "typescript": "^5.9.3"
77
77
  },
78
78
  "dependencies": {
79
- "@babel/runtime": "^7.28.4",
79
+ "@babel/runtime": "^7.28.6",
80
80
  "loglevel": "^1.9.2",
81
81
  "minimist": "^1.2.8",
82
82
  "resty-client": "^0.0.5",
83
- "ws": "^8.18.3"
83
+ "ws": "^8.19.0"
84
84
  },
85
85
  "resolutions": {
86
86
  "minimist": "^1.2.6",