shadcn-studio-extension-cli 0.1.8 → 0.1.10

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.
@@ -1,6 +1,6 @@
1
1
  # Third-Party Licenses
2
2
 
3
- ## shadcn-studio-extension-cli@0.1.6
3
+ ## shadcn-studio-extension-cli@0.1.10
4
4
  - License: AGPL-3.0-only
5
5
  - Repository: https://github.com/stagewise-io/stagewise
6
6
  - Publisher: stagewise GmbH
@@ -14157,7 +14157,7 @@
14157
14157
  "bytesInOutput": 1582
14158
14158
  },
14159
14159
  "src/utils/banner.ts": {
14160
- "bytesInOutput": 1863
14160
+ "bytesInOutput": 1864
14161
14161
  },
14162
14162
  "src/utils/command-executor.ts": {
14163
14163
  "bytesInOutput": 3729
@@ -14166,7 +14166,7 @@
14166
14166
  "bytesInOutput": 7825
14167
14167
  }
14168
14168
  },
14169
- "bytes": 3808490
14169
+ "bytes": 3808491
14170
14170
  }
14171
14171
  }
14172
14172
  }
package/dist/index.cjs CHANGED
@@ -97071,7 +97071,7 @@ var __dirname4 = (0, import_node_path10.dirname)((0, import_node_url5.fileURLToP
97071
97071
  function getVersion() {
97072
97072
  try {
97073
97073
  if (true) {
97074
- return "0.1.6";
97074
+ return "0.1.10";
97075
97075
  }
97076
97076
  const packageJsonPath = (0, import_node_path10.join)(__dirname4, "../../package.json");
97077
97077
  const packageJson = JSON.parse((0, import_node_fs9.readFileSync)(packageJsonPath, "utf-8"));
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "shadcn-studio-extension-cli",
3
3
  "module": "src/index.ts",
4
4
  "type": "module",
5
- "version": "0.1.8",
5
+ "version": "0.1.10",
6
6
  "description": "Shadcn/Studio Extension CLI",
7
7
  "author": "stagewise GmbH",
8
8
  "license": "AGPL-3.0-only",