@contentful/experience-design-system-cli 2.6.1-alpha.0 → 2.6.1-dev-build-385cf1a.0
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/package.json
CHANGED
|
@@ -366,8 +366,10 @@ export async function runPipeline(opts, progressWriter, cliPathOverride) {
|
|
|
366
366
|
progressWriter('');
|
|
367
367
|
progressWriter(`Pipeline complete. Session: ${sessionId}`);
|
|
368
368
|
if (opts.spaceId && opts.environmentId && !opts.skipApply) {
|
|
369
|
+
const apiHost = opts.host ?? 'api.contentful.com';
|
|
370
|
+
const appHost = apiHost.replace(/^api\./, 'app.');
|
|
369
371
|
progressWriter('');
|
|
370
|
-
progressWriter(`View your design system: https
|
|
372
|
+
progressWriter(`View your design system: https://${appHost}/spaces/${opts.spaceId}/environments/${opts.environmentId}/components`);
|
|
371
373
|
}
|
|
372
374
|
db.close();
|
|
373
375
|
return { session: sessionId, project: projectRoot, steps };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experience-design-system-cli",
|
|
3
|
-
"version": "2.6.1-
|
|
3
|
+
"version": "2.6.1-dev-build-385cf1a.0",
|
|
4
4
|
"description": "Contentful Experiences design system import CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"react-dom": "^18.3.1",
|
|
37
37
|
"ts-morph": "^27.0.2",
|
|
38
38
|
"typescript": "^5.9.3",
|
|
39
|
-
"@contentful/experience-design-system-types": "2.6.1-
|
|
39
|
+
"@contentful/experience-design-system-types": "2.6.1-dev-build-385cf1a.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@tsconfig/node24": "^24.0.3",
|