herm-tui 1.9.0-dev.4 → 1.9.0-dev.6
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/README.md +2 -2
- package/assets/eikons/ares/ares.eikon +367 -0
- package/assets/eikons/ares/manifest.json +28 -0
- package/assets/eikons/default/default.eikon +398 -0
- package/assets/eikons/default/manifest.json +28 -0
- package/assets/eikons/mono/manifest.json +28 -0
- package/assets/eikons/mono/mono.eikon +395 -0
- package/index.js +493 -487
- package/package.json +1 -1
- package/assets/eikons/ares.eikon +0 -367
- package/assets/eikons/default.eikon +0 -398
- package/assets/eikons/mono.eikon +0 -395
package/README.md
CHANGED
|
@@ -98,9 +98,9 @@ See [`.env.example`](./.env.example) for rarely-needed overrides.
|
|
|
98
98
|
activating, then use it when ready.
|
|
99
99
|
- Use `eikon.liftaris.dev` as a discovery mirror only; it previews catalog
|
|
100
100
|
entries and points back to Herm for native install/use.
|
|
101
|
-
- Submit local non-bundled eikons
|
|
101
|
+
- Submit local non-bundled eikons with `u`; Herm shows the exact
|
|
102
102
|
preflight bundle before submission and blocks published marketplace installs
|
|
103
|
-
from duplicate
|
|
103
|
+
from duplicate submission.
|
|
104
104
|
|
|
105
105
|
Herm owns native Marketplace behavior. The eikon repo owns the registry,
|
|
106
106
|
browser mirror, shared catalog/player exports, install resolver, and publish
|