@contentful/experience-design-system-cli 2.26.4-dev-build-2bb24c1.0 → 2.26.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/package.json +2 -2
- package/dist/src/index.js +2 -2
- package/package.json +6 -6
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experience-design-system-cli",
|
|
3
|
-
"version": "2.26.4
|
|
3
|
+
"version": "2.26.4",
|
|
4
4
|
"description": "Contentful Experiences design system import CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@contentful/experience-design-system-client": "workspace:*",
|
|
55
55
|
"@contentful/experience-design-system-extraction": "workspace:*",
|
|
56
56
|
"@contentful/experience-design-system-generation": "workspace:*",
|
|
57
|
-
"@tsconfig/node24": "^24.0.
|
|
57
|
+
"@tsconfig/node24": "^24.0.4",
|
|
58
58
|
"@types/node": "^24.0.3",
|
|
59
59
|
"@types/react": "^18.3.24",
|
|
60
60
|
"eslint": "^9.39.5",
|
package/dist/src/index.js
CHANGED
|
@@ -28812,7 +28812,7 @@ init_debug_logger();
|
|
|
28812
28812
|
init_analytics();
|
|
28813
28813
|
init_src2();
|
|
28814
28814
|
import { isAbsolute as isAbsolute3, resolve as resolve12 } from "node:path";
|
|
28815
|
-
var DEFAULT_TIMEOUT_MS = Number(process.env.EDS_AGENT_TIMEOUT_MS ??
|
|
28815
|
+
var DEFAULT_TIMEOUT_MS = Number(process.env.EDS_AGENT_TIMEOUT_MS ?? 5 * 60 * 1e3);
|
|
28816
28816
|
var DEFAULT_CONCURRENCY = 10;
|
|
28817
28817
|
var DEFAULT_BATCH_SIZE = 5;
|
|
28818
28818
|
var invoker = createLocalCliAgentInvoker({
|
|
@@ -30901,7 +30901,7 @@ init_persistence();
|
|
|
30901
30901
|
init_credentials_store();
|
|
30902
30902
|
init_analytics();
|
|
30903
30903
|
var execFileAsync = promisify(execFile);
|
|
30904
|
-
var DEFAULT_TIMEOUT_MS3 = Number(process.env.EDS_AGENT_TIMEOUT_MS ??
|
|
30904
|
+
var DEFAULT_TIMEOUT_MS3 = Number(process.env.EDS_AGENT_TIMEOUT_MS ?? 5 * 60 * 1e3);
|
|
30905
30905
|
var DEFAULT_COMPONENT_CONCURRENCY = 10;
|
|
30906
30906
|
var RETRY_BACKOFF_MS = Number(process.env.EDS_RETRY_BACKOFF_MS ?? 5e3);
|
|
30907
30907
|
var invoker2 = createLocalCliAgentInvoker({
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experience-design-system-cli",
|
|
3
|
-
"version": "2.26.4
|
|
3
|
+
"version": "2.26.4",
|
|
4
4
|
"description": "Contentful Experiences design system import CLI",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
"svelte": "^5.56.4",
|
|
40
40
|
"ts-morph": "^27.0.2",
|
|
41
41
|
"typescript": "^5.9.3",
|
|
42
|
-
"@contentful/experience-design-system-types": "2.26.4
|
|
42
|
+
"@contentful/experience-design-system-types": "2.26.4"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@tsconfig/node24": "^24.0.
|
|
45
|
+
"@tsconfig/node24": "^24.0.4",
|
|
46
46
|
"@types/node": "^24.0.3",
|
|
47
47
|
"@types/react": "^18.3.24",
|
|
48
48
|
"eslint": "^9.39.5",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"ink-testing-library": "^4.0.0",
|
|
52
52
|
"typescript-eslint": "^8.67.0",
|
|
53
53
|
"vitest": "^4.0.16",
|
|
54
|
-
"@contentful/experience-design-system-client": "2.26.4
|
|
55
|
-
"@contentful/experience-design-system-extraction": "2.26.4
|
|
56
|
-
"@contentful/experience-design-system-generation": "2.26.4
|
|
54
|
+
"@contentful/experience-design-system-client": "2.26.4",
|
|
55
|
+
"@contentful/experience-design-system-extraction": "2.26.4",
|
|
56
|
+
"@contentful/experience-design-system-generation": "2.26.4"
|
|
57
57
|
},
|
|
58
58
|
"repository": {
|
|
59
59
|
"type": "git",
|