@deboxsoft/module-server
Advanced tools
Comparing version 1.5.19-0 to 1.5.19-1
{ | ||
"name": "@deboxsoft/module-server", | ||
"version": "1.5.19-0", | ||
"version": "1.5.19-1", | ||
"license": "SEE LICENSE IN LICENSE", | ||
@@ -28,7 +28,7 @@ "maintainers": [ | ||
"lint:tsc": "tsc --noEmit", | ||
"publish:canary": "yarn version prerelease && npm publish --tag canary", | ||
"publish:canary": "npm publish --tag canary", | ||
"test": "yarn r:jest --passWithNoTests" | ||
}, | ||
"dependencies": { | ||
"@deboxsoft/module-core": "^1.5.19-0", | ||
"@deboxsoft/module-core": "^1.5.19-1", | ||
"nanoid": "^3.1.20", | ||
@@ -35,0 +35,0 @@ "nconf": "0.11.0" |
3504