woodenfish-bot 4.3.8 → 4.3.9

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
@@ -297,7 +297,7 @@ var Guild = /*#__PURE__*/function () {
297
297
  }]);
298
298
  }();
299
299
 
300
- var version = "4.3.8";
300
+ var version = "4.3.9";
301
301
 
302
302
  function getDefaultExportFromCjs (x) {
303
303
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/lib/index.js CHANGED
@@ -299,7 +299,7 @@ var Guild = /*#__PURE__*/function () {
299
299
  }]);
300
300
  }();
301
301
 
302
- var version = "4.3.8";
302
+ var version = "4.3.9";
303
303
 
304
304
  function getDefaultExportFromCjs (x) {
305
305
  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.3.8",
3
+ "version": "4.3.9",
4
4
  "description": "woodenfish-bot",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -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.44.0",
54
- "@typescript-eslint/parser": "^8.44.0",
53
+ "@typescript-eslint/eslint-plugin": "^8.44.1",
54
+ "@typescript-eslint/parser": "^8.44.1",
55
55
  "chalk": "^5.6.2",
56
56
  "commitizen": "^4.3.1",
57
57
  "cross-env": "^10.0.0",
@@ -64,12 +64,12 @@
64
64
  "handlebars": "^4.7.8",
65
65
  "inquirer": "^12.9.6",
66
66
  "jest": "^30.1.3",
67
- "lint-staged": "^16.1.6",
67
+ "lint-staged": "^16.2.0",
68
68
  "lodash.clonedeep": "^4.5.0",
69
69
  "prettier": "^3.6.2",
70
70
  "readline-sync": "^1.4.10",
71
71
  "rimraf": "^6.0.1",
72
- "rollup": "^4.52.0",
72
+ "rollup": "^4.52.2",
73
73
  "rollup-plugin-dts": "^6.2.3",
74
74
  "rollup-plugin-typescript-paths": "^1.5.0",
75
75
  "standard-version": "^9.5.0",