@cimplify/cli 0.7.3 → 0.7.5
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-ZD5FOTC7.mjs → add-JHVJ5RGL.mjs} +1 -1
- package/dist/{chunk-ZKMI5E23.mjs → chunk-6CIWEADS.mjs} +2 -2
- package/dist/{chunk-YYG5WE4A.mjs → chunk-HGFCYWS2.mjs} +1 -1
- package/dist/chunk-NOMGIGNO.mjs +5763 -0
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-DN6RLS6E.mjs → doctor-YC7H2JXR.mjs} +2 -2
- package/dist/{explain-J4JB5QGW.mjs → explain-YRRYXXE2.mjs} +2 -2
- package/dist/{introspect-45RASBRH.mjs → introspect-2HEJ7EGB.mjs} +2 -2
- package/dist/{list-O47PO4UQ.mjs → list-FCWEQPDR.mjs} +1 -1
- package/dist/{update-CSUNW4RV.mjs → update-GVWXFVB3.mjs} +1 -1
- package/package.json +2 -2
- package/templates/storefront-auto/app/auth/signout/route.ts +6 -6
- package/templates/storefront-auto/components/account-pill.tsx +2 -9
- package/templates/storefront-auto/lib/auth.ts +24 -5
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/app/auth/signout/route.ts +6 -6
- package/templates/storefront-bakery/components/account-pill.tsx +2 -9
- package/templates/storefront-bakery/components/signed-out-prompt.tsx +32 -0
- package/templates/storefront-bakery/lib/auth.ts +24 -5
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/app/auth/signout/route.ts +6 -6
- package/templates/storefront-fashion/components/account-pill.tsx +2 -9
- package/templates/storefront-fashion/lib/auth.ts +24 -5
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/app/auth/signout/route.ts +6 -6
- package/templates/storefront-grocery/components/account-pill.tsx +2 -9
- package/templates/storefront-grocery/lib/auth.ts +24 -5
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/app/auth/signout/route.ts +6 -6
- package/templates/storefront-pharmacy/components/account-pill.tsx +2 -9
- package/templates/storefront-pharmacy/lib/auth.ts +24 -5
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/app/auth/signout/route.ts +6 -6
- package/templates/storefront-restaurant/components/account-pill.tsx +2 -9
- package/templates/storefront-restaurant/lib/auth.ts +24 -5
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/app/auth/signout/route.ts +6 -6
- package/templates/storefront-retail/components/account-pill.tsx +2 -9
- package/templates/storefront-retail/lib/auth.ts +24 -5
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/app/auth/signout/route.ts +6 -6
- package/templates/storefront-services/components/account-pill.tsx +2 -9
- package/templates/storefront-services/lib/auth.ts +24 -5
- package/templates/storefront-services/package.json +1 -1
- package/dist/chunk-HDIDSQS4.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-NOMGIGNO.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';
|
|
@@ -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.5",
|
|
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.57.0"
|
|
51
51
|
}
|
|
52
52
|
};
|
|
53
53
|
|
|
@@ -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-6CIWEADS.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';
|