@based/client
Advanced tools
Comparing version 2.8.0 to 2.9.0
{ | ||
"name": "@based/client", | ||
"version": "2.8.0", | ||
"version": "2.9.0", | ||
"license": "MIT", | ||
@@ -15,3 +15,4 @@ "main": "dist/index.js", | ||
"watchTest": "ava --color --watch --verbose", | ||
"clean": "rimraf {.turbo,dist,node_modules}" | ||
"clean": "rimraf {.turbo,dist,node_modules}", | ||
"browserTest": "concurrently \"node ./test/browser/based-server.js\" \"aristotle watch -t test/browser/index.tsx -p 8005\"" | ||
}, | ||
@@ -49,2 +50,3 @@ "sideEffects": false, | ||
"@saulx/selva-server": "11.0.0", | ||
"@saulx/aristotle": "^4.0.14", | ||
"@types/jsonwebtoken": "^8.5.6", | ||
@@ -51,0 +53,0 @@ "@types/node": "^17.0.23", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
274896
15