@cimplify/cli 0.7.2 → 0.7.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.
- package/dist/{add-5NW7N5CJ.mjs → add-4PBCFGM3.mjs} +1 -1
- package/dist/{chunk-26ETGFW6.mjs → chunk-LRTPNNQG.mjs} +1 -1
- package/dist/{chunk-ZVEQGQ2Z.mjs → chunk-NTY7JESF.mjs} +2 -2
- package/dist/chunk-QOPMMTVI.mjs +5763 -0
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-XLBDC6NO.mjs → doctor-ZVYWEE53.mjs} +2 -2
- package/dist/{explain-PKTL7ZR6.mjs → explain-S6S33HPN.mjs} +1 -1
- package/dist/{introspect-FPBV3O4N.mjs → introspect-FFB7TA2E.mjs} +2 -2
- package/dist/{list-N7FKBQ3Y.mjs → list-RLWFTEP4.mjs} +1 -1
- package/dist/{update-ZC3JGKLI.mjs → update-WH6NDWIM.mjs} +1 -1
- package/package.json +2 -2
- package/templates/storefront-auto/app/auth/callback/route.ts +16 -0
- package/templates/storefront-auto/app/auth/session/route.ts +11 -0
- package/templates/storefront-auto/app/auth/signout/route.ts +11 -0
- package/templates/storefront-auto/components/account-iframe.tsx +7 -1
- package/templates/storefront-auto/components/account-pill.tsx +49 -0
- package/templates/storefront-auto/components/header.tsx +2 -0
- package/templates/storefront-auto/lib/auth.ts +35 -0
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/app/auth/callback/route.ts +16 -0
- package/templates/storefront-bakery/app/auth/session/route.ts +11 -0
- package/templates/storefront-bakery/app/auth/signout/route.ts +11 -0
- package/templates/storefront-bakery/components/account-iframe.tsx +7 -1
- package/templates/storefront-bakery/components/account-pill.tsx +49 -0
- package/templates/storefront-bakery/components/header.tsx +2 -0
- package/templates/storefront-bakery/lib/auth.ts +35 -0
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/app/auth/callback/route.ts +16 -0
- package/templates/storefront-fashion/app/auth/session/route.ts +11 -0
- package/templates/storefront-fashion/app/auth/signout/route.ts +11 -0
- package/templates/storefront-fashion/components/account-iframe.tsx +7 -1
- package/templates/storefront-fashion/components/account-pill.tsx +49 -0
- package/templates/storefront-fashion/components/header.tsx +2 -0
- package/templates/storefront-fashion/lib/auth.ts +35 -0
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/app/auth/callback/route.ts +16 -0
- package/templates/storefront-grocery/app/auth/session/route.ts +11 -0
- package/templates/storefront-grocery/app/auth/signout/route.ts +11 -0
- package/templates/storefront-grocery/components/account-iframe.tsx +7 -1
- package/templates/storefront-grocery/components/account-pill.tsx +49 -0
- package/templates/storefront-grocery/components/header.tsx +2 -0
- package/templates/storefront-grocery/lib/auth.ts +35 -0
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/app/auth/callback/route.ts +16 -0
- package/templates/storefront-pharmacy/app/auth/session/route.ts +11 -0
- package/templates/storefront-pharmacy/app/auth/signout/route.ts +11 -0
- package/templates/storefront-pharmacy/components/account-iframe.tsx +7 -1
- package/templates/storefront-pharmacy/components/account-pill.tsx +49 -0
- package/templates/storefront-pharmacy/components/header.tsx +2 -0
- package/templates/storefront-pharmacy/lib/auth.ts +35 -0
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/app/auth/callback/route.ts +16 -0
- package/templates/storefront-restaurant/app/auth/session/route.ts +11 -0
- package/templates/storefront-restaurant/app/auth/signout/route.ts +11 -0
- package/templates/storefront-restaurant/components/account-iframe.tsx +7 -1
- package/templates/storefront-restaurant/components/account-pill.tsx +49 -0
- package/templates/storefront-restaurant/components/header.tsx +2 -0
- package/templates/storefront-restaurant/lib/auth.ts +35 -0
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/app/auth/callback/route.ts +16 -0
- package/templates/storefront-retail/app/auth/session/route.ts +11 -0
- package/templates/storefront-retail/app/auth/signout/route.ts +11 -0
- package/templates/storefront-retail/components/account-iframe.tsx +7 -1
- package/templates/storefront-retail/components/account-pill.tsx +49 -0
- package/templates/storefront-retail/components/header.tsx +2 -0
- package/templates/storefront-retail/lib/auth.ts +35 -0
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/app/auth/callback/route.ts +16 -0
- package/templates/storefront-services/app/auth/session/route.ts +11 -0
- package/templates/storefront-services/app/auth/signout/route.ts +11 -0
- package/templates/storefront-services/components/account-iframe.tsx +7 -1
- package/templates/storefront-services/components/account-pill.tsx +49 -0
- package/templates/storefront-services/components/header.tsx +2 -0
- package/templates/storefront-services/lib/auth.ts +35 -0
- package/templates/storefront-services/package.json +1 -1
- package/dist/chunk-CVQRL2VH.mjs +0 -5763
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-QOPMMTVI.mjs';
|
|
3
3
|
import { promptYesNo } from './chunk-ITAFAORS.mjs';
|
|
4
4
|
import { parseArgs, flagString, flagBool } from './chunk-C4M3DXKC.mjs';
|
|
5
5
|
import { CliError, CLI_ERROR_CODE, info, bold, dim, success, result, yellow } from './chunk-E2T2SBP5.mjs';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { gitDetectRoot, gitCurrentBranch, gitCurrentSha, gitStatusPorcelain } from './chunk-K5464A3L.mjs';
|
|
3
3
|
import { parseEnvFile } from './chunk-DBZ3UOQ2.mjs';
|
|
4
|
-
import { package_default } from './chunk-
|
|
4
|
+
import { package_default } from './chunk-NTY7JESF.mjs';
|
|
5
5
|
import { parseArgs } from './chunk-C4M3DXKC.mjs';
|
|
6
6
|
import { readAuthOrNull, readProjectLinkOrNull, readProjectState } from './chunk-UBAI443T.mjs';
|
|
7
7
|
import { bold, dim, yellow, green, info, result, red } from './chunk-E2T2SBP5.mjs';
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// package.json
|
|
3
3
|
var package_default = {
|
|
4
4
|
name: "@cimplify/cli",
|
|
5
|
-
version: "0.7.
|
|
5
|
+
version: "0.7.4",
|
|
6
6
|
description: "Cimplify CLI \u2014 deploy, manage env vars, link projects, and scaffold storefronts",
|
|
7
7
|
keywords: [
|
|
8
8
|
"cimplify",
|
|
@@ -47,7 +47,7 @@ var package_default = {
|
|
|
47
47
|
vitest: "^4.1.5"
|
|
48
48
|
},
|
|
49
49
|
dependencies: {
|
|
50
|
-
"@cimplify/sdk": "^0.
|
|
50
|
+
"@cimplify/sdk": "^0.56.0"
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
|