@sprucelabs/heartwood-view-controllers 118.0.21 → 118.0.23
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.
|
@@ -566,7 +566,7 @@ export default class FormViewController extends AbstractViewController {
|
|
|
566
566
|
throw new SchemaError({
|
|
567
567
|
code: 'INVALID_PARAMETERS',
|
|
568
568
|
parameters: ['fieldName'],
|
|
569
|
-
friendlyMessage:
|
|
569
|
+
friendlyMessage: `I could not find any field named ${fieldName} in your schema.`,
|
|
570
570
|
});
|
|
571
571
|
}
|
|
572
572
|
const { fieldIdx } = this.getSectionAndFieldForFieldNamed(fieldName);
|
|
@@ -538,7 +538,7 @@ class FormViewController extends Abstract_vc_1.default {
|
|
|
538
538
|
throw new schema_1.SchemaError({
|
|
539
539
|
code: 'INVALID_PARAMETERS',
|
|
540
540
|
parameters: ['fieldName'],
|
|
541
|
-
friendlyMessage:
|
|
541
|
+
friendlyMessage: `I could not find any field named ${fieldName} in your schema.`,
|
|
542
542
|
});
|
|
543
543
|
}
|
|
544
544
|
const { fieldIdx } = this.getSectionAndFieldForFieldNamed(fieldName);
|
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": "118.0.
|
|
16
|
+
"version": "118.0.23",
|
|
17
17
|
"skill": {
|
|
18
18
|
"namespace": "HeartwoodViewControllers",
|
|
19
19
|
"commandOverrides": {
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@babel/plugin-transform-runtime": "^7.26.10",
|
|
78
78
|
"@babel/preset-env": "^7.26.9",
|
|
79
79
|
"@babel/preset-typescript": "^7.27.0",
|
|
80
|
-
"@sprucelabs/calendar-utils": "^42.0.
|
|
80
|
+
"@sprucelabs/calendar-utils": "^42.0.665",
|
|
81
81
|
"@sprucelabs/error": "^6.0.590",
|
|
82
82
|
"@sprucelabs/globby": "^2.0.502",
|
|
83
83
|
"@sprucelabs/mercury-core-events": "^26.0.47",
|