better-auth-ui 3.2.15 → 3.2.16

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.
Files changed (1) hide show
  1. package/package.json +3 -2
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.15",
4
+ "version": "3.2.16",
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": "npm version patch && npm publish --access public"
12
13
  },
13
14
  "type": "module",
14
15
  "main": "./dist/index.cjs",