@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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/cli.js +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@topogram/cli",
3
- "version": "0.3.53",
3
+ "version": "0.3.54",
4
4
  "description": "Topogram CLI for checking Topogram workspaces and generating app bundles.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
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",