meocord 1.8.2 → 1.8.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/package.json +29 -29
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meocord",
|
|
3
3
|
"description": "Decorator-based Discord bot framework built on discord.js. Brings NestJS-style controllers, dependency injection, guards, and testing utilities to bot development — with a full CLI and TypeScript-first design.",
|
|
4
|
-
"version": "1.8.
|
|
4
|
+
"version": "1.8.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"lint": "eslint --fix . && tsc --noEmit && tsc --noEmit --project tsconfig.test.json",
|
|
@@ -71,23 +71,23 @@
|
|
|
71
71
|
"README.md"
|
|
72
72
|
],
|
|
73
73
|
"dependencies": {
|
|
74
|
-
"@clack/prompts": "^1.
|
|
75
|
-
"@swc/core": "1.15.
|
|
74
|
+
"@clack/prompts": "^1.6.0",
|
|
75
|
+
"@swc/core": "1.15.43",
|
|
76
76
|
"chalk": "^5.6.2",
|
|
77
77
|
"cli-table3": "^0.6.5",
|
|
78
|
-
"commander": "^
|
|
79
|
-
"dayjs": "^1.11.
|
|
80
|
-
"dotenv": "^
|
|
81
|
-
"inversify": "^8.1.
|
|
82
|
-
"jiti": "^2.
|
|
78
|
+
"commander": "^15.0.0",
|
|
79
|
+
"dayjs": "^1.11.21",
|
|
80
|
+
"dotenv": "^17.4.2",
|
|
81
|
+
"inversify": "^8.1.1",
|
|
82
|
+
"jiti": "^2.7.0",
|
|
83
83
|
"lodash-es": "^4.18.1",
|
|
84
84
|
"nodemon": "^3.1.14",
|
|
85
85
|
"reflect-metadata": "^0.2.2",
|
|
86
|
-
"simple-git": "^3.
|
|
86
|
+
"simple-git": "^3.36.0",
|
|
87
87
|
"swc-loader": "^0.2.7",
|
|
88
|
-
"terser-webpack-plugin": "^5.
|
|
88
|
+
"terser-webpack-plugin": "^5.6.1",
|
|
89
89
|
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
|
90
|
-
"webpack": "^5.
|
|
90
|
+
"webpack": "^5.108.0",
|
|
91
91
|
"webpack-node-externals": "^3.0.0"
|
|
92
92
|
},
|
|
93
93
|
"devDependencies": {
|
|
@@ -95,38 +95,38 @@
|
|
|
95
95
|
"@rollup/plugin-alias": "^6.0.0",
|
|
96
96
|
"@rollup/plugin-json": "^6.1.0",
|
|
97
97
|
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
98
|
-
"@rollup/plugin-swc": "^0.4.
|
|
98
|
+
"@rollup/plugin-swc": "^0.4.1",
|
|
99
99
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
100
100
|
"@semantic-release/exec": "^7.1.0",
|
|
101
|
-
"@semantic-release/github": "^12.0.
|
|
102
|
-
"@semantic-release/release-notes-generator": "^14.1.
|
|
101
|
+
"@semantic-release/github": "^12.0.8",
|
|
102
|
+
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
103
103
|
"@swc/jest": "^0.2.39",
|
|
104
|
-
"@types/jest": "
|
|
104
|
+
"@types/jest": "30.0.0",
|
|
105
105
|
"@types/lodash-es": "^4.17.12",
|
|
106
106
|
"@types/webpack-node-externals": "^3.0.4",
|
|
107
|
-
"@typescript-eslint/parser": "^8.
|
|
108
|
-
"discord.js": "^14.26.
|
|
109
|
-
"eslint": "^10.
|
|
107
|
+
"@typescript-eslint/parser": "^8.62.0",
|
|
108
|
+
"discord.js": "^14.26.4",
|
|
109
|
+
"eslint": "^10.5.0",
|
|
110
110
|
"eslint-config-prettier": "^10.1.8",
|
|
111
111
|
"eslint-plugin-headers": "^1.3.4",
|
|
112
|
-
"eslint-plugin-import-x": "^4.
|
|
113
|
-
"eslint-plugin-prettier": "^5.5.
|
|
112
|
+
"eslint-plugin-import-x": "^4.17.0",
|
|
113
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
114
114
|
"eslint-plugin-unused-imports": "^4.4.1",
|
|
115
|
-
"globals": "^17.
|
|
115
|
+
"globals": "^17.7.0",
|
|
116
116
|
"husky": "^9.1.7",
|
|
117
|
-
"jest": "
|
|
118
|
-
"prettier": "^3.8.
|
|
119
|
-
"rollup": "^4.
|
|
117
|
+
"jest": "30.4.2",
|
|
118
|
+
"prettier": "^3.8.4",
|
|
119
|
+
"rollup": "^4.62.2",
|
|
120
120
|
"rollup-plugin-copy": "^3.5.0",
|
|
121
121
|
"rollup-plugin-dts": "^6.4.1",
|
|
122
|
-
"semantic-release": "^25.0.
|
|
122
|
+
"semantic-release": "^25.0.5",
|
|
123
123
|
"ts-node": "^10.9.2",
|
|
124
|
-
"typescript": "^6.0.
|
|
125
|
-
"typescript-eslint": "^8.
|
|
124
|
+
"typescript": "^6.0.3",
|
|
125
|
+
"typescript-eslint": "^8.62.0"
|
|
126
126
|
},
|
|
127
127
|
"peerDependencies": {
|
|
128
|
-
"discord.js": "^14.
|
|
129
|
-
"dotenv": "^
|
|
128
|
+
"discord.js": "^14.26.4",
|
|
129
|
+
"dotenv": "^17.4.2"
|
|
130
130
|
},
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"provenance": true
|