@genesislcap/foundation-cli 14.276.2 → 14.276.3-GENC-1039.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.
|
@@ -4,7 +4,7 @@ exports.setActionTypes = exports.DesignSystemActions = exports.DesignSystemActio
|
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const messages_1 = require("../messages");
|
|
6
6
|
const fileSystem_1 = require("./fileSystem");
|
|
7
|
-
const dsPrefixes = ['zero', 'rapid'
|
|
7
|
+
const dsPrefixes = ['zero', 'rapid'];
|
|
8
8
|
var DesignSystemActionType;
|
|
9
9
|
(function (DesignSystemActionType) {
|
|
10
10
|
DesignSystemActionType["analyzeComponentUsage"] = "Analyzed component usage";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-cli",
|
|
3
3
|
"description": "Genesis Foundation CLI",
|
|
4
|
-
"version": "14.276.
|
|
4
|
+
"version": "14.276.3-GENC-1039.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"publishConfig": {
|
|
67
67
|
"access": "public"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "6849233034991f2cc9d1a6f09b6d1237196866dd"
|
|
70
70
|
}
|