express-yaschema-ws-api-handler
Advanced tools
Comparing version
{ | ||
"name": "express-yaschema-ws-api-handler", | ||
"version": "0.0.0-alpha.10", | ||
"version": "1.0.0", | ||
"description": "Express handler support for yaschema-ws-api", | ||
@@ -21,3 +21,3 @@ "keywords": [ | ||
"build:dev": "trash dev-build && yarn build && mkdir dev-build && cp -r lib dev-build && cp package.json dev-build && (cd dev-build && echo 'package' `pwd`)", | ||
"clean": "trash coverage dev-build docs lib", | ||
"clean": "trash coverage dev-build ../docs lib", | ||
"generate:docs": "npx typedoc src/index.ts --out ../docs", | ||
@@ -37,5 +37,6 @@ "lint": "eslint 'src/**/*.ts?(x)' --max-warnings 0", | ||
"yaschema-api": "^2.0.2", | ||
"yaschema-ws-api": "0.0.0-alpha.0" | ||
"yaschema-ws-api": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"@testing-library/react": "^14.0.0", | ||
"@types/express": "^4.17.17", | ||
@@ -45,2 +46,4 @@ "@types/express-ws": "^3.0.1", | ||
"@types/lodash": "4.14.191", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/uuid": "^9.0.1", | ||
@@ -62,7 +65,10 @@ "@typescript-eslint/eslint-plugin": "^5.50.0", | ||
"prettier": "2.8.3", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"trash-cli": "5.0.0", | ||
"ts-jest": "^29.0.5", | ||
"typedoc": "^0.23.24", | ||
"typescript": "4.9.5" | ||
"typescript": "4.9.5", | ||
"yaschema-ws-api-client": "^1.0.0" | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
94815
4.21%1289
9.7%1
-50%30
25%+ Added
- Removed
Updated