@superdesign/cli 0.1.10 → 0.1.11
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/config/constants.d.ts +1 -1
- package/dist/index.cjs +3 -3
- package/dist/index.js +3 -3
- package/package.json +1 -1
|
@@ -12,7 +12,7 @@ export declare const POLL_TIMEOUT_MS: number;
|
|
|
12
12
|
export declare const AUTH_POLL_INTERVAL_MS = 2000;
|
|
13
13
|
export declare const AUTH_POLL_TIMEOUT_MS: number;
|
|
14
14
|
/** CLI version - should match package.json */
|
|
15
|
-
export declare const CLI_VERSION = "0.1.
|
|
15
|
+
export declare const CLI_VERSION = "0.1.11";
|
|
16
16
|
/** PostHog analytics configuration */
|
|
17
17
|
export declare const POSTHOG_KEY: string;
|
|
18
18
|
export declare const POSTHOG_HOST: string;
|
package/dist/index.cjs
CHANGED
|
@@ -316,7 +316,7 @@ var __webpack_exports__ = {};
|
|
|
316
316
|
try {
|
|
317
317
|
startSpinner('Creating auth session...');
|
|
318
318
|
const session = await createSession({
|
|
319
|
-
cliVersion: "0.1.
|
|
319
|
+
cliVersion: "0.1.11",
|
|
320
320
|
os: `${external_os_namespaceObject.platform()} ${external_os_namespaceObject.release()}`,
|
|
321
321
|
hostname: external_os_namespaceObject.hostname()
|
|
322
322
|
});
|
|
@@ -1315,7 +1315,7 @@ Usage Examples:
|
|
|
1315
1315
|
durationMs: opts.durationMs,
|
|
1316
1316
|
errorCode: opts.errorCode,
|
|
1317
1317
|
options: opts.options,
|
|
1318
|
-
cliVersion: "0.1.
|
|
1318
|
+
cliVersion: "0.1.11",
|
|
1319
1319
|
os: `${external_os_default().platform()} ${external_os_default().release()}`
|
|
1320
1320
|
};
|
|
1321
1321
|
const posthog = getPostHog();
|
|
@@ -1352,7 +1352,7 @@ Usage Examples:
|
|
|
1352
1352
|
(0, external_dotenv_namespaceObject.config)();
|
|
1353
1353
|
function createProgram() {
|
|
1354
1354
|
const program = new external_commander_namespaceObject.Command();
|
|
1355
|
-
program.name('superdesign').description('SuperDesign CLI - AI product designer for coding agents').version("0.1.
|
|
1355
|
+
program.name('superdesign').description('SuperDesign CLI - AI product designer for coding agents').version("0.1.11");
|
|
1356
1356
|
let startTime = 0;
|
|
1357
1357
|
program.hook('preAction', ()=>{
|
|
1358
1358
|
startTime = Date.now();
|
package/dist/index.js
CHANGED
|
@@ -226,7 +226,7 @@ async function runAuthFlow(options = {}) {
|
|
|
226
226
|
try {
|
|
227
227
|
startSpinner('Creating auth session...');
|
|
228
228
|
const session = await createSession({
|
|
229
|
-
cliVersion: "0.1.
|
|
229
|
+
cliVersion: "0.1.11",
|
|
230
230
|
os: `${platform()} ${release()}`,
|
|
231
231
|
hostname: hostname()
|
|
232
232
|
});
|
|
@@ -1223,7 +1223,7 @@ async function trackCommand(opts) {
|
|
|
1223
1223
|
durationMs: opts.durationMs,
|
|
1224
1224
|
errorCode: opts.errorCode,
|
|
1225
1225
|
options: opts.options,
|
|
1226
|
-
cliVersion: "0.1.
|
|
1226
|
+
cliVersion: "0.1.11",
|
|
1227
1227
|
os: `${os.platform()} ${os.release()}`
|
|
1228
1228
|
};
|
|
1229
1229
|
const posthog = getPostHog();
|
|
@@ -1260,7 +1260,7 @@ external_dotenv_config({
|
|
|
1260
1260
|
external_dotenv_config();
|
|
1261
1261
|
function createProgram() {
|
|
1262
1262
|
const program = new Command();
|
|
1263
|
-
program.name('superdesign').description('SuperDesign CLI - AI product designer for coding agents').version("0.1.
|
|
1263
|
+
program.name('superdesign').description('SuperDesign CLI - AI product designer for coding agents').version("0.1.11");
|
|
1264
1264
|
let startTime = 0;
|
|
1265
1265
|
program.hook('preAction', ()=>{
|
|
1266
1266
|
startTime = Date.now();
|