@omega.js/extension 0.1.0 → 0.50.0

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.
@@ -1,9 +1,11 @@
1
1
  # Publishing — the runbook
2
2
 
3
- > The publish-proving checkpoint's script. Nothing here runs without Ian's explicit GO
4
- > (standing rule: zero npm publishes / GitHub releases until then). The latch is
5
- > mechanical: all seven publishables carry `private: true` npm itself refuses until
6
- > the unlatch step below.
3
+ > The publish-proving checkpoint's script, run for real on 2026-09-09: the seven
4
+ > publishables are on the registry ([#25](https://github.com/Omega-JS-Stack/omega/issues/25)) at 0.50.0, the
5
+ > monorepo's own number (0.1.0 went out first that night and is deprecated: the family
6
+ > carries ONE version, the root package.json's, by ruling 2026-09-10),
7
+ > each with `publishConfig.access: public`, and published is the new normal. The unlatch
8
+ > step below is history; versions move by changesets from here.
7
9
 
8
10
  ## What publishes, what never does
9
11
 
@@ -22,8 +24,9 @@ installable beside it — a real dependency, never vendored. It ships no docs tr
22
24
  plugin's launcher can deep-resolve `@omega.js/mcp-router/bin/mcp-router.js`.
23
25
 
24
26
  Registry-real internal ranges (everything else is workspace `*`): `@omega.js/client`
25
- `0.1.0` in backend/web/desktop/extension; `@omega.js/backend` and `@omega.js/mcp-router`
26
- `0.1.0` in manager — EXACT, not carets, because the family is lockstep (below).
27
+ in backend/web/desktop/extension; `@omega.js/backend` and `@omega.js/mcp-router` in
28
+ manager — the EXACT family version (0.50.0 today), not carets, because the family is
29
+ lockstep (below).
27
30
 
28
31
  ## Lockstep — the family ships ONE version ([#794](https://github.com/Omega-JS-Stack/omega/issues/794))
29
32
 
@@ -151,19 +154,18 @@ circumventing license-key functionality and removing notices.
151
154
  `VENDORABLE_PACKAGES` in [packages/devkit/tools/vendor.js](../../packages/devkit/tools/vendor.js)
152
155
  names them, so the list is never re-typed here).
153
156
  2. **Publish** each (changesets is configured lockstep + `access: public`, so the
154
- seven go out at ONE number; for the FIRST 0.1.0 the direct form per package is
155
- equally fine):
157
+ seven go out at ONE number; the direct form per package is equally fine):
156
158
  `npm publish --workspace=packages/<name>` — order matters only where a dependent
157
159
  waits on a dependency: **client and backend before their dependents**
158
160
  (web/desktop/extension need client on the registry; manager needs backend and
159
161
  mcp-router). Safe order: client → backend → mcp-router → extension → desktop →
160
- web → manager. 2FA/OTP prompts surface here on first publish.
162
+ web → manager.
161
163
  3. **Verify from the outside**: in an empty temp dir, `npm install @omega.js/web`
162
164
  (and one more, e.g. manager) — install + `require.resolve` must succeed with no
163
165
  overrides. That is the moment the untested-lane risk is retired.
164
- 4. **Flip omega-brand to registry specs**: from the brand root,
165
- `npx omega i live` — tree-wide `file:` → the EXACT `0.1.0` pin + one registry
166
- install (`restoreRegistrySpecs` writes the linked copy's version with no
166
+ 4. **Flip omega-brand to registry specs**: from any TARGET root (`targets/website`;
167
+ the manager has no `i` verb), `npx omega i live` — tree-wide `file:` → the EXACT
168
+ family pin + one registry install (`restoreRegistrySpecs` writes the linked copy's version with no
167
169
  caret, because the family is lockstep; `omega i local` is the way back for
168
170
  local-era work). Commit the brand's manifest+lock change.
169
171
  5. **Brand proof**: brand `npm run manage` (manage cycle) + a website build — the brand
@@ -178,6 +180,8 @@ circumventing license-key functionality and removing notices.
178
180
  changes bump minor and consumers move deliberately. A BRAND floats nothing: the
179
181
  manager pins every target exactly, so `omega update` is the one thing that moves
180
182
  a brand, and it moves the whole family ([updates.md](updates.md)).
181
- - 1.0.0 is a later, deliberate graduation (Ian's call), not an accumulation.
183
+ - **1.0.0 is NEVER published without Ian's explicit word** (ruling 2026-09-10): it is the
184
+ official release, and it waits until OMEGA has survived on its own with Ian's brands.
185
+ Every number below it is free to publish whenever he wants.
182
186
  - The publish is also the brand-CI-build unlock: no tarball vendoring exists by
183
187
  design — the registry is the lane CI installs from.
@@ -31,8 +31,8 @@ Only rows needing attention print; a fully-current tree reports one line. Rows s
31
31
  ## The @omega.js family is pinned, and `omega update` is its ONE mover ([#794](https://github.com/Omega-JS-Stack/omega/issues/794))
32
32
 
33
33
  Every `@omega.js/*` spec the manager writes into a brand is an EXACT pin, never a
34
- caret: `"@omega.js/manager": "0.1.0"` at the brand root, `"@omega.js/<framework>":
35
- "0.1.0"` in each target, all at the manager's own version (the family ships
34
+ caret: `"@omega.js/manager": "0.50.0"` at the brand root, `"@omega.js/<framework>":
35
+ "0.50.0"` in each target, all at the manager's own version (the family ships
36
36
  lockstep — [publishing.md](publishing.md)). A caret would let one target float
37
37
  ahead alone on somebody's `npm update`, which is how a brand ends up serving two
38
38
  copies of `@omega.js/client` and validating one omega.json5 with two validators.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@omega.js/extension",
3
- "version": "0.1.0",
3
+ "version": "0.50.0",
4
4
  "description": "OMEGA extension framework — build, test, and package Chrome/Firefox extensions (MV3)",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -140,7 +140,7 @@
140
140
  "minimatch": "^10.2.5",
141
141
  "node-powertools": "^3.0.0",
142
142
  "sass": "^1.100.0",
143
- "@omega.js/client": "0.1.0",
143
+ "@omega.js/client": "0.50.0",
144
144
  "wonderful-fetch": "^2.0.5",
145
145
  "wonderful-version": "^1.3.2",
146
146
  "ws": "^8.21.0",