return-style
Advanced tools
Comparing version 0.10.0 to 0.10.1
{ | ||
"name": "return-style", | ||
"version": "0.10.0", | ||
"version": "0.10.1", | ||
"description": "Non-intrusively convert the result of any function or promise to the user's desired style.", | ||
@@ -46,3 +46,4 @@ "keywords": [ | ||
"build:es2018": "tsc --project tsconfig.build.json --module commonjs --target es2018 --outDir lib/es2018 && tscpaths -p tsconfig.build.json -s ./src -o ./lib/es2018", | ||
"bundle": "rollup --config rollup.config.js" | ||
"bundle": "rollup --config rollup.config.js", | ||
"release": "standard-version" | ||
}, | ||
@@ -56,22 +57,24 @@ "husky": { | ||
"devDependencies": { | ||
"@blackglory/jest-matchers": "^0.1.1", | ||
"@blackglory/types": "^0.1.3", | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@rollup/plugin-typescript": "^5.0.2", | ||
"@types/jest": "^26.0.13", | ||
"@types/node": "^14.6.4", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.8.1", | ||
"husky": "^4.2.5", | ||
"iterable-operator": "^0.12.1", | ||
"jest": "^26.4.2", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@rollup/plugin-typescript": "^6.0.0", | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^14.11.8", | ||
"@typescript-eslint/eslint-plugin": "^4.4.0", | ||
"@typescript-eslint/parser": "^4.4.0", | ||
"eslint": "^7.11.0", | ||
"husky": "^4.3.0", | ||
"iterable-operator": "^0.12.2", | ||
"jest": "^26.5.2", | ||
"jest-extended": "^0.11.5", | ||
"rollup": "^2.26.10", | ||
"rollup": "^2.29.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"ts-jest": "^26.3.0", | ||
"standard-version": "^9.0.0", | ||
"ts-jest": "^26.4.1", | ||
"tscpaths": "^0.0.9", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.3" | ||
}, | ||
"dependencies": {} | ||
} |
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
582250
230
20