@sprucelabs/heartwood-view-controllers 112.3.27 → 112.3.28

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.
@@ -75,7 +75,7 @@ class SpruceError extends error_1.default {
75
75
  message = `You tried to open step '${options.stepId}', but it's not complete!`;
76
76
  break;
77
77
  case 'APP_NOT_FOUND':
78
- message = `I could not find an App with the namespace '${options.namespace}'!`;
78
+ message = `I could not find an App with the namespace '${options.namespace}'! If you're testing, try 'spruce create.app'!`;
79
79
  break;
80
80
  case 'INVALID_APP_CONTROLLER':
81
81
  message = 'A Invalid app controller just happened!';
@@ -71,7 +71,7 @@ export default class SpruceError extends AbstractSpruceError {
71
71
  message = `You tried to open step '${options.stepId}', but it's not complete!`;
72
72
  break;
73
73
  case 'APP_NOT_FOUND':
74
- message = `I could not find an App with the namespace '${options.namespace}'!`;
74
+ message = `I could not find an App with the namespace '${options.namespace}'! If you're testing, try 'spruce create.app'!`;
75
75
  break;
76
76
  case 'INVALID_APP_CONTROLLER':
77
77
  message = 'A Invalid app controller just happened!';
package/package.json CHANGED
@@ -13,7 +13,7 @@
13
13
  "sideEffects": false,
14
14
  "license": "MIT",
15
15
  "description": "All the power of Heartwood in one, convenient package.",
16
- "version": "112.3.27",
16
+ "version": "112.3.28",
17
17
  "skill": {
18
18
  "namespace": "HeartwoodViewControllers",
19
19
  "commandOverrides": {