woodenfish-bot 4.3.9 → 4.4.0
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 +1 -1
- package/lib/index.js +1 -1
- package/package.json +7 -7
package/es/index.js
CHANGED
|
@@ -297,7 +297,7 @@ var Guild = /*#__PURE__*/function () {
|
|
|
297
297
|
}]);
|
|
298
298
|
}();
|
|
299
299
|
|
|
300
|
-
var version = "4.
|
|
300
|
+
var version = "4.4.0";
|
|
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.
|
|
302
|
+
var version = "4.4.0";
|
|
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
|
+
"version": "4.4.0",
|
|
4
4
|
"description": "woodenfish-bot",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,11 +50,11 @@
|
|
|
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.
|
|
54
|
-
"@typescript-eslint/parser": "^8.
|
|
53
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
55
55
|
"chalk": "^5.6.2",
|
|
56
56
|
"commitizen": "^4.3.1",
|
|
57
|
-
"cross-env": "^10.
|
|
57
|
+
"cross-env": "^10.1.0",
|
|
58
58
|
"cz-conventional-changelog": "^3.3.0",
|
|
59
59
|
"eslint": "^9.36.0",
|
|
60
60
|
"eslint-config-alloy": "^5.1.2",
|
|
@@ -63,13 +63,13 @@
|
|
|
63
63
|
"eslint-plugin-prettier": "^5.5.4",
|
|
64
64
|
"handlebars": "^4.7.8",
|
|
65
65
|
"inquirer": "^12.9.6",
|
|
66
|
-
"jest": "^30.
|
|
67
|
-
"lint-staged": "^16.2.
|
|
66
|
+
"jest": "^30.2.0",
|
|
67
|
+
"lint-staged": "^16.2.3",
|
|
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.
|
|
72
|
+
"rollup": "^4.52.3",
|
|
73
73
|
"rollup-plugin-dts": "^6.2.3",
|
|
74
74
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
75
75
|
"standard-version": "^9.5.0",
|