@geekmidas/cli 1.7.0 → 1.8.0
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/CHANGELOG.md +6 -0
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +4 -4
- package/src/init/versions.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @geekmidas/cli
|
|
2
2
|
|
|
3
|
+
## 1.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- ⬆️ [`5c5d844`](https://github.com/geekmidas/toolbox/commit/5c5d8447d0bab29397879bcd723bf1f44c50e61c) Thanks [@geekmidas](https://github.com/geekmidas)! - Bump version to capture latest version of constructs
|
|
8
|
+
|
|
3
9
|
## 1.7.0
|
|
4
10
|
|
|
5
11
|
### Minor Changes
|
package/dist/index.cjs
CHANGED
|
@@ -33,7 +33,7 @@ const prompts = require_chunk.__toESM(require("prompts"));
|
|
|
33
33
|
|
|
34
34
|
//#region package.json
|
|
35
35
|
var name = "@geekmidas/cli";
|
|
36
|
-
var version = "1.
|
|
36
|
+
var version = "1.7.0";
|
|
37
37
|
var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
|
|
38
38
|
var private$1 = false;
|
|
39
39
|
var type = "module";
|
|
@@ -6547,7 +6547,7 @@ const GEEKMIDAS_VERSIONS = {
|
|
|
6547
6547
|
"@geekmidas/cache": "~1.0.0",
|
|
6548
6548
|
"@geekmidas/client": "~2.0.0",
|
|
6549
6549
|
"@geekmidas/cloud": "~1.0.0",
|
|
6550
|
-
"@geekmidas/constructs": "~1.1.
|
|
6550
|
+
"@geekmidas/constructs": "~1.1.1",
|
|
6551
6551
|
"@geekmidas/db": "~1.0.0",
|
|
6552
6552
|
"@geekmidas/emailkit": "~1.0.0",
|
|
6553
6553
|
"@geekmidas/envkit": "~1.0.3",
|