woodenfish-bot 4.6.8 → 4.6.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
@@ -300,7 +300,7 @@ var Guild = /*#__PURE__*/function () {
300
300
  }]);
301
301
  }();
302
302
 
303
- var version = "4.6.8";
303
+ var version = "4.6.9";
304
304
 
305
305
  function getDefaultExportFromCjs (x) {
306
306
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
package/lib/index.js CHANGED
@@ -302,7 +302,7 @@ var Guild = /*#__PURE__*/function () {
302
302
  }]);
303
303
  }();
304
304
 
305
- var version = "4.6.8";
305
+ var version = "4.6.9";
306
306
 
307
307
  function getDefaultExportFromCjs (x) {
308
308
  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.8",
3
+ "version": "4.6.9",
4
4
  "description": "woodenfish-bot",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -51,15 +51,15 @@
51
51
  "@types/lodash.assignin": "^4.2.9",
52
52
  "@types/node": "^22.19.7",
53
53
  "@types/ws": "^8.18.1",
54
- "@typescript-eslint/eslint-plugin": "^8.62.0",
55
- "@typescript-eslint/parser": "^8.62.0",
54
+ "@typescript-eslint/eslint-plugin": "8.62.1",
55
+ "@typescript-eslint/parser": "8.62.1",
56
56
  "chalk": "^5.6.2",
57
57
  "commitizen": "^4.3.2",
58
58
  "cross-env": "^10.1.0",
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.2",
62
+ "eslint-plugin-jest": "^29.15.4",
63
63
  "eslint-plugin-prettier": "^5.5.6",
64
64
  "globals": "^17.7.0",
65
65
  "handlebars": "^4.7.9",
@@ -67,15 +67,14 @@
67
67
  "jest": "^30.4.2",
68
68
  "lint-staged": "^16.4.0",
69
69
  "lodash.clonedeep": "^4.5.0",
70
- "prettier": "^3.8.4",
70
+ "prettier": "^3.9.4",
71
71
  "readline-sync": "^1.4.10",
72
+ "release-please": "^17.10.1",
72
73
  "rimraf": "^6.1.3",
73
74
  "rollup": "^4.62.2",
74
75
  "rollup-plugin-dts": "^6.4.1",
75
76
  "rollup-plugin-typescript-paths": "^1.5.0",
76
- "standard-version": "^9.5.0",
77
- "typescript": "^5.9.3",
78
- "typescript-eslint": "^8.62.0"
77
+ "typescript": "^5.9.3"
79
78
  },
80
79
  "dependencies": {
81
80
  "@babel/runtime": "^7.29.2",