@fuzdev/fuz_app 0.66.0 → 0.67.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 +14 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuzdev/fuz_app",
3
- "version": "0.66.0",
3
+ "version": "0.67.0",
4
4
  "description": "fullstack app library",
5
5
  "glyph": "🗝",
6
6
  "logo": "logo.svg",
@@ -14,6 +14,7 @@
14
14
  "build": "gro build",
15
15
  "check": "gro check",
16
16
  "test": "gro test",
17
+ "benchmark:cross-impl": "gro run src/benchmarks/cross_impl.bench.ts",
17
18
  "preview": "vite preview",
18
19
  "deploy": "gro deploy"
19
20
  },
@@ -25,6 +26,8 @@
25
26
  "@electric-sql/pglite": ">=0.4",
26
27
  "@fuzdev/blake3_wasm": ">=0.1.0",
27
28
  "@fuzdev/fuz_util": ">=0.53.4",
29
+ "@hono/node-server": ">=1",
30
+ "@hono/node-ws": ">=1",
28
31
  "@node-rs/argon2": ">=2",
29
32
  "@sveltejs/kit": "^2",
30
33
  "hono": ">=4",
@@ -37,6 +40,12 @@
37
40
  "@electric-sql/pglite": {
38
41
  "optional": true
39
42
  },
43
+ "@hono/node-server": {
44
+ "optional": true
45
+ },
46
+ "@hono/node-ws": {
47
+ "optional": true
48
+ },
40
49
  "pg": {
41
50
  "optional": true
42
51
  },
@@ -50,8 +59,10 @@
50
59
  "@fuzdev/fuz_code": "^0.45.1",
51
60
  "@fuzdev/fuz_css": "^0.59.0",
52
61
  "@fuzdev/fuz_ui": "^0.192.0",
53
- "@fuzdev/fuz_util": "^0.60.1",
54
- "@fuzdev/gro": "^0.199.0",
62
+ "@fuzdev/fuz_util": "^0.61.0",
63
+ "@fuzdev/gro": "^0.199.1",
64
+ "@hono/node-server": "^1.19.14",
65
+ "@hono/node-ws": "^1.3.1",
55
66
  "@jridgewell/trace-mapping": "^0.3.31",
56
67
  "@node-rs/argon2": "^2.0.2",
57
68
  "@ryanatkn/eslint-config": "^0.12.1",