@byline/host-tanstack-start 1.11.2 → 1.12.0

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 +9 -9
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "type": "module",
5
5
  "license": "MPL-2.0",
6
- "version": "1.11.2",
6
+ "version": "1.12.0",
7
7
  "engines": {
8
8
  "node": ">=20.9.0"
9
9
  },
@@ -107,12 +107,12 @@
107
107
  "react-swipeable": "^7.0.2",
108
108
  "uuid": "^14.0.0",
109
109
  "zod": "^4.4.3",
110
- "@byline/client": "1.11.2",
111
- "@byline/auth": "1.11.2",
112
- "@byline/ai": "1.11.2",
113
- "@byline/ui": "1.11.2",
114
- "@byline/core": "1.11.2",
115
- "@byline/admin": "1.11.2"
110
+ "@byline/core": "1.12.0",
111
+ "@byline/client": "1.12.0",
112
+ "@byline/ai": "2.0.0",
113
+ "@byline/ui": "1.12.0",
114
+ "@byline/auth": "1.12.0",
115
+ "@byline/admin": "1.12.0"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "@tanstack/react-router": "^1.167.0",
@@ -148,10 +148,10 @@
148
148
  "dev": "run-p dev:*",
149
149
  "dev:code": "rslib build --watch",
150
150
  "build": "run-s build:*",
151
- "build:clean": "rimraf dist build",
151
+ "build:clean": "node scripts/clean.js dist build",
152
152
  "build:code": "rslib build",
153
153
  "typecheck": "tsc --noEmit",
154
- "clean": "rimraf node_modules dist build types .turbo",
154
+ "clean": "node scripts/clean.js node_modules dist build types .turbo",
155
155
  "lint": "biome check --write --unsafe --diagnostic-level=error",
156
156
  "test": "vitest run --mode=node"
157
157
  }