@gurulu/cli 1.5.0 → 1.5.1

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/bin.js CHANGED
@@ -27703,7 +27703,7 @@ var uninstallCmd = defineCommand({
27703
27703
  });
27704
27704
 
27705
27705
  // src/index.ts
27706
- var VERSION = "1.2.2";
27706
+ var VERSION = "1.5.1";
27707
27707
  var mainCmd = defineCommand({
27708
27708
  meta: {
27709
27709
  name: "gurulu",
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- export declare const VERSION = "1.2.2";
1
+ export declare const VERSION = "1.5.1";
2
2
  declare const mainCmd: import("citty").CommandDef<{
3
3
  workspace: {
4
4
  type: "string";
package/dist/index.js CHANGED
@@ -27280,7 +27280,7 @@ var uninstallCmd = defineCommand({
27280
27280
  });
27281
27281
 
27282
27282
  // src/index.ts
27283
- var VERSION = "1.2.2";
27283
+ var VERSION = "1.5.1";
27284
27284
  var mainCmd = defineCommand({
27285
27285
  meta: {
27286
27286
  name: "gurulu",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gurulu/cli",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "private": false,
5
5
  "license": "BUSL-1.1",
6
6
  "publishConfig": {