adonisjs-server-stats 1.14.0 → 1.14.1
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 +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adonisjs-server-stats",
|
|
3
|
-
"version": "1.14.
|
|
3
|
+
"version": "1.14.1",
|
|
4
4
|
"description": "Real-time server monitoring for AdonisJS v6 applications",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"adonisjs",
|
|
@@ -123,13 +123,15 @@
|
|
|
123
123
|
"format": "oxfmt src/ configure.ts vite.config.*.ts vite-plugins/",
|
|
124
124
|
"format:check": "oxfmt --check src/ configure.ts vite.config.*.ts vite-plugins/",
|
|
125
125
|
"test": "node --import tsx bin/test.ts",
|
|
126
|
-
"typecheck": "tsc --noEmit"
|
|
126
|
+
"typecheck": "tsc --noEmit && tsc --noEmit -p tsconfig.react.json && vue-tsc --noEmit -p tsconfig.vue.json"
|
|
127
127
|
},
|
|
128
128
|
"devDependencies": {
|
|
129
129
|
"@adonisjs/core": "^6.0.0",
|
|
130
130
|
"@adonisjs/lucid": "^21.0.0",
|
|
131
|
+
"@adonisjs/queue": "^0.6.1",
|
|
131
132
|
"@adonisjs/redis": "^9.0.0",
|
|
132
133
|
"@adonisjs/transmit": "^1.0.0",
|
|
134
|
+
"@boringnode/queue": "^0.5.2",
|
|
133
135
|
"@japa/assert": "^4.2.0",
|
|
134
136
|
"@japa/runner": "^5.3.0",
|
|
135
137
|
"@julr/adonisjs-prometheus": "^1.4.0",
|
|
@@ -141,8 +143,6 @@
|
|
|
141
143
|
"@vitejs/plugin-react": "^5.1.4",
|
|
142
144
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
143
145
|
"better-sqlite3": "^11.10.0",
|
|
144
|
-
"@adonisjs/queue": "^0.6.1",
|
|
145
|
-
"@boringnode/queue": "^0.5.2",
|
|
146
146
|
"bullmq": "^5.0.0",
|
|
147
147
|
"edge.js": "^6.0.0",
|
|
148
148
|
"oxfmt": "^0.35.0",
|
|
@@ -154,18 +154,19 @@
|
|
|
154
154
|
"typescript": "^5.9.0",
|
|
155
155
|
"vite": "^7.3.1",
|
|
156
156
|
"vite-plugin-dts": "^4.5.4",
|
|
157
|
-
"vue": "^3.5.29"
|
|
157
|
+
"vue": "^3.5.29",
|
|
158
|
+
"vue-tsc": "2.2.12"
|
|
158
159
|
},
|
|
159
160
|
"peerDependencies": {
|
|
160
161
|
"@adonisjs/core": "^6.0.0 || ^7.0.0",
|
|
161
162
|
"@adonisjs/lucid": "^21.0.0 || ^22.0.0",
|
|
163
|
+
"@adonisjs/queue": "^0.6.0",
|
|
162
164
|
"@adonisjs/redis": "^9.0.0 || ^10.0.0",
|
|
163
165
|
"@adonisjs/transmit": "^1.0.0 || ^3.0.0",
|
|
164
166
|
"@adonisjs/transmit-client": "^1.0.0",
|
|
167
|
+
"@boringnode/queue": "^0.5.0",
|
|
165
168
|
"@julr/adonisjs-prometheus": "^1.4.0 || ^2.0.0",
|
|
166
169
|
"better-sqlite3": "^7.0.0 || ^11.0.0 || ^12.0.0",
|
|
167
|
-
"@adonisjs/queue": "^0.6.0",
|
|
168
|
-
"@boringnode/queue": "^0.5.0",
|
|
169
170
|
"bullmq": "^5.0.0",
|
|
170
171
|
"edge.js": "^6.0.0",
|
|
171
172
|
"knex": "^3.0.0",
|