@topogram/cli 0.3.53 → 0.3.54
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/package.json +1 -1
- package/src/cli.js +4 -2
package/package.json
CHANGED
package/src/cli.js
CHANGED
|
@@ -135,7 +135,8 @@ const KNOWN_CLI_CONSUMER_REPOS = [
|
|
|
135
135
|
"topogram-starters",
|
|
136
136
|
"topogram-template-todo",
|
|
137
137
|
"topogram-demo-todo",
|
|
138
|
-
"topogram-hello"
|
|
138
|
+
"topogram-hello",
|
|
139
|
+
"topograms"
|
|
139
140
|
];
|
|
140
141
|
const KNOWN_CLI_CONSUMER_WORKFLOWS = {
|
|
141
142
|
"topogram-generator-express-api": "Generator Verification",
|
|
@@ -149,7 +150,8 @@ const KNOWN_CLI_CONSUMER_WORKFLOWS = {
|
|
|
149
150
|
"topogram-starters": "Starter Verification",
|
|
150
151
|
"topogram-template-todo": "Template Verification",
|
|
151
152
|
"topogram-demo-todo": "Demo Verification",
|
|
152
|
-
"topogram-hello": "Topogram Package Verification"
|
|
153
|
+
"topogram-hello": "Topogram Package Verification",
|
|
154
|
+
"topograms": "Catalog Verification"
|
|
153
155
|
};
|
|
154
156
|
const PACKAGE_UPDATE_CLI_CHECK_SCRIPTS = [
|
|
155
157
|
"cli:surface",
|