@auto-engineer/cli 0.5.14 → 0.5.15
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.
|
@@ -26,7 +26,7 @@ export const createImportDesignSystemCommand = (config, analytics) => {
|
|
|
26
26
|
let resolvedFilterPath;
|
|
27
27
|
if (typeof filterPath === 'string' && filterPath.trim().length > 0) {
|
|
28
28
|
resolvedFilterPath = path.resolve(filterPath);
|
|
29
|
-
output.info(
|
|
29
|
+
output.info(__PROTECTED_TEMPLATE_0__);
|
|
30
30
|
}
|
|
31
31
|
// Import the handler
|
|
32
32
|
const { handleImportDesignSystemCommand } = await import('@auto-engineer/design-system-importer');
|
|
@@ -38,7 +38,7 @@ export const createImportDesignSystemCommand = (config, analytics) => {
|
|
|
38
38
|
filterPath: resolvedFilterPath,
|
|
39
39
|
},
|
|
40
40
|
timestamp: new Date(),
|
|
41
|
-
requestId:
|
|
41
|
+
requestId: __PROTECTED_TEMPLATE_1__,
|
|
42
42
|
};
|
|
43
43
|
const result = await handleImportDesignSystemCommand(importCommand);
|
|
44
44
|
if (result.type === 'DesignSystemImported') {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@auto-engineer/cli",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.15",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@auto-engineer/frontend-implementation": "^0.4.8",
|
|
43
43
|
"@auto-engineer/information-architect": "^0.4.4",
|
|
44
44
|
"@auto-engineer/message-bus": "^0.3.4",
|
|
45
|
-
"@auto-engineer/react-graphql-generator": "^0.2.
|
|
45
|
+
"@auto-engineer/react-graphql-generator": "^0.2.6",
|
|
46
46
|
"@auto-engineer/server-implementer": "^0.4.7",
|
|
47
47
|
"chalk": "^5.3.0",
|
|
48
48
|
"commander": "^12.0.0",
|