@ccci/micro-server 1.0.56 → 1.0.57
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/dist/index.js +1 -1
- package/dist/utils/WebsocketServer.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -119089,7 +119089,7 @@ class Mailer {
|
|
|
119089
119089
|
}
|
|
119090
119090
|
}
|
|
119091
119091
|
|
|
119092
|
-
// src/utils/
|
|
119092
|
+
// src/utils/WebSocketServer.ts
|
|
119093
119093
|
import fs6 from "node:fs";
|
|
119094
119094
|
import path3 from "node:path";
|
|
119095
119095
|
class WebSocketServer {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ccci/micro-server",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.57",
|
|
4
4
|
"module": "index.ts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"dist/*/*.d.ts"
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"bun": "
|
|
38
|
+
"bun": "1.0.2",
|
|
39
39
|
"cors": "^2.8.5",
|
|
40
40
|
"express": "^4.19.2",
|
|
41
41
|
"express-fileupload": "^1.5.0",
|