shadcn-studio-extension-cli 0.1.3 → 0.1.4

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.2
3
+ ## shadcn-studio-extension-cli@0.1.3
4
4
  - License: AGPL-3.0-only
5
5
  - Repository: https://github.com/stagewise-io/stagewise
6
6
  - Publisher: stagewise GmbH
@@ -11125,7 +11125,7 @@
11125
11125
  "format": "esm"
11126
11126
  },
11127
11127
  "src/server/index.ts": {
11128
- "bytes": 9985,
11128
+ "bytes": 9992,
11129
11129
  "imports": [
11130
11130
  {
11131
11131
  "path": "../../node_modules/.pnpm/express@4.21.2/node_modules/express/index.js",
@@ -11191,7 +11191,7 @@
11191
11191
  "format": "esm"
11192
11192
  },
11193
11193
  "src/utils/banner.ts": {
11194
- "bytes": 2354,
11194
+ "bytes": 2609,
11195
11195
  "imports": [
11196
11196
  {
11197
11197
  "path": "../../node_modules/.pnpm/chalk@5.4.1/node_modules/chalk/source/index.js",
@@ -11264,7 +11264,7 @@
11264
11264
  "format": "esm"
11265
11265
  },
11266
11266
  "src/index.ts": {
11267
- "bytes": 10806,
11267
+ "bytes": 10820,
11268
11268
  "imports": [
11269
11269
  {
11270
11270
  "path": "../../node_modules/.pnpm/open@10.1.2/node_modules/open/index.js",
@@ -11350,7 +11350,7 @@
11350
11350
  "imports": [],
11351
11351
  "exports": [],
11352
11352
  "inputs": {},
11353
- "bytes": 6270887
11353
+ "bytes": 6271207
11354
11354
  },
11355
11355
  "dist/index.cjs": {
11356
11356
  "imports": [
@@ -14121,7 +14121,7 @@
14121
14121
  "bytesInOutput": 3554
14122
14122
  },
14123
14123
  "src/server/index.ts": {
14124
- "bytesInOutput": 8390
14124
+ "bytesInOutput": 8397
14125
14125
  },
14126
14126
  "src/utils/print-info-messages.ts": {
14127
14127
  "bytesInOutput": 1917
@@ -14157,16 +14157,16 @@
14157
14157
  "bytesInOutput": 1582
14158
14158
  },
14159
14159
  "src/utils/banner.ts": {
14160
- "bytesInOutput": 1819
14160
+ "bytesInOutput": 1863
14161
14161
  },
14162
14162
  "src/utils/command-executor.ts": {
14163
14163
  "bytesInOutput": 3729
14164
14164
  },
14165
14165
  "src/index.ts": {
14166
- "bytesInOutput": 7811
14166
+ "bytesInOutput": 7825
14167
14167
  }
14168
14168
  },
14169
- "bytes": 3808425
14169
+ "bytes": 3808490
14170
14170
  }
14171
14171
  }
14172
14172
  }
package/dist/index.cjs CHANGED
@@ -96952,7 +96952,7 @@ var createToolbarHtmlHandler = /* @__PURE__ */ __name((plugins) => async (_req,
96952
96952
  <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
96953
96953
  <meta http-equiv="Pragma" content="no-cache">
96954
96954
  <meta http-equiv="Expires" content="0">
96955
- <title>Shadcn IDE Extension</title>
96955
+ <title>Shadcn Studio IDE Extension</title>
96956
96956
  <link rel="preconnect" href="https://rsms.me/">
96957
96957
  <link rel="stylesheet" href="https://rsms.me/inter/inter.css">
96958
96958
  <script type="importmap">${JSON.stringify(importMap)}</script>
@@ -97070,6 +97070,9 @@ var import_node_url5 = require("node:url");
97070
97070
  var __dirname4 = (0, import_node_path10.dirname)((0, import_node_url5.fileURLToPath)(import_meta_url));
97071
97071
  function getVersion() {
97072
97072
  try {
97073
+ if (true) {
97074
+ return "0.1.3";
97075
+ }
97073
97076
  const packageJsonPath = (0, import_node_path10.join)(__dirname4, "../../package.json");
97074
97077
  const packageJson = JSON.parse((0, import_node_fs9.readFileSync)(packageJsonPath, "utf-8"));
97075
97078
  return packageJson.version;
@@ -97386,7 +97389,7 @@ async function main() {
97386
97389
  `\u26A0\uFE0F Warning: App port ${config.appPort} is not responding. Make sure your application is running on port ${config.appPort}.`
97387
97390
  );
97388
97391
  log.warn(
97389
- ` The Shadcn IDE Extension will still start, but proxying will not work until your app is running.`
97392
+ ` The Shadcn Studio IDE Extension will still start, but proxying will not work until your app is running.`
97390
97393
  );
97391
97394
  }
97392
97395
  }
@@ -97395,7 +97398,7 @@ async function main() {
97395
97398
  const address = server.address();
97396
97399
  const port2 = typeof address === "object" && address ? address.port : config.port;
97397
97400
  const serverUrl = `http://localhost:${port2}`;
97398
- log.info(`\u2713 Shadcn IDE Extension is running on ${serverUrl}`);
97401
+ log.info(`\u2713 Shadcn Studio IDE Extension is running on ${serverUrl}`);
97399
97402
  if (config.appPort) {
97400
97403
  log.info(`\u2713 Proxying app from port ${config.appPort}`);
97401
97404
  }