better-auth-ui 3.2.15 → 3.2.17
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 -3
package/package.json
CHANGED
|
@@ -1,14 +1,15 @@
|
|
|
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.17",
|
|
5
5
|
"description": "Plug & play shadcn/ui components for better-auth",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"build": "pnpm build:registry && tsup --clean --dts && shx cp src/style.css dist/style.css",
|
|
8
8
|
"build:registry": "pnpm sync:registry && pnpm dlx shadcn@latest build && shx mkdir -p docs/public/r && shx cp public/r/*.json docs/public/r/",
|
|
9
9
|
"sync:registry": "node scripts/sync-registry.js",
|
|
10
10
|
"dev": "tsc-watch",
|
|
11
|
-
"prepublishOnly": "shx rm -rf dist && turbo build"
|
|
11
|
+
"prepublishOnly": "shx rm -rf dist && turbo build",
|
|
12
|
+
"publish": "pnpm version patch && pnpm publish --no-git-checks --access public"
|
|
12
13
|
},
|
|
13
14
|
"type": "module",
|
|
14
15
|
"main": "./dist/index.cjs",
|
|
@@ -160,4 +161,4 @@
|
|
|
160
161
|
"overrides": {}
|
|
161
162
|
},
|
|
162
163
|
"packageManager": "pnpm@10.16.1"
|
|
163
|
-
}
|
|
164
|
+
}
|