@dhmk/utils
Advanced tools
Comparing version 4.3.3 to 4.4.0
@@ -13,1 +13,2 @@ export * from "./error"; | ||
export * from "./signal"; | ||
export * from "./ts-hacks"; |
@@ -13,1 +13,2 @@ export * from "./error"; | ||
export * from "./signal"; | ||
export * from "./ts-hacks"; |
@@ -13,1 +13,2 @@ export * from "./error"; | ||
export * from "./signal"; | ||
export * from "./ts-hacks"; |
@@ -25,1 +25,2 @@ "use strict"; | ||
__exportStar(require("./signal"), exports); | ||
__exportStar(require("./ts-hacks"), exports); |
{ | ||
"name": "@dhmk/utils", | ||
"version": "4.3.3", | ||
"version": "4.4.0", | ||
"description": "A collection of frequently used functions and primitives", | ||
@@ -22,10 +22,2 @@ "keywords": [ | ||
], | ||
"scripts": { | ||
"preversion": "yarn test && yarn build", | ||
"version": "git add -A", | ||
"postversion": "git push && git push --tags", | ||
"clean": "rm -rf lib esm", | ||
"build": "yarn clean && tsc && tsc -m esnext --outDir esm", | ||
"test": "yarn clean && jest" | ||
}, | ||
"devDependencies": { | ||
@@ -39,3 +31,11 @@ "@types/jest": "^26.0.19", | ||
"preset": "ts-jest" | ||
}, | ||
"scripts": { | ||
"preversion": "yarn test && yarn build", | ||
"version": "git add -A", | ||
"postversion": "git push && git push --tags", | ||
"clean": "rm -rf lib esm", | ||
"build": "yarn clean && tsc && tsc -m esnext --outDir esm", | ||
"test": "yarn clean && jest" | ||
} | ||
} | ||
} |
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
132483
70
3062