@uniweb/runtime 0.12.11 → 0.12.13

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/runtime",
3
- "version": "0.12.11",
3
+ "version": "0.12.13",
4
4
  "description": "Minimal runtime for loading Uniweb foundations",
5
5
  "type": "module",
6
6
  "exports": {
@@ -36,7 +36,7 @@
36
36
  "node": ">=20.19"
37
37
  },
38
38
  "dependencies": {
39
- "@uniweb/core": "^0.12.0",
39
+ "@uniweb/core": "^0.12.1",
40
40
  "@uniweb/theming": "^0.1.15"
41
41
  },
42
42
  "devDependencies": {
@@ -33,7 +33,7 @@ function resolveAgainstDocument(url) {
33
33
  * The skip below is what lets a shell put the stylesheet in the head itself —
34
34
  * so the sheet applies during HTML parse instead of waiting for the runtime to
35
35
  * boot, parse `__DATA__` and inject it. Hosting shipped that on the strength of
36
- * this guard (channel `framework-hosting-ea29`, 2026-08-19); until then nothing
36
+ * this guard (the hosting lane, 2026-08-19); until then nothing
37
37
  * asserted it, so a refactor would have produced two `<link>` tags and two
38
38
  * fetches on their lane with every test here still green.
39
39
  *