@lenso/cli 0.1.27 → 0.1.28

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 CHANGED
@@ -197,9 +197,12 @@ lenso module install auth-device
197
197
  `module install` reads `source` from the module descriptor when one is present.
198
198
  When the reference is a module name, the CLI resolves it from the official
199
199
  catalog at `https://catalog.lenso.dev/v1/modules.json` unless `--catalog-url`
200
- points at another registry. For V5 service-backed modules, `module install
201
- <name>` is the business-capability entrypoint: the catalog resolves the provider
202
- service, installs it when needed, then enables the requested module.
200
+ points at another registry. If the primary official catalog endpoint is
201
+ temporarily blocked by edge security, the CLI falls back to the official
202
+ workers.dev mirror at `https://lenso-catalog.lenso.workers.dev/v1/modules.json`.
203
+ For V5 service-backed modules, `module install <name>` is the business-capability
204
+ entrypoint: the catalog resolves the provider service, installs it when needed,
205
+ then enables the requested module.
203
206
  For module releases, `module install <module-release.json>` resolves the
204
207
  release by source, then records `moduleRelease` provenance in
205
208
  `.lenso/module-installs.json` where the source supports a receipt.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Lenso command-line interface for scaffolding and operating Lenso backend projects.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/LioRael/lenso-cli",
Binary file
Binary file
Binary file
Binary file