@costrict/csc 4.2.30 → 4.2.32
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/README.md +0 -11
- package/dist/cli.js +71485 -22214
- package/dist/services/rawDump/batchWorker.js +1328 -383
- package/package.json +15 -6
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@costrict/csc",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.32",
|
|
4
4
|
"description": "costrict",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "costrict",
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
"partial-json": "^0.1.7",
|
|
93
93
|
"pngjs": "5.0.0",
|
|
94
94
|
"semver": "^7.8.4",
|
|
95
|
-
"undici": "^7.
|
|
95
|
+
"undici": "^7.29.0",
|
|
96
96
|
"ws": "^8.21.0"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"asciichart": "^1.5.25",
|
|
168
168
|
"audio-capture-napi": "workspace:*",
|
|
169
169
|
"auto-bind": "^5.0.1",
|
|
170
|
-
"axios": "^1.
|
|
170
|
+
"axios": "^1.18.0",
|
|
171
171
|
"bidi-js": "^1.0.3",
|
|
172
172
|
"cacache": "^20.0.4",
|
|
173
173
|
"chalk": "^5.6.2",
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
"react-compiler-runtime": "^1.0.0",
|
|
209
209
|
"react-reconciler": "^0.33.0",
|
|
210
210
|
"rollup": "^4.61.1",
|
|
211
|
-
"sharp": "^0.
|
|
212
|
-
"shell-quote": "^1.
|
|
211
|
+
"sharp": "^0.35.0",
|
|
212
|
+
"shell-quote": "^1.10.0",
|
|
213
213
|
"signal-exit": "^4.1.0",
|
|
214
214
|
"smol-toml": "^1.6.1",
|
|
215
215
|
"stack-utils": "^2.0.6",
|
|
@@ -237,6 +237,15 @@
|
|
|
237
237
|
"protobufjs": "^7.6.4",
|
|
238
238
|
"ws": "^8.21.0",
|
|
239
239
|
"hono": "^4.12.26",
|
|
240
|
-
"undici": "^7.
|
|
240
|
+
"undici": "^7.29.0",
|
|
241
|
+
"ip-address": "^10.3.1",
|
|
242
|
+
"brace-expansion": "^5.0.8",
|
|
243
|
+
"nanoid": "^5.1.16",
|
|
244
|
+
"postcss": "^8.5.18",
|
|
245
|
+
"fast-uri": "^3.1.5",
|
|
246
|
+
"find-my-way": "^9.6.1",
|
|
247
|
+
"js-yaml": "^3.15.0",
|
|
248
|
+
"sharp": "^0.35.0",
|
|
249
|
+
"shell-quote": "^1.10.0"
|
|
241
250
|
}
|
|
242
251
|
}
|