@deboxsoft/module-server
Advanced tools
Comparing version 2.6.10 to 2.6.11
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "2.6.10", | ||
"version": "2.6.11", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -23,7 +23,2 @@ "maintainers": [ | ||
"types": "./libs/index.d.ts" | ||
}, | ||
"./libs/config": { | ||
"import": "./libs/config/index.js", | ||
"require": "./libs/config/index.cjs", | ||
"types": "./libs/config/index.d.ts" | ||
} | ||
@@ -55,3 +50,3 @@ }, | ||
"devDependencies": { | ||
"@deboxsoft/module-core": "^2.6.20", | ||
"@deboxsoft/module-core": "^2.6.23", | ||
"@fastify/websocket": "^7.0.1", | ||
@@ -58,0 +53,0 @@ "@types/nconf": "^0.10.2", |
98991