crabygen 0.1.0-alpha.2 → 0.1.0-alpha.3

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/dist/index.cjs CHANGED
@@ -27,7 +27,7 @@ let __commander_js_extra_typings = require("@commander-js/extra-typings");
27
27
  __commander_js_extra_typings = __toESM(__commander_js_extra_typings);
28
28
 
29
29
  //#region package.json
30
- var version = "0.1.0-alpha.2";
30
+ var version = "0.1.0-alpha.3";
31
31
 
32
32
  //#endregion
33
33
  //#region src/utils/command.ts
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { getBindings } from "@craby/cli-bindings";
2
2
  import { Command, Option, program } from "@commander-js/extra-typings";
3
3
 
4
4
  //#region package.json
5
- var version = "0.1.0-alpha.2";
5
+ var version = "0.1.0-alpha.3";
6
6
 
7
7
  //#endregion
8
8
  //#region src/utils/command.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabygen",
3
- "version": "0.1.0-alpha.2",
3
+ "version": "0.1.0-alpha.3",
4
4
  "type": "module",
5
5
  "bin": "./bin.js",
6
6
  "scripts": {
@@ -20,7 +20,7 @@
20
20
  "homepage": "https://github.com/leegeunhyeok/craby#readme",
21
21
  "dependencies": {
22
22
  "@commander-js/extra-typings": "^14.0.0",
23
- "@craby/cli-bindings": "0.1.0-alpha.2",
23
+ "@craby/cli-bindings": "0.1.0-alpha.3",
24
24
  "commander": "^14.0.1",
25
25
  "es-toolkit": "^1.39.10"
26
26
  },