@blackglory/types
Advanced tools
Comparing version 0.6.4 to 0.6.5
{ | ||
"name": "@blackglory/types", | ||
"version": "0.6.4", | ||
"version": "0.6.5", | ||
"description": "Type guards for JavaScript and Typescript.", | ||
@@ -11,2 +11,3 @@ "files": [ | ||
"types": "lib/es2018/index.d.ts", | ||
"sideEffects": false, | ||
"repository": "git@github.com:BlackGlory/types.git", | ||
@@ -17,3 +18,3 @@ "author": "BlackGlory <woshenmedoubuzhidao@blackglory.me>", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx --quiet src __tests__", | ||
"test": "jest --config jest.config.js", | ||
"test": "jest --runInBand --config jest.config.js", | ||
"test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", | ||
@@ -46,21 +47,21 @@ "test:coverage": "jest --coverage --config jest.config.js", | ||
"@blackglory/pass": "^0.1.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-conventional": "^16.0.0", | ||
"@rollup/plugin-commonjs": "^21.0.1", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@rollup/plugin-node-resolve": "^13.1.1", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@rollup/plugin-node-resolve": "^13.1.3", | ||
"@rollup/plugin-replace": "^3.0.1", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@types/jest": "^27.0.3", | ||
"@types/jsdom": "^16.2.13", | ||
"@types/jest": "^27.4.0", | ||
"@types/jsdom": "^16.2.14", | ||
"@types/lodash.isplainobject": "^4.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.7.0", | ||
"@typescript-eslint/parser": "^5.7.0", | ||
"eslint": "^8.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.9.0", | ||
"@typescript-eslint/parser": "^5.9.0", | ||
"eslint": "^8.6.0", | ||
"husky": "^4.3.8", | ||
"jest": "^27.4.5", | ||
"jest": "^27.4.7", | ||
"jest-extended": "^1.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.61.1", | ||
"rollup": "^2.63.0", | ||
"rollup-plugin-analyzer": "^4.0.0", | ||
@@ -71,3 +72,3 @@ "rollup-plugin-terser": "^7.0.2", | ||
"tscpaths": "^0.0.9", | ||
"tsd": "^0.19.0", | ||
"tsd": "^0.19.1", | ||
"tslib": "^2.3.1", | ||
@@ -74,0 +75,0 @@ "typescript": "4.5.4" |
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
245099