Comparing version 3.27.0 to 3.27.1
@@ -0,1 +1,6 @@ | ||
## 3.27.1 2022-05-15 | ||
* Adjust dependency versions to ensure node >= 10 support. | ||
## 3.27.0 2022-05-12 | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "seneca", | ||
"description": "A Microservices Framework for Node.js", | ||
"version": "3.27.0", | ||
"version": "3.27.1", | ||
"license": "MIT", | ||
@@ -74,5 +74,5 @@ "homepage": "http://senecajs.org", | ||
"build": "tsc -d", | ||
"test": "lab -v -P test -L -t 90 --sourcemaps --transform node_modules/lab-transform-typescript -r console -o stdout -r html -o test/coverage.html", | ||
"test": "lab -v -P test -L -t 90 --sourcemaps --transform node_modules/lab-transform-typescript -I AggregateError,atob,btoa,AbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,performance -r console -o stdout -r html -o test/coverage.html", | ||
"test-some": "lab -v -P test --sourcemaps --transform node_modules/lab-transform-typescript -g", | ||
"coveralls": "lab -s -P test -r lcov | coveralls", | ||
"coveralls": "lab -s -P test -I AggregateError,atob,btoa,DOMException,AbortController,AbortSignal,EventTarget,Event,MessageChannel,MessagePort,MessageEvent,performance,structuredClone -r lcov > ./coverage/lcov.info", | ||
"coverage": "lab -v -P test -L -t 90 -r html > docs/coverage.html", | ||
@@ -89,3 +89,3 @@ "smoke": "node test/stubs/launch.js", | ||
"@hapi/joi": "^17.1.1", | ||
"@hapi/wreck": "^18.0.0", | ||
"@hapi/wreck": "17", | ||
"eraro": "^2.1.0", | ||
@@ -107,9 +107,9 @@ "fast-safe-stringify": "^2.1.1", | ||
"rolling-stats": "^0.2.1", | ||
"seneca-transport": "^7.1.0", | ||
"seneca-transport": "^7.2.0", | ||
"use-plugin": "^9.1.0" | ||
}, | ||
"devDependencies": { | ||
"@hapi/code": "^9.0.0", | ||
"@hapi/hoek": "^10.0.0", | ||
"@hapi/lab": "^25.0.1", | ||
"@hapi/code": "8", | ||
"@hapi/joi": "17", | ||
"@hapi/lab": "23", | ||
"@seneca/test-plugin": "0.1.0", | ||
@@ -116,0 +116,0 @@ "@types/node": "^17.0.33", |
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
593102
Updated@hapi/wreck@17
Updatedseneca-transport@^7.2.0