@cimplify/cli 0.7.7 → 0.7.9
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-DOQ5GETC.mjs → add-VVHQBW36.mjs} +1 -1
- package/dist/{chunk-LWOQXLWB.mjs → chunk-STSY4IG3.mjs} +1 -1
- package/dist/{chunk-NGOWIBLQ.mjs → chunk-UE4YMNDU.mjs} +389 -21
- package/dist/{chunk-5JVYR3DF.mjs → chunk-YSUPIC6B.mjs} +2 -2
- package/dist/dispatcher.mjs +9 -9
- package/dist/{doctor-5K4P5FS2.mjs → doctor-TCI6VXGG.mjs} +2 -2
- package/dist/{explain-LQPPHQLD.mjs → explain-VCSTQ54F.mjs} +1 -1
- package/dist/{introspect-ZY3XWWKN.mjs → introspect-GQVDSF7A.mjs} +2 -2
- package/dist/{list-OJPCXLXZ.mjs → list-IYNO5OV6.mjs} +1 -1
- package/dist/{update-KLETFFES.mjs → update-ORQGRL6E.mjs} +1 -1
- package/package.json +2 -2
- package/templates/manifest.json +26 -26
- package/templates/storefront-auto/app/auth/callback/route.ts +3 -3
- package/templates/storefront-auto/app/auth/session/route.ts +2 -2
- package/templates/storefront-auto/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-auto/components/providers.tsx +5 -1
- package/templates/storefront-auto/lib/auth.ts +2 -2
- package/templates/storefront-auto/package.json +1 -1
- package/templates/storefront-bakery/app/auth/callback/route.ts +3 -3
- package/templates/storefront-bakery/app/auth/session/route.ts +2 -2
- package/templates/storefront-bakery/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-bakery/components/providers.tsx +5 -1
- package/templates/storefront-bakery/lib/auth.ts +2 -2
- package/templates/storefront-bakery/package.json +1 -1
- package/templates/storefront-fashion/app/auth/callback/route.ts +3 -3
- package/templates/storefront-fashion/app/auth/session/route.ts +2 -2
- package/templates/storefront-fashion/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-fashion/components/providers.tsx +5 -1
- package/templates/storefront-fashion/lib/auth.ts +2 -2
- package/templates/storefront-fashion/package.json +1 -1
- package/templates/storefront-grocery/app/auth/callback/route.ts +3 -3
- package/templates/storefront-grocery/app/auth/session/route.ts +2 -2
- package/templates/storefront-grocery/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-grocery/components/providers.tsx +5 -1
- package/templates/storefront-grocery/lib/auth.ts +2 -2
- package/templates/storefront-grocery/package.json +1 -1
- package/templates/storefront-pharmacy/app/auth/callback/route.ts +3 -3
- package/templates/storefront-pharmacy/app/auth/session/route.ts +2 -2
- package/templates/storefront-pharmacy/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-pharmacy/components/providers.tsx +5 -1
- package/templates/storefront-pharmacy/lib/auth.ts +2 -2
- package/templates/storefront-pharmacy/package.json +1 -1
- package/templates/storefront-restaurant/app/auth/callback/route.ts +3 -3
- package/templates/storefront-restaurant/app/auth/session/route.ts +2 -2
- package/templates/storefront-restaurant/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-restaurant/components/providers.tsx +5 -1
- package/templates/storefront-restaurant/lib/auth.ts +2 -2
- package/templates/storefront-restaurant/package.json +1 -1
- package/templates/storefront-retail/app/auth/callback/route.ts +3 -3
- package/templates/storefront-retail/app/auth/session/route.ts +2 -2
- package/templates/storefront-retail/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-retail/components/providers.tsx +5 -1
- package/templates/storefront-retail/lib/auth.ts +2 -2
- package/templates/storefront-retail/package.json +1 -1
- package/templates/storefront-services/app/auth/callback/route.ts +3 -3
- package/templates/storefront-services/app/auth/session/route.ts +2 -2
- package/templates/storefront-services/components/auth-error-toast.tsx +46 -0
- package/templates/storefront-services/components/providers.tsx +5 -1
- package/templates/storefront-services/lib/auth.ts +2 -2
- package/templates/storefront-services/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { REGISTRY_INDEX, REGISTRY } from './chunk-
|
|
2
|
+
import { REGISTRY_INDEX, REGISTRY } from './chunk-UE4YMNDU.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-YSUPIC6B.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';
|