woodenfish-bot 4.6.3 → 4.6.4

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
@@ -299,7 +299,7 @@ var Guild = /*#__PURE__*/function () {
299
299
  }]);
300
300
  }();
301
301
 
302
- var version = "4.6.3";
302
+ var version = "4.6.4";
303
303
 
304
304
  function getDefaultExportFromCjs (x) {
305
305
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/lib/index.js CHANGED
@@ -301,7 +301,7 @@ var Guild = /*#__PURE__*/function () {
301
301
  }]);
302
302
  }();
303
303
 
304
- var version = "4.6.3";
304
+ var version = "4.6.4";
305
305
 
306
306
  function getDefaultExportFromCjs (x) {
307
307
  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.6.3",
3
+ "version": "4.6.4",
4
4
  "description": "woodenfish-bot",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,7 +39,7 @@
39
39
  "@babel/preset-typescript": "^7.28.5",
40
40
  "@babel/traverse": "^7.29.0",
41
41
  "@babel/types": "^7.29.0",
42
- "@commitlint/cli": "^20.5.0",
42
+ "@commitlint/cli": "^20.5.2",
43
43
  "@commitlint/config-conventional": "^20.5.0",
44
44
  "@eslint/js": "^9.39.3",
45
45
  "@rollup/plugin-babel": "^6.1.0",
@@ -59,18 +59,18 @@
59
59
  "cz-conventional-changelog": "^3.3.0",
60
60
  "eslint": "^9.39.3",
61
61
  "eslint-config-prettier": "^10.1.8",
62
- "eslint-plugin-jest": "^29.15.1",
62
+ "eslint-plugin-jest": "^29.15.2",
63
63
  "eslint-plugin-prettier": "^5.5.5",
64
- "globals": "^17.4.0",
64
+ "globals": "^17.5.0",
65
65
  "handlebars": "^4.7.9",
66
- "inquirer": "^13.3.2",
66
+ "inquirer": "^13.4.2",
67
67
  "jest": "^30.3.0",
68
68
  "lint-staged": "^16.4.0",
69
69
  "lodash.clonedeep": "^4.5.0",
70
- "prettier": "^3.8.1",
70
+ "prettier": "^3.8.3",
71
71
  "readline-sync": "^1.4.10",
72
72
  "rimraf": "^6.1.3",
73
- "rollup": "^4.60.1",
73
+ "rollup": "^4.60.2",
74
74
  "rollup-plugin-dts": "^6.4.1",
75
75
  "rollup-plugin-typescript-paths": "^1.5.0",
76
76
  "standard-version": "^9.5.0",