better-auth-ui 3.2.18 → 3.2.21
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 +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "better-auth-ui",
|
|
3
3
|
"homepage": "https://stackproviders.github.io/better-auth-ui/",
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.21",
|
|
5
5
|
"description": "Plug & play shadcn/ui components for better-auth",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/index.cjs",
|
|
@@ -153,6 +153,7 @@
|
|
|
153
153
|
"build": "pnpm build:registry && tsup --clean --dts && shx cp src/style.css dist/style.css",
|
|
154
154
|
"build:registry": "pnpm sync:registry && pnpm dlx shadcn@latest build && shx mkdir -p docs/public/r && shx cp public/r/*.json docs/public/r/",
|
|
155
155
|
"sync:registry": "node scripts/sync-registry.js",
|
|
156
|
-
"dev": "tsc-watch"
|
|
156
|
+
"dev": "tsc-watch",
|
|
157
|
+
"release": "pnpm version patch --no-git-tag-version && pnpm publish --no-git-checks --access public"
|
|
157
158
|
}
|
|
158
159
|
}
|