@lenso/cli 0.1.21 → 0.1.23

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
@@ -31,7 +31,7 @@ Update the hosted console later by upgrading `lenso-cli` and running:
31
31
  lenso host update-console
32
32
  ```
33
33
 
34
- The generated host depends on the Git-pinned `lenso` crate with the `host`
34
+ The generated host depends on the crates.io `lenso` crate with the `host`
35
35
  feature, which is the current narrow host API for booting API, worker, and
36
36
  migration entrypoints. See
37
37
  [`docs/architecture/framework-public-surface.md`](https://github.com/LioRael/lenso/blob/main/docs/architecture/framework-public-surface.md)
@@ -74,6 +74,8 @@ lenso console-package create billing
74
74
  lenso module install https://example.com/lenso/module/v1/manifest
75
75
  lenso module install ./lenso.module.json
76
76
  lenso module install auth
77
+ lenso module install auth-password
78
+ lenso module install auth-oidc
77
79
  lenso module install auth-device
78
80
  ```
79
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenso/cli",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
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