uniweb 0.10.4 → 0.10.6

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.
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-04-23T17:16:28.977Z",
3
+ "generatedAt": "2026-04-26T20:11:49.324Z",
4
4
  "packages": {
5
5
  "@uniweb/build": {
6
- "version": "0.10.3",
6
+ "version": "0.11.3",
7
7
  "path": "framework/build",
8
8
  "deps": [
9
9
  "@uniweb/content-reader",
@@ -14,17 +14,17 @@
14
14
  ]
15
15
  },
16
16
  "@uniweb/content-reader": {
17
- "version": "1.1.4",
17
+ "version": "1.1.6",
18
18
  "path": "framework/content-reader",
19
19
  "deps": []
20
20
  },
21
21
  "@uniweb/content-writer": {
22
- "version": "0.2.3",
22
+ "version": "0.2.4",
23
23
  "path": "framework/content-writer",
24
24
  "deps": []
25
25
  },
26
26
  "@uniweb/core": {
27
- "version": "0.7.2",
27
+ "version": "0.7.4",
28
28
  "path": "framework/core",
29
29
  "deps": [
30
30
  "@uniweb/semantic-parser",
@@ -42,7 +42,7 @@
42
42
  "deps": []
43
43
  },
44
44
  "@uniweb/kit": {
45
- "version": "0.9.2",
45
+ "version": "0.9.4",
46
46
  "path": "framework/kit",
47
47
  "deps": [
48
48
  "@uniweb/core"
@@ -54,12 +54,12 @@
54
54
  "deps": []
55
55
  },
56
56
  "@uniweb/press": {
57
- "version": "0.3.1",
57
+ "version": "0.4.2",
58
58
  "path": "framework/press",
59
59
  "deps": []
60
60
  },
61
61
  "@uniweb/runtime": {
62
- "version": "0.8.3",
62
+ "version": "0.8.5",
63
63
  "path": "framework/runtime",
64
64
  "deps": [
65
65
  "@uniweb/core",
@@ -72,17 +72,17 @@
72
72
  "deps": []
73
73
  },
74
74
  "@uniweb/scholar": {
75
- "version": "0.2.1",
75
+ "version": "0.2.2",
76
76
  "path": "framework/scholar",
77
77
  "deps": []
78
78
  },
79
79
  "@uniweb/semantic-parser": {
80
- "version": "1.1.10",
80
+ "version": "1.1.12",
81
81
  "path": "framework/semantic-parser",
82
82
  "deps": []
83
83
  },
84
84
  "@uniweb/templates": {
85
- "version": "0.7.34",
85
+ "version": "0.7.35",
86
86
  "path": "framework/templates",
87
87
  "deps": []
88
88
  },
@@ -90,6 +90,17 @@
90
90
  "version": "0.1.3",
91
91
  "path": "framework/theming",
92
92
  "deps": []
93
+ },
94
+ "@uniweb/unipress": {
95
+ "version": "0.2.3",
96
+ "path": "framework/unipress",
97
+ "deps": [
98
+ "@uniweb/build",
99
+ "@uniweb/content-reader",
100
+ "@uniweb/core",
101
+ "@uniweb/runtime",
102
+ "@uniweb/semantic-parser"
103
+ ]
93
104
  }
94
105
  },
95
106
  "templates": {
package/src/index.js CHANGED
@@ -848,8 +848,9 @@ ${colors.bright}Template Options:${colors.reset}
848
848
  --registry <url> Registry URL (default: http://localhost:4001)
849
849
 
850
850
  ${colors.bright}Deploy Options:${colors.reset}
851
- --prod Deploy to production (default: preview URL)
852
- --dry-run Show what would be deployed without uploading
851
+ --dry-run Resolve site.yml + foundation/runtime but skip the Worker POST
852
+ --skip-build Don't rebuild, use existing dist/ as-is
853
+ --skip-assets Skip binary asset upload (content-only deploy)
853
854
 
854
855
  ${colors.bright}Build Options:${colors.reset}
855
856
  --target <type> Build target (foundation, site) - auto-detected if not specified
@@ -33,8 +33,8 @@
33
33
  "@tailwindcss/vite": "^4.0.0",
34
34
  "@uniweb/build": "{{version "@uniweb/build"}}",
35
35
  "@vitejs/plugin-react": "^5.0.0",
36
- "react": "^18.2.0",
37
- "react-dom": "^18.2.0",
36
+ "react": "^19.0.0",
37
+ "react-dom": "^19.0.0",
38
38
  "tailwindcss": "^4.0.0",
39
39
  "vite": "^7.0.0",
40
40
  "vite-plugin-svgr": "^4.2.0"
@@ -17,8 +17,8 @@
17
17
  "@tailwindcss/vite": "^4.0.0",
18
18
  "@uniweb/build": "{{version "@uniweb/build"}}",
19
19
  "@vitejs/plugin-react": "^5.0.0",
20
- "react": "^18.2.0",
21
- "react-dom": "^18.2.0",
20
+ "react": "^19.0.0",
21
+ "react-dom": "^19.0.0",
22
22
  "react-router-dom": "^7.0.0",
23
23
  "tailwindcss": "^4.0.0",
24
24
  "vite": "^7.0.0",