Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
## Unreleased
- landstar donor-parity (replacing its general scripts with the kit): still pending.

## 0.5.1
- `network`: **Xenia Operations moved to its own subdomain** — `xenia-ops.url` is now `https://ops.xenia.host` (was `https://xenia.host`). `xenia.host` is reserved for the Xenia Network umbrella, so `XENIA_NETWORK.url` (`https://xenia.host/network`) is unchanged. Data-only; no API change.

## 0.5.0
- **`@iserlabs/web-kit/network`** — new export: The Xenia Network member registry (`networkMembers`, `memberById`, `footerMembersFor`, `managementBrands`, `engines`, `brandListLabel`, `XENIA_NETWORK`, `STREAMLINED_ID`, `includeStreamlinedInBrandFooters`) plus the JSON-LD builder (`networkGraph`, `NETWORK_ID`). Pure data + functions; first fleet-content module in the kit. Lifted verbatim from `xenia-hospitality-operations` so every affiliated site consumes one source of truth (Xenia Network rollout, plan 2 of 4). Schema models the umbrella with `subOrganization`/`memberOf` — never `sameAs`; Columbus excluded by design.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iserlabs/web-kit",
"version": "0.5.0",
"version": "0.5.1",
"private": false,
"type": "module",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/network/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const networkMembers: readonly NetworkMember[] = [
id: "xenia-ops",
name: "Xenia Operations",
role: "engine",
url: "https://xenia.host",
url: "https://ops.xenia.host",
blurb:
"Remote, done-for-you hospitality operations desk — guest messaging, coordination, escalation.",
routeBy: { kind: "need", label: "Run it for me, remotely" },
Expand Down