@civic/auth 0.1.4-beta.3 → 0.1.4-beta.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@civic/auth",
3
- "version": "0.1.4-beta.3",
3
+ "version": "0.1.4-beta.4",
4
4
  "type": "module",
5
5
  "module": "dist/index.js",
6
6
  "main": "dist/index.ts",
@@ -103,7 +103,7 @@
103
103
  "next": "^14"
104
104
  },
105
105
  "scripts": {
106
- "prebuild": "rm -rf .turbo dist && pnpm generate-version",
106
+ "prebuild": "rm -rf dist && pnpm generate-version",
107
107
  "build": "pnpm build:cjs && pnpm build:esm",
108
108
  "build:cjs": "tsc -p tsconfig.cjs.json --noEmit false && tsc-alias -p tsconfig.cjs.json",
109
109
  "build:esm": "tsc -p tsconfig.esm.json --noEmit false && tsc-alias -p tsconfig.esm.json",