woodenfish-bot 4.5.2 → 4.5.3
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 +5 -5
package/es/index.js
CHANGED
|
@@ -298,7 +298,7 @@ var Guild = /*#__PURE__*/function () {
|
|
|
298
298
|
}]);
|
|
299
299
|
}();
|
|
300
300
|
|
|
301
|
-
var version = "4.5.
|
|
301
|
+
var version = "4.5.3";
|
|
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.
|
|
303
|
+
var version = "4.5.3";
|
|
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
|
+
"version": "4.5.3",
|
|
4
4
|
"description": "woodenfish-bot",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,13 +50,13 @@
|
|
|
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.51.0",
|
|
54
|
+
"@typescript-eslint/parser": "^8.51.0",
|
|
55
55
|
"chalk": "^5.6.2",
|
|
56
56
|
"commitizen": "^4.3.1",
|
|
57
57
|
"cross-env": "^10.1.0",
|
|
58
58
|
"cz-conventional-changelog": "^3.3.0",
|
|
59
|
-
"eslint": "^9.39.
|
|
59
|
+
"eslint": "^9.39.2",
|
|
60
60
|
"eslint-config-alloy": "^5.1.2",
|
|
61
61
|
"eslint-config-prettier": "^10.1.8",
|
|
62
62
|
"eslint-plugin-jest": "^28.14.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"prettier": "^3.7.4",
|
|
70
70
|
"readline-sync": "^1.4.10",
|
|
71
71
|
"rimraf": "^6.1.2",
|
|
72
|
-
"rollup": "^4.
|
|
72
|
+
"rollup": "^4.54.0",
|
|
73
73
|
"rollup-plugin-dts": "^6.3.0",
|
|
74
74
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
75
75
|
"standard-version": "^9.5.0",
|