uniweb 0.29.0 → 0.30.1
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": "uniweb",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.30.1",
|
|
4
4
|
"description": "Create structured Vite + React sites with content/code separation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"js-yaml": "^4.1.0",
|
|
42
42
|
"prompts": "^2.4.2",
|
|
43
43
|
"tar": "^7.0.0",
|
|
44
|
-
"@uniweb/core": "^0.
|
|
45
|
-
"@uniweb/kit": "^0.13.
|
|
46
|
-
"@uniweb/
|
|
47
|
-
"@uniweb/
|
|
44
|
+
"@uniweb/core": "^0.12.1",
|
|
45
|
+
"@uniweb/kit": "^0.13.6",
|
|
46
|
+
"@uniweb/semantic-parser": "^1.3.1",
|
|
47
|
+
"@uniweb/runtime": "^0.12.13"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@uniweb/build": "^0.
|
|
51
|
-
"@uniweb/semantic-parser": "^1.3.
|
|
50
|
+
"@uniweb/build": "^0.26.1",
|
|
51
|
+
"@uniweb/semantic-parser": "^1.3.1",
|
|
52
52
|
"@uniweb/content-reader": "^1.2.4"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
package/src/commands/publish.js
CHANGED
|
@@ -627,7 +627,7 @@ export async function publish(args = []) {
|
|
|
627
627
|
//
|
|
628
628
|
// A file map needs a name nothing else claims (`static_data` / `data_files`
|
|
629
629
|
// were proposed) AND a consumer that reads it — neither settled. See
|
|
630
|
-
//
|
|
630
|
+
// one object per file, no bundle.
|
|
631
631
|
const injectInfo = {
|
|
632
632
|
...(fnd.ref ? { foundation: fnd.ref } : {})
|
|
633
633
|
}
|
package/src/framework-index.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-26T01:46:58.853Z",
|
|
4
4
|
"packages": {
|
|
5
5
|
"@uniweb/build": {
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.26.1",
|
|
7
7
|
"path": "framework/build",
|
|
8
8
|
"deps": [
|
|
9
9
|
"@uniweb/content-reader",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"deps": []
|
|
30
30
|
},
|
|
31
31
|
"@uniweb/core": {
|
|
32
|
-
"version": "0.
|
|
32
|
+
"version": "0.12.1",
|
|
33
33
|
"path": "framework/core",
|
|
34
34
|
"deps": [
|
|
35
35
|
"@uniweb/semantic-parser",
|
|
@@ -42,14 +42,14 @@
|
|
|
42
42
|
"deps": []
|
|
43
43
|
},
|
|
44
44
|
"@uniweb/icons": {
|
|
45
|
-
"version": "0.4.
|
|
45
|
+
"version": "0.4.3",
|
|
46
46
|
"path": "framework/icons",
|
|
47
47
|
"deps": [
|
|
48
48
|
"@uniweb/core"
|
|
49
49
|
]
|
|
50
50
|
},
|
|
51
51
|
"@uniweb/kit": {
|
|
52
|
-
"version": "0.13.
|
|
52
|
+
"version": "0.13.6",
|
|
53
53
|
"path": "framework/kit",
|
|
54
54
|
"deps": [
|
|
55
55
|
"@uniweb/core",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"deps": []
|
|
69
69
|
},
|
|
70
70
|
"@uniweb/projections": {
|
|
71
|
-
"version": "0.3.
|
|
71
|
+
"version": "0.3.6",
|
|
72
72
|
"path": "framework/projections",
|
|
73
73
|
"deps": [
|
|
74
74
|
"@uniweb/content-writer",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
]
|
|
77
77
|
},
|
|
78
78
|
"@uniweb/runtime": {
|
|
79
|
-
"version": "0.12.
|
|
79
|
+
"version": "0.12.13",
|
|
80
80
|
"path": "framework/runtime",
|
|
81
81
|
"deps": [
|
|
82
82
|
"@uniweb/core",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"deps": []
|
|
100
100
|
},
|
|
101
101
|
"@uniweb/semantic-parser": {
|
|
102
|
-
"version": "1.3.
|
|
102
|
+
"version": "1.3.1",
|
|
103
103
|
"path": "framework/semantic-parser",
|
|
104
104
|
"deps": []
|
|
105
105
|
},
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"deps": []
|
|
115
115
|
},
|
|
116
116
|
"@uniweb/unipress": {
|
|
117
|
-
"version": "0.8.
|
|
117
|
+
"version": "0.8.13",
|
|
118
118
|
"path": "framework/unipress",
|
|
119
119
|
"deps": [
|
|
120
120
|
"@uniweb/build",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
* runtime — so it is returned for parity and for a caller that wants to verify
|
|
39
39
|
* an upload landed.
|
|
40
40
|
*
|
|
41
|
-
* Contract ratified 2026-08-18
|
|
41
|
+
* Contract ratified with the backend lane, 2026-08-18.
|
|
42
42
|
* **Wired into `publish.js` and shipped in `uniweb` 0.25.3.** Both arms of the
|
|
43
43
|
* endpoint exist (presigned landed 2026-08-18, per Diego).
|
|
44
44
|
*
|