@webcrypto/tools
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "@webcrypto/tools", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"private": false, | ||
@@ -42,3 +42,3 @@ "description": "A set of tools to facilitate and give good defaults for use of the native Web Crypto API.", | ||
"predocs": "shx rm -rf docs", | ||
"docs": "typedoc --stripInternal --out docs --target es6 --theme minimal --mode file src", | ||
"docs": "typedoc --excludeInternal --out docs ./src/web-crypto-tools.ts", | ||
"postdocs": "shx touch ./docs/.nojekyll", | ||
@@ -110,12 +110,12 @@ "test": "karma start --single-run", | ||
"@semantic-release/changelog": "^5.0.1", | ||
"@semantic-release/git": "^9.0.0", | ||
"@types/jasmine": "^3.6.0", | ||
"@types/node": "^12.19.1", | ||
"@semantic-release/git": "^9.0.1", | ||
"@types/jasmine": "^3.10.3", | ||
"@types/node": "^12.20.46", | ||
"colors": "^1.3.2", | ||
"commitizen": "^4.2.2", | ||
"coveralls": "^3.0.2", | ||
"commitizen": "^4.2.4", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^5.2.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"husky": "^4.3.0", | ||
"jasmine-core": "^3.6.0", | ||
"husky": "^4.3.8", | ||
"jasmine-core": "^3.99.0", | ||
"karma": "^5.2.3", | ||
@@ -126,7 +126,7 @@ "karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"karma-typescript": "^5.2.0", | ||
"karma-typescript": "^5.5.3", | ||
"lint-staged": "^8.0.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^1.14.3", | ||
"prompt": "^1.0.0", | ||
"prompt": "^1.2.1", | ||
"rollup": "^0.67.0", | ||
@@ -138,5 +138,5 @@ "rollup-plugin-commonjs": "^9.1.8", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"semantic-release": "^17.2.1", | ||
"shelljs": "^0.8.3", | ||
"shx": "^0.3.3", | ||
"semantic-release": "^17.4.7", | ||
"shelljs": "^0.8.5", | ||
"shx": "^0.3.4", | ||
"ts-node": "^8.10.2", | ||
@@ -146,5 +146,5 @@ "tslint": "^6.1.3", | ||
"tslint-config-standard": "^9.0.0", | ||
"typedoc": "^0.17.8", | ||
"typescript": "^4.0.3" | ||
"typedoc": "^0.22.11", | ||
"typescript": "4.0.8" | ||
} | ||
} |
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
109126
14