@relaycorp/relaynet-core
Advanced tools
Comparing version 1.24.2 to 1.24.3
{ | ||
"name": "@relaycorp/relaynet-core", | ||
"version": "1.24.2", | ||
"version": "1.24.3", | ||
"author": { | ||
@@ -32,9 +32,8 @@ "email": "no-reply@relaycorp.tech", | ||
"static-checks:prettier": "prettier \"src/**/*.ts\" --list-different", | ||
"test:ci:unit": "run-s build test:ci:unit:jest cov:send", | ||
"test:ci:unit": "run-s build test:ci:unit:jest", | ||
"test:ci:unit:jest": "jest --config jest.config.ci.js --coverage", | ||
"test:integration": "jest --config jest.config.integration.js", | ||
"cov": "run-s build test:unit && opn coverage/lcov-report/index.html", | ||
"cov:send": "codecov", | ||
"doc-api": "typedoc src/index.ts --out build/docs/api", | ||
"clean": "trash build test" | ||
"clean": "del-cli build test" | ||
}, | ||
@@ -45,8 +44,8 @@ "engines": { | ||
"dependencies": { | ||
"asn1js": "^2.0.22", | ||
"binary-parser": "^1.4.0", | ||
"asn1js": "^2.0.26", | ||
"binary-parser": "^1.5.0", | ||
"buffer-to-arraybuffer": "0.0.5", | ||
"node-webcrypto-ossl": "^1.0.49", | ||
"pkijs": "^2.1.88", | ||
"smart-buffer": "^4.0.2", | ||
"pkijs": "^2.1.84", | ||
"smart-buffer": "^4.1.0", | ||
"uuid4": "^1.1.4", | ||
@@ -56,20 +55,19 @@ "verror": "^1.10.0" | ||
"devDependencies": { | ||
"@relaycorp/shared-config": "^1.3.3", | ||
"@relaycorp/shared-config": "^1.3.5", | ||
"@types/asn1js": "0.0.1", | ||
"@types/binary-parser": "^1.3.1", | ||
"@types/jest": "^24.0.15", | ||
"@types/binary-parser": "^1.5.0", | ||
"@types/jest": "^24.9.1", | ||
"@types/pkijs": "0.0.3", | ||
"@types/verror": "^1.10.3", | ||
"codecov": "^3.5.0", | ||
"gh-pages": "^2.0.1", | ||
"jest": "^24.8.0", | ||
"jest-date-mock": "^1.0.7", | ||
"jest-extended": "^0.11.2", | ||
"del-cli": "^3.0.0", | ||
"gh-pages": "^2.2.0", | ||
"jest": "^24.9.0", | ||
"jest-date-mock": "^1.0.8", | ||
"jest-extended": "^0.11.5", | ||
"npm-run-all": "^4.1.5", | ||
"prettier": "^1.19.1", | ||
"trash-cli": "^1.4.0", | ||
"ts-jest": "^24.0.2", | ||
"ts-node": "^8.5.4", | ||
"tslint": "^5.18.0", | ||
"typedoc": "^0.16.9", | ||
"ts-jest": "^24.3.0", | ||
"ts-node": "^8.9.0", | ||
"tslint": "^5.20.1", | ||
"typedoc": "^0.16.11", | ||
"typescript": "^3.8.3" | ||
@@ -76,0 +74,0 @@ }, |
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
18
322240
Updatedasn1js@^2.0.26
Updatedbinary-parser@^1.5.0
Updatedpkijs@^2.1.84
Updatedsmart-buffer@^4.1.0