woodenfish-bot 4.6.7 → 4.6.8
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 +6 -6
package/es/index.js
CHANGED
|
@@ -300,7 +300,7 @@ var Guild = /*#__PURE__*/function () {
|
|
|
300
300
|
}]);
|
|
301
301
|
}();
|
|
302
302
|
|
|
303
|
-
var version = "4.6.
|
|
303
|
+
var version = "4.6.8";
|
|
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.
|
|
305
|
+
var version = "4.6.8";
|
|
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.
|
|
3
|
+
"version": "4.6.8",
|
|
4
4
|
"description": "woodenfish-bot",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -51,8 +51,8 @@
|
|
|
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.
|
|
55
|
-
"@typescript-eslint/parser": "^8.
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
55
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
56
56
|
"chalk": "^5.6.2",
|
|
57
57
|
"commitizen": "^4.3.2",
|
|
58
58
|
"cross-env": "^10.1.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"eslint-config-prettier": "^10.1.8",
|
|
62
62
|
"eslint-plugin-jest": "^29.15.2",
|
|
63
63
|
"eslint-plugin-prettier": "^5.5.6",
|
|
64
|
-
"globals": "^17.
|
|
64
|
+
"globals": "^17.7.0",
|
|
65
65
|
"handlebars": "^4.7.9",
|
|
66
66
|
"inquirer": "^13.4.2",
|
|
67
67
|
"jest": "^30.4.2",
|
|
@@ -70,12 +70,12 @@
|
|
|
70
70
|
"prettier": "^3.8.4",
|
|
71
71
|
"readline-sync": "^1.4.10",
|
|
72
72
|
"rimraf": "^6.1.3",
|
|
73
|
-
"rollup": "^4.62.
|
|
73
|
+
"rollup": "^4.62.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",
|
|
77
77
|
"typescript": "^5.9.3",
|
|
78
|
-
"typescript-eslint": "^8.
|
|
78
|
+
"typescript-eslint": "^8.62.0"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
81
|
"@babel/runtime": "^7.29.2",
|