@geekmidas/cli 2.0.2 → 9.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 CHANGED
@@ -1,5 +1,32 @@
1
1
  # @geekmidas/cli
2
2
 
3
+ ## 9.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#12](https://github.com/geekmidas/toolbox/pull/12) [`d53863a`](https://github.com/geekmidas/toolbox/commit/d53863a84db2e4ab5420e08f79128b637043fc42) Thanks [@geekmidas](https://github.com/geekmidas)! - Align every published package on a single version and keep them in step.
8
+
9
+ All packages now share one version, enforced by a changesets `fixed` group. The
10
+ baseline is 9.0.1 — @geekmidas/client's published version — so nothing moves
11
+ backwards; this release takes the whole set to 9.0.2 together.
12
+
13
+ Independent versions made "which version of the docs applies to me"
14
+ unanswerable: a reader on constructs@7 and cli@2 was on no version at all. One
15
+ number per release makes versioned documentation possible, and lets 9 freeze as
16
+ the current paradigm while the constructs rework is developed against it.
17
+
18
+ Every release now publishes every package, and a major anywhere is a major
19
+ everywhere. Peer ranges get simpler in return.
20
+
21
+ - Updated dependencies [[`d53863a`](https://github.com/geekmidas/toolbox/commit/d53863a84db2e4ab5420e08f79128b637043fc42)]:
22
+ - @geekmidas/constructs@9.0.2
23
+ - @geekmidas/envkit@9.0.2
24
+ - @geekmidas/errors@9.0.2
25
+ - @geekmidas/logger@9.0.2
26
+ - @geekmidas/manifest@9.0.2
27
+ - @geekmidas/schema@9.0.2
28
+ - @geekmidas/telescope@9.0.2
29
+
3
30
  ## 2.0.2
4
31
 
5
32
  ### 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.1";
39
+ var version = "9.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,25 +6895,25 @@ 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.2.0",
6899
- "@geekmidas/auth": "~2.0.1",
6900
- "@geekmidas/cache": "~1.1.1",
6901
- "@geekmidas/client": "~9.0.0",
6902
- "@geekmidas/cloud": "~1.1.0",
6903
- "@geekmidas/constructs": "~7.0.0",
6904
- "@geekmidas/db": "~1.1.0",
6905
- "@geekmidas/emailkit": "~1.0.1",
6906
- "@geekmidas/envkit": "~1.1.0",
6907
- "@geekmidas/errors": "~1.0.1",
6908
- "@geekmidas/events": "~1.1.5",
6909
- "@geekmidas/logger": "~1.0.2",
6910
- "@geekmidas/rate-limit": "~4.0.0",
6911
- "@geekmidas/schema": "~1.0.3",
6912
- "@geekmidas/services": "~2.0.0",
6913
- "@geekmidas/storage": "~2.0.3",
6914
- "@geekmidas/studio": "~2.0.0",
6915
- "@geekmidas/telescope": "~1.1.0",
6916
- "@geekmidas/testkit": "~3.1.0",
6898
+ "@geekmidas/audit": "~9.0.1",
6899
+ "@geekmidas/auth": "~9.0.1",
6900
+ "@geekmidas/cache": "~9.0.1",
6901
+ "@geekmidas/client": "~9.0.1",
6902
+ "@geekmidas/cloud": "~9.0.1",
6903
+ "@geekmidas/constructs": "~9.0.1",
6904
+ "@geekmidas/db": "~9.0.1",
6905
+ "@geekmidas/emailkit": "~9.0.1",
6906
+ "@geekmidas/envkit": "~9.0.1",
6907
+ "@geekmidas/errors": "~9.0.1",
6908
+ "@geekmidas/events": "~9.0.1",
6909
+ "@geekmidas/logger": "~9.0.1",
6910
+ "@geekmidas/rate-limit": "~9.0.1",
6911
+ "@geekmidas/schema": "~9.0.1",
6912
+ "@geekmidas/services": "~9.0.1",
6913
+ "@geekmidas/storage": "~9.0.1",
6914
+ "@geekmidas/studio": "~9.0.1",
6915
+ "@geekmidas/telescope": "~9.0.1",
6916
+ "@geekmidas/testkit": "~9.0.1",
6917
6917
  "@geekmidas/cli": CLI_VERSION
6918
6918
  };
6919
6919