uniweb 0.51.1 → 0.51.2
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.51.
|
|
3
|
+
"version": "0.51.2",
|
|
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/
|
|
44
|
+
"@uniweb/runtime": "^0.21.0",
|
|
45
45
|
"@uniweb/kit": "^0.18.4",
|
|
46
|
-
"@uniweb/
|
|
46
|
+
"@uniweb/core": "^0.26.2",
|
|
47
47
|
"@uniweb/semantic-parser": "^1.4.0"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@uniweb/
|
|
50
|
+
"@uniweb/semantic-parser": "^1.4.0",
|
|
51
51
|
"@uniweb/content-reader": "^1.2.4",
|
|
52
|
-
"@uniweb/
|
|
52
|
+
"@uniweb/build": "^0.47.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependenciesMeta": {
|
|
55
55
|
"@uniweb/build": {
|
|
@@ -140,10 +140,15 @@ export function readPaymentRefusal({ status, contentType = '', body = '' } = {})
|
|
|
140
140
|
// key for every reason, which is what lets a reason we have never heard of still
|
|
141
141
|
// reach its remedy.
|
|
142
142
|
//
|
|
143
|
-
// ⚖️ `settlement.url` is the older shape and is still read
|
|
144
|
-
//
|
|
145
|
-
//
|
|
146
|
-
//
|
|
143
|
+
// ⚖️ `settlement.url` is the older shape and is still read, as a DEFENSIVE
|
|
144
|
+
// read and nothing more.
|
|
145
|
+
//
|
|
146
|
+
// ⛔ **This comment used to justify it as "what a backend that has not moved yet
|
|
147
|
+
// still serves". That is unverified and probably false** — corrected 2026-09-12,
|
|
148
|
+
// after the backend searched its whole tree and reported serving neither this
|
|
149
|
+
// nor `remedy_url` on any route. ⇒ Keep the read (it costs nothing and a door
|
|
150
|
+
// withheld is worse than a door read twice); do not repeat the claim about who
|
|
151
|
+
// serves it. The current contract is `remedy_url`, one key for every reason.
|
|
147
152
|
const legacy = problem.settlement
|
|
148
153
|
const candidate =
|
|
149
154
|
(typeof problem.remedy_url === 'string' && problem.remedy_url) ||
|
package/src/framework-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-09-
|
|
3
|
+
"generatedAt": "2026-09-12T22:47:22.112Z",
|
|
4
4
|
"packages": {
|
|
5
5
|
"@uniweb/api": {
|
|
6
6
|
"version": "0.3.3",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
]
|
|
11
11
|
},
|
|
12
12
|
"@uniweb/build": {
|
|
13
|
-
"version": "0.47.
|
|
13
|
+
"version": "0.47.1",
|
|
14
14
|
"path": "framework/build",
|
|
15
15
|
"deps": [
|
|
16
16
|
"@uniweb/content-reader",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"deps": []
|
|
35
35
|
},
|
|
36
36
|
"@uniweb/core": {
|
|
37
|
-
"version": "0.26.
|
|
37
|
+
"version": "0.26.2",
|
|
38
38
|
"path": "framework/core",
|
|
39
39
|
"deps": [
|
|
40
40
|
"@uniweb/semantic-parser",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
]
|
|
83
83
|
},
|
|
84
84
|
"@uniweb/runtime": {
|
|
85
|
-
"version": "0.
|
|
85
|
+
"version": "0.21.0",
|
|
86
86
|
"path": "framework/runtime",
|
|
87
87
|
"deps": [
|
|
88
88
|
"@uniweb/core",
|