@daren/utils
Advanced tools
Comparing version 1.5.6 to 1.6.0
@@ -30,2 +30,11 @@ "use strict"; | ||
var _drip = require("./drip"); | ||
Object.keys(_drip).forEach(function (key) { | ||
if (key === "default" || key === "__esModule") return; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _drip[key]) return; | ||
exports[key] = _drip[key]; | ||
}); | ||
var _hooks = require("./hooks"); | ||
@@ -32,0 +41,0 @@ |
import cx from 'clsx'; | ||
export * from './assertion'; | ||
export * from './date'; | ||
export * from './drip'; | ||
export * from './hooks'; | ||
@@ -5,0 +6,0 @@ export * from './misc'; |
import cx from 'clsx'; | ||
export * from './assertion'; | ||
export * from './date'; | ||
export * from './drip'; | ||
export * from './hooks'; | ||
@@ -5,0 +6,0 @@ export * from './misc'; |
{ | ||
"name": "@daren/utils", | ||
"version": "1.5.6", | ||
"version": "1.6.0", | ||
"repository": { | ||
@@ -25,8 +25,8 @@ "type": "git", | ||
"scripts": { | ||
"build": "run-s build:*", | ||
"build": "run-s 'build:*'", | ||
"build:esm": "cross-env BABEL_ENV=esm babel lib --root-mode upward --extensions .ts,.tsx -d dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel lib --root-mode upward --extensions .ts,.tsx -d dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist", | ||
"lint": "run-p lint:*", | ||
"clean": "rm -rf node_modules && rm -rf dist", | ||
"lint": "run-p 'lint:*'", | ||
"lint:lib": "eslint lib --ext .ts,.tsx --config ../../.eslintrc.js", | ||
@@ -52,3 +52,3 @@ "lint:types": "tsc --noEmit", | ||
}, | ||
"gitHead": "615327dfce449be104fefd7ca49417314f2ffafe" | ||
"gitHead": "9f5c6e7c9d77f6b5c88ca9dc0a5bc8a17056b999" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
58188
56
573
0