@contentful/experience-design-system-cli 2.16.1-dev-build-d068963.0 → 2.16.1
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 +1 -1
- package/dist/src/import/command.js +0 -1
- package/package.json +3 -3
package/dist/package.json
CHANGED
|
@@ -305,7 +305,6 @@ export function registerImportCommand(program) {
|
|
|
305
305
|
...(opts.environmentId ? { environmentId: opts.environmentId } : {}),
|
|
306
306
|
...(opts.cmaToken ? { cmaToken: opts.cmaToken } : {}),
|
|
307
307
|
...(opts.host ? { host: opts.host } : {}),
|
|
308
|
-
interactive: true,
|
|
309
308
|
...(opts.outDir ? { outDir: opts.outDir } : {}),
|
|
310
309
|
...(opts.overwrite ? { overwrite: true } : {}),
|
|
311
310
|
...(opts.saveAsNew ? { saveAsNew: true } : {}),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experience-design-system-cli",
|
|
3
|
-
"version": "2.16.1
|
|
3
|
+
"version": "2.16.1",
|
|
4
4
|
"description": "Contentful Experiences design system import CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -34,8 +34,8 @@
|
|
|
34
34
|
"react": "^18.3.1",
|
|
35
35
|
"react-devtools-core": "^4.19.1",
|
|
36
36
|
"react-dom": "^18.3.1",
|
|
37
|
-
"@contentful/experience-design-system-extraction": "2.16.1
|
|
38
|
-
"@contentful/experience-design-system-types": "2.16.1
|
|
37
|
+
"@contentful/experience-design-system-extraction": "2.16.1",
|
|
38
|
+
"@contentful/experience-design-system-types": "2.16.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@tsconfig/node24": "^24.0.3",
|