@digigov/cli 2.0.0-b19b7fe2 → 2.0.0-d4fe516b

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.
@@ -178,8 +178,8 @@ function resolveWorkspace() {
178
178
  },
179
179
  );
180
180
  return rushConfiguration;
181
- } catch (err) {
182
- console.error(err);
181
+ } catch {
182
+ // No rush config, ignore error
183
183
  }
184
184
  return null;
185
185
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@digigov/cli",
3
3
  "description": "CLI for Digigov apps and libs with plugin support",
4
- "version": "2.0.0-b19b7fe2",
4
+ "version": "2.0.0-d4fe516b",
5
5
  "author": "GRNET Devs <devs@lists.grnet.gr>",
6
6
  "type": "module",
7
7
  "bin": {