@geekmidas/cli 2.0.1 → 2.0.2
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 +17 -0
- package/dist/index.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
- package/src/init/versions.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @geekmidas/cli
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 🐛 [#11](https://github.com/geekmidas/toolbox/pull/11) [`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309) Thanks [@geekmidas](https://github.com/geekmidas)! - Patch release across all packages to realign published versions with the
|
|
8
|
+
registry. The previous release only published the four packages that had
|
|
9
|
+
version bumps; the remaining packages failed with "cannot publish over the
|
|
10
|
+
previously published versions" because their versions were unchanged.
|
|
11
|
+
- Updated dependencies [[`40f4dc0`](https://github.com/geekmidas/toolbox/commit/40f4dc095911b2223a255029d8f776caf7781309)]:
|
|
12
|
+
- @geekmidas/constructs@7.0.1
|
|
13
|
+
- @geekmidas/envkit@1.1.1
|
|
14
|
+
- @geekmidas/errors@1.0.2
|
|
15
|
+
- @geekmidas/logger@1.0.3
|
|
16
|
+
- @geekmidas/manifest@0.1.1
|
|
17
|
+
- @geekmidas/schema@1.0.4
|
|
18
|
+
- @geekmidas/telescope@1.1.1
|
|
19
|
+
|
|
3
20
|
## 2.0.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/index.cjs
CHANGED
|
@@ -36,7 +36,7 @@ const prompts = require_chunk.__toESM(require("prompts"));
|
|
|
36
36
|
|
|
37
37
|
//#region package.json
|
|
38
38
|
var name = "@geekmidas/cli";
|
|
39
|
-
var version = "2.0.
|
|
39
|
+
var version = "2.0.1";
|
|
40
40
|
var description = "CLI tools for building Lambda handlers, server applications, and generating OpenAPI specs";
|
|
41
41
|
var private$1 = false;
|
|
42
42
|
var type = "module";
|
|
@@ -6895,12 +6895,12 @@ const CLI_VERSION = `~${pkg.version}`;
|
|
|
6895
6895
|
* Run: pnpm --filter @geekmidas/cli sync-versions
|
|
6896
6896
|
*/
|
|
6897
6897
|
const GEEKMIDAS_VERSIONS = {
|
|
6898
|
-
"@geekmidas/audit": "~2.
|
|
6898
|
+
"@geekmidas/audit": "~2.2.0",
|
|
6899
6899
|
"@geekmidas/auth": "~2.0.1",
|
|
6900
6900
|
"@geekmidas/cache": "~1.1.1",
|
|
6901
|
-
"@geekmidas/client": "~
|
|
6901
|
+
"@geekmidas/client": "~9.0.0",
|
|
6902
6902
|
"@geekmidas/cloud": "~1.1.0",
|
|
6903
|
-
"@geekmidas/constructs": "~
|
|
6903
|
+
"@geekmidas/constructs": "~7.0.0",
|
|
6904
6904
|
"@geekmidas/db": "~1.1.0",
|
|
6905
6905
|
"@geekmidas/emailkit": "~1.0.1",
|
|
6906
6906
|
"@geekmidas/envkit": "~1.1.0",
|