uniweb 0.30.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.30.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,15 +41,15 @@
41
41
  "js-yaml": "^4.1.0",
42
42
  "prompts": "^2.4.2",
43
43
  "tar": "^7.0.0",
44
- "@uniweb/kit": "^0.13.5",
44
+ "@uniweb/core": "^0.12.1",
45
+ "@uniweb/kit": "^0.13.6",
45
46
  "@uniweb/semantic-parser": "^1.3.1",
46
- "@uniweb/core": "^0.12.0",
47
- "@uniweb/runtime": "^0.12.10"
47
+ "@uniweb/runtime": "^0.12.13"
48
48
  },
49
49
  "peerDependencies": {
50
- "@uniweb/build": "^0.26.0",
51
- "@uniweb/content-reader": "^1.2.4",
52
- "@uniweb/semantic-parser": "^1.3.1"
50
+ "@uniweb/build": "^0.26.1",
51
+ "@uniweb/semantic-parser": "^1.3.1",
52
+ "@uniweb/content-reader": "^1.2.4"
53
53
  },
54
54
  "peerDependenciesMeta": {
55
55
  "@uniweb/build": {
@@ -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
- // `kb/framework/build/data-ball-retirement.md`.
630
+ // one object per file, no bundle.
631
631
  const injectInfo = {
632
632
  ...(fnd.ref ? { foundation: fnd.ref } : {})
633
633
  }
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-08-25T21:53:35.373Z",
3
+ "generatedAt": "2026-08-26T01:46:58.853Z",
4
4
  "packages": {
5
5
  "@uniweb/build": {
6
- "version": "0.26.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.12.0",
32
+ "version": "0.12.1",
33
33
  "path": "framework/core",
34
34
  "deps": [
35
35
  "@uniweb/semantic-parser",
@@ -49,7 +49,7 @@
49
49
  ]
50
50
  },
51
51
  "@uniweb/kit": {
52
- "version": "0.13.5",
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.5",
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.10",
79
+ "version": "0.12.13",
80
80
  "path": "framework/runtime",
81
81
  "deps": [
82
82
  "@uniweb/core",
@@ -114,7 +114,7 @@
114
114
  "deps": []
115
115
  },
116
116
  "@uniweb/unipress": {
117
- "version": "0.8.12",
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; see `kb/framework/build/data-ball-retirement.md`.
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
  *