@os-design/use-swipe
Advanced tools
Comparing version 1.0.19 to 1.0.20
{ | ||
"name": "@os-design/use-swipe", | ||
"version": "1.0.19", | ||
"version": "1.0.20", | ||
"license": "UNLICENSED", | ||
"repository": "git@gitlab.com:os-team/libs/os-design.git", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
@@ -23,5 +23,4 @@ "dist", | ||
"clean": "rimraf dist", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/esm --source-maps", | ||
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .ts,.tsx --out-dir dist/cjs --source-maps", | ||
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types", | ||
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx --out-dir dist", | ||
"build:types": "tsc -p tsconfig.build.json --emitDeclarationOnly --declaration --declarationDir dist", | ||
"build": "yarn clean && npm-run-all 'build:*'", | ||
@@ -36,3 +35,3 @@ "ncu": "ncu -u" | ||
}, | ||
"gitHead": "1f17189e344a56fd6347dd6b896d6e7ef6e7b35d" | ||
"gitHead": "86a83e87297a07afe132782ca2c95023b7139276" | ||
} |
import { | ||
TouchEventHandler, | ||
type TouchEventHandler, | ||
useCallback, | ||
@@ -4,0 +4,0 @@ useEffect, |
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
Yes
8523
8
152
1