Comparing version 0.5.0 to 0.5.1
export * from './equals'; | ||
export * from './flatten-deep'; | ||
export * from './flatten'; | ||
export * from './function-keys'; | ||
@@ -3,0 +5,0 @@ export * from './head'; |
@@ -18,2 +18,4 @@ "use strict"; | ||
__exportStar(require("./equals"), exports); | ||
__exportStar(require("./flatten-deep"), exports); | ||
__exportStar(require("./flatten"), exports); | ||
__exportStar(require("./function-keys"), exports); | ||
@@ -20,0 +22,0 @@ __exportStar(require("./head"), exports); |
{ | ||
"name": "hotypes", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Higher order types for TypeScript", | ||
@@ -41,18 +41,18 @@ "keywords": [ | ||
"@blackglory/pass": "^1.1.0", | ||
"@commitlint/cli": "^17.1.2", | ||
"@commitlint/config-conventional": "^17.1.0", | ||
"@types/jest": "^27.4.1", | ||
"@typescript-eslint/eslint-plugin": "^5.37.0", | ||
"@typescript-eslint/parser": "^5.37.0", | ||
"eslint": "^8.23.1", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@types/jest": "^29.2.2", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"@typescript-eslint/parser": "^5.42.1", | ||
"eslint": "^8.27.0", | ||
"husky": "^4.3.8", | ||
"jest": "^27.5.1", | ||
"jest": "^29.3.1", | ||
"npm-run-all": "^4.1.5", | ||
"rimraf": "^3.0.2", | ||
"standard-version": "^9.5.0", | ||
"ts-jest": "^27.1.3", | ||
"ts-jest": "^29.0.3", | ||
"tscpaths": "^0.0.9", | ||
"tslib": "^2.4.0", | ||
"typescript": "^4.7.4" | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.8.4" | ||
} | ||
} |
@@ -21,2 +21,4 @@ # hotypes | ||
- Tail | ||
- Flatten | ||
- FlattenDeep | ||
- FunctionKeys | ||
@@ -23,0 +25,0 @@ - NonNullableKeys |
Sorry, the diff of this file is not supported yet
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
24810
126
268
59