@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.
|
|
201
|
-
|
|
202
|
-
|
|
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
|
Binary file
|
package/vendor/darwin-x64/lenso
CHANGED
|
Binary file
|
package/vendor/linux-x64/lenso
CHANGED
|
Binary file
|
|
Binary file
|