@adaptive-ds/solid-ui 0.16.0 → 0.17.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adaptive-ds/solid-ui",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "scripts": {
5
5
  "dev": "bun run vite:dev",
6
6
  "build": "bun run build:site",
@@ -15,10 +15,11 @@
15
15
  "rsbuild:build": "nice -15 rsbuild build",
16
16
  "rsbuild:deploy": "bun run rsbuild:build && bun run solid:upload && bun run tag:deployed",
17
17
  "deploy": "bash ./ops/deploy.bash",
18
- "upload": "bun run wrangler pages deploy ./out --project-name=adaptive-solid-ui --commit-dirty",
18
+ "upload": "bun run wrangler pages deploy ./out/client --project-name=adaptive-solid-ui --commit-dirty",
19
19
  "tag:deployed": "git branch -f deployed",
20
20
  "release": "bash ./ops/release.sh",
21
21
  "generateDemoList": "bun run ./src/app/demos/generateDemoList.cli.ts",
22
+ "generateIndexAgents": "bun run ./src/app/generateIndexAgents.cli.ts",
22
23
  "update": "nice -15 bun x npm-check-updates -u && bun i",
23
24
  "update:commit": "bun x npm-check-updates -u && bun i && git add package.json && bun run tsc && git commit -m \"chore(deps): update dependencies\" && git push",
24
25
  "format": "bun run prettier --write ./src ./ui",
@@ -40,23 +41,25 @@
40
41
  "valibot": "^1.1.0"
41
42
  },
42
43
  "devDependencies": {
43
- "@biomejs/biome": "^2.4.10",
44
- "@rsbuild/core": "^1.7.5",
45
- "@rsbuild/plugin-node-polyfill": "^1.4.4",
46
- "@rsbuild/plugin-solid": "^1.1.1",
47
- "@tailwindcss/postcss": "^4.2.2",
48
- "@tailwindcss/vite": "^4.2.2",
44
+ "@biomejs/biome": "^2.4.16",
45
+ "@rsbuild/core": "^2.0.12",
46
+ "@rsbuild/plugin-node-polyfill": "^1.4.6",
47
+ "@rsbuild/plugin-solid": "^1.2.2",
48
+ "@tailwindcss/postcss": "^4.3.0",
49
+ "@tailwindcss/vite": "^4.3.0",
50
+ "@tanstack/solid-router": "^1.170.0",
51
+ "@tanstack/solid-start": "^1.168.0",
49
52
  "@types/bun": "latest",
50
53
  "glob": "^13.0.6",
51
54
  "image-size": "^2.0.2",
52
- "prettier": "^3.8.1",
55
+ "prettier": "^3.8.4",
53
56
  "rollup-plugin-visualizer": "^7.0.1",
54
- "tailwindcss": "^4.2.2",
55
- "typescript": "^6.0.2",
56
- "vite": "^8.0.3",
57
- "vite-plugin-dts": "^4.5.4",
58
- "vite-plugin-solid": "^2.11.11",
59
- "wrangler": "^4.79.0"
57
+ "tailwindcss": "^4.3.0",
58
+ "typescript": "^6.0.3",
59
+ "vite": "^8.0.16",
60
+ "vite-plugin-dts": "^5.0.2",
61
+ "vite-plugin-solid": "^2.11.12",
62
+ "wrangler": "^4.100.0"
60
63
  },
61
64
  "imports": {
62
65
  "#src/*.js": "./src/*.ts",