| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,3 +136,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 136 | 136 | - Integrated [@lambda-lambda-lambda/types/cli](https://github.com/lambda-lambda-lambda/types) | |
| 137 | 137 | - Info lambda-lambda-lambda/cli/issues/2#issue-2249209628 | |
| 138 | 138 | - Redirect root requests to SwaggerUI | |
| 139 | + | ||
| 140 | + ## [0.6.4] - 2024-05-30 | ||
| 141 | + | ||
| 142 | + ### Updated | ||
| 143 | + | ||
| 144 | + - Prep deprecation of `asynchronous` Yes/No values ([VS Code extension integration artifact](https://github.com/lambda-lambda-lambda/vscode-extension/blob/master/src/extension.ts#L70)) | ||
| 145 | + - Skip CLI args parser when imported. | ||
| 146 | + - Upgraded [@lambda-lambda-lambda/types](https://github.com/lambda-lambda-lambda) (0.0.2) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "@lambda-lambda-lambda/cli", | |
| 3 | 3 | "description": "Command-line tool to create a new L³ application.", | |
| 4 | - "version": "0.6.3", | ||
| 4 | + "version": "0.6.4", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments