crabygen 0.1.0-beta.5 → 0.1.0-beta.7

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 __craby_cli_bindings = require("@craby/cli-bindings");
27
27
  __craby_cli_bindings = __toESM(__craby_cli_bindings);
28
28
 
29
29
  //#region package.json
30
- var version = "0.1.0-beta.5";
30
+ var version = "0.1.0-beta.7";
31
31
 
32
32
  //#endregion
33
33
  //#region src/utils/bindings.ts
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { Command, Option, program } from "@commander-js/extra-typings";
2
2
  import * as mod from "@craby/cli-bindings";
3
3
 
4
4
  //#region package.json
5
- var version = "0.1.0-beta.5";
5
+ var version = "0.1.0-beta.7";
6
6
 
7
7
  //#endregion
8
8
  //#region src/utils/bindings.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabygen",
3
- "version": "0.1.0-beta.5",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "CLI tool for Craby",
5
5
  "type": "module",
6
6
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "homepage": "https://github.com/leegeunhyeok/craby#readme",
31
31
  "dependencies": {
32
32
  "@commander-js/extra-typings": "^14.0.0",
33
- "@craby/cli-bindings": "0.1.0-beta.5",
33
+ "@craby/cli-bindings": "0.1.0-beta.7",
34
34
  "commander": "^14.0.1",
35
35
  "es-toolkit": "^1.39.10"
36
36
  },