@zerwiz/ymir 0.1.13 → 0.1.14
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/CHANGELOG.md +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
|
|
2
|
+
## 2026-09-17 — 0.1.14: the panels reach the gate, and the fourth window ships
|
|
3
|
+
|
|
4
|
+
- **`@zerwiz/hlidskjalf` 0.1.1** — the package now declares its own `name`, `files` and the absence of `private`, and ships **`vite.config.ts`**. Without that config a packaged SPA is served by `vite preview` with **no `/api` proxy**, so every panel answered `index.html` and died on `Unexpected token '<'<`. That was the whole panel fault.
|
|
5
|
+
- **`@zerwiz/odrerir` 0.1.1** — ships its **`electron/`** half, so the fourth hall can have a window; its name is `@zerwiz/odrerir` and it is no longer marked private (npm refuses those, EPRIVATE).
|
|
6
|
+
- Both apps declared what ships **in their own repos**, instead of a manifest rewritten at publish time — which is how the wrong things shipped in the first place.
|
|
7
|
+
|
|
2
8
|
## 2026-09-17 — 0.1.13: the re-voiced seat arrives, and the packages are listed
|
|
3
9
|
|
|
4
10
|
- **`@zerwiz/sessrumnir` 0.1.9** — the seat that says Sessrúmnir and "Brokk is working", with the fork`s name gone from its source, its bundles, its installer and its package identity. Pinned so a fresh install receives it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zerwiz/ymir",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "Ymir \u2014 the single-tenant agent operating system. Omarchy-first, host-aware, self-healing.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/zerwiz/ymir",
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
"compliance": "bash .agents/skills/galdr-ymirsystem/scripts/compliance-check.sh"
|
|
61
61
|
},
|
|
62
62
|
"optionalDependencies": {
|
|
63
|
-
"@zerwiz/hlidskjalf": "
|
|
64
|
-
"@zerwiz/odrerir": "
|
|
63
|
+
"@zerwiz/hlidskjalf": "0.1.1",
|
|
64
|
+
"@zerwiz/odrerir": "0.1.1",
|
|
65
65
|
"@zerwiz/sessrumnir": "0.1.9",
|
|
66
66
|
"@zerwiz/smidja-factory": "^0.1.0"
|
|
67
67
|
}
|