@oliversalzburg/js-utils
Advanced tools
Comparing version 0.0.3 to 0.0.4
export * from "./array.js"; | ||
export * from "./error-serializer.js"; | ||
export * from "./errors/index.js"; | ||
export * from "./nil.js"; | ||
export * from "./sleep.js"; | ||
export * from "./string-formatter.js"; |
export * from "./array.js"; | ||
export * from "./error-serializer.js"; | ||
export * from "./errors/index.js"; | ||
export * from "./nil.js"; | ||
export * from "./sleep.js"; | ||
export * from "./string-formatter.js"; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"$schema": "https://json.schemastore.org/package.json", | ||
"name": "@oliversalzburg/js-utils", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"license": "MIT", | ||
@@ -20,2 +20,3 @@ "author": "Oliver Salzburg <oliver.salzburg@gmail.com>", | ||
"build:tsc": "tsc", | ||
"lint": "yarn run lint:eslint && yarn run lint:tsc", | ||
"lint:eslint": "eslint source ./*js", | ||
@@ -22,0 +23,0 @@ "lint:tsc": "tsc --noEmit", |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
37416
51
681
1