@cimplify/cli 0.2.4 → 0.2.6

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.
@@ -2,7 +2,7 @@
2
2
  // package.json
3
3
  var package_default = {
4
4
  name: "@cimplify/cli",
5
- version: "0.2.4",
5
+ version: "0.2.6",
6
6
  description: "Cimplify CLI \u2014 deploy, manage env vars, link projects, and scaffold storefronts",
7
7
  keywords: [
8
8
  "cimplify",
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env node
2
- import { package_default } from './chunk-7RQTL7FM.mjs';
3
- import { TEMPLATES } from './chunk-RHAO6VWV.mjs';
2
+ import { package_default } from './chunk-GJCVMLSU.mjs';
3
+ import { TEMPLATES } from './chunk-G2P6KHM5.mjs';
4
4
 
5
5
  // src/dispatcher.ts
6
6
  var VERSION = package_default.version ?? "unknown";
@@ -129,10 +129,10 @@ var COMMANDS = {
129
129
  status: () => import('./status-6AT4HF63.mjs'),
130
130
  dev: () => import('./dev-AQP6TMYK.mjs'),
131
131
  repo: () => import('./repo-XMMLZHLC.mjs'),
132
- list: () => import('./list-FDJZCW22.mjs'),
133
- add: () => import('./add-5JU6S6MB.mjs'),
134
- update: () => import('./update-4FJNHZYC.mjs'),
135
- upgrade: () => import('./update-4FJNHZYC.mjs')
132
+ list: () => import('./list-FL6JZ6A4.mjs'),
133
+ add: () => import('./add-7N2EZR6W.mjs'),
134
+ update: () => import('./update-SDU66352.mjs'),
135
+ upgrade: () => import('./update-SDU66352.mjs')
136
136
  };
137
137
  var GLOBAL_FLAGS = /* @__PURE__ */ new Set(["--json", "--yes", "-y"]);
138
138
  function extractGlobalFlags(argv) {
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { REGISTRY_INDEX } from './chunk-RHAO6VWV.mjs';
2
+ import { REGISTRY_INDEX } from './chunk-G2P6KHM5.mjs';
3
3
  import { parseArgs, flagBool } from './chunk-4SBJVRGM.mjs';
4
4
  import { CliError, CLI_ERROR_CODE, info, bold, dim, green, result } from './chunk-NZ4RG62Z.mjs';
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { package_default } from './chunk-7RQTL7FM.mjs';
2
+ import { package_default } from './chunk-GJCVMLSU.mjs';
3
3
  import { promptYesNo } from './chunk-L6474RPL.mjs';
4
4
  import { parseArgs, flagBool, flagString } from './chunk-4SBJVRGM.mjs';
5
5
  import { success, bold, info, dim, result, failure, CliError, CLI_ERROR_CODE, step, isJsonMode } from './chunk-NZ4RG62Z.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cimplify/cli",
3
- "version": "0.2.4",
3
+ "version": "0.2.6",
4
4
  "description": "Cimplify CLI — deploy, manage env vars, link projects, and scaffold storefronts",
5
5
  "keywords": [
6
6
  "cimplify",
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.45.1",
20
+ "@cimplify/sdk": "^0.45.3",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -19,7 +19,7 @@
19
19
  "check": "bun run typecheck && bun run test:run"
20
20
  },
21
21
  "dependencies": {
22
- "@cimplify/sdk": "^0.45.1",
22
+ "@cimplify/sdk": "^0.45.3",
23
23
  "next": "^16.2.4",
24
24
  "react": "^19.0.0",
25
25
  "react-dom": "^19.0.0"
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.45.1",
20
+ "@cimplify/sdk": "^0.45.3",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.45.1",
20
+ "@cimplify/sdk": "^0.45.3",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.45.1",
20
+ "@cimplify/sdk": "^0.45.3",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"
@@ -15,7 +15,6 @@ import { NextResponse } from "next/server";
15
15
  const UCP_API_BASE =
16
16
  process.env.NEXT_PUBLIC_CIMPLIFY_API_URL || "https://api.cimplify.io";
17
17
 
18
- export const revalidate = 3600;
19
18
 
20
19
  export async function GET() {
21
20
  const businessHandle = process.env.NEXT_PUBLIC_CIMPLIFY_BUSINESS_HANDLE;
@@ -17,7 +17,7 @@
17
17
  "check": "bun run typecheck && bun run test:run"
18
18
  },
19
19
  "dependencies": {
20
- "@cimplify/sdk": "^0.45.1",
20
+ "@cimplify/sdk": "^0.45.3",
21
21
  "next": "^16.2.4",
22
22
  "react": "^19.0.0",
23
23
  "react-dom": "^19.0.0"