@aiquants/swipe-overlay 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiquants/swipe-overlay",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "React hooks and context for swipe-to-dismiss overlay interactions",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"react",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"watch": "tsup --watch",
|
|
62
62
|
"typecheck": "tsc --noEmit",
|
|
63
63
|
"clean": "rimraf dist",
|
|
64
|
-
"publish:patch": "
|
|
65
|
-
"publish:minor": "
|
|
66
|
-
"publish:major": "
|
|
64
|
+
"publish:patch": "pnpm run typecheck && pnpm run --if-present test && pnpm version patch --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks",
|
|
65
|
+
"publish:minor": "pnpm run typecheck && pnpm run --if-present test && pnpm version minor --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks",
|
|
66
|
+
"publish:major": "pnpm run typecheck && pnpm run --if-present test && pnpm version major --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks",
|
|
67
67
|
"lint": "biome lint src/",
|
|
68
68
|
"lint:fix": "biome lint --write src/",
|
|
69
69
|
"format": "biome format src/",
|