| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -173,3 +173,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0) a | |||
| 173 | 173 | ## [0.6.9] - 2025-08-02 | |
| 174 | 174 | ||
| 175 | 175 | - Upgraded outdated NPM packages | |
| 176 | + | ||
| 177 | + ## [0.7.0] - 2025-09-08 | ||
| 178 | + | ||
| 179 | + - Support latest stable Node.js release | ||
| 180 | + - Replaced mocha package w/ `ts-mocha` | ||
| 181 | + - Replaced ESLint deprecated release | ||
| 182 | + - Set unique `s3_bucket` name value | ||
| 183 | + - Replaced unsupported dependency (`find`) | ||
| 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.9", | ||
| 4 | + "version": "0.7.0", | ||
| 5 | 5 | "main": "index.js", | |
| 6 | 6 | "types": "types.d.ts", | |
| 7 | 7 | "scripts": { | |
| Back | FazBrowse Home | New Git URL |
0 commit comments