@sprucelabs/heartwood-view-controllers 118.2.23 → 118.2.25
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.
|
@@ -577,7 +577,6 @@ export default class FormViewController extends AbstractViewController {
|
|
|
577
577
|
friendlyMessage: `The field \`${fieldName}\` is already being rendered. You can't add it again!`,
|
|
578
578
|
});
|
|
579
579
|
}
|
|
580
|
-
//@ts-ignore
|
|
581
580
|
if (typeof fieldNameOrRenderOptions === 'object') {
|
|
582
581
|
const { atIndex, fieldDefinition } = fieldNameOrRenderOptions, options = __rest(fieldNameOrRenderOptions, ["atIndex", "fieldDefinition"]);
|
|
583
582
|
if (fieldDefinition) {
|
|
@@ -549,7 +549,6 @@ class FormViewController extends Abstract_vc_1.default {
|
|
|
549
549
|
friendlyMessage: `The field \`${fieldName}\` is already being rendered. You can't add it again!`,
|
|
550
550
|
});
|
|
551
551
|
}
|
|
552
|
-
//@ts-ignore
|
|
553
552
|
if (typeof fieldNameOrRenderOptions === 'object') {
|
|
554
553
|
const { atIndex, fieldDefinition, ...options } = fieldNameOrRenderOptions;
|
|
555
554
|
if (fieldDefinition) {
|
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.2.
|
|
16
|
+
"version": "118.2.25",
|
|
17
17
|
"skill": {
|
|
18
18
|
"namespace": "HeartwoodViewControllers",
|
|
19
19
|
"commandOverrides": {
|
|
@@ -72,12 +72,13 @@
|
|
|
72
72
|
"lint.tsc": "tsc -p . --noEmit"
|
|
73
73
|
},
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@babel/core": "^7.
|
|
76
|
-
"@babel/plugin-transform-class-properties": "^7.
|
|
77
|
-
"@babel/plugin-transform-runtime": "^7.
|
|
78
|
-
"@babel/preset-env": "^7.
|
|
79
|
-
"@babel/preset-typescript": "^7.27.
|
|
80
|
-
"@
|
|
75
|
+
"@babel/core": "^7.27.1",
|
|
76
|
+
"@babel/plugin-transform-class-properties": "^7.27.1",
|
|
77
|
+
"@babel/plugin-transform-runtime": "^7.27.1",
|
|
78
|
+
"@babel/preset-env": "^7.27.1",
|
|
79
|
+
"@babel/preset-typescript": "^7.27.1",
|
|
80
|
+
"@babel/runtime": "^7.27.1",
|
|
81
|
+
"@sprucelabs/calendar-utils": "^42.0.686",
|
|
81
82
|
"@sprucelabs/error": "^6.0.598",
|
|
82
83
|
"@sprucelabs/globby": "^2.0.502",
|
|
83
84
|
"@sprucelabs/mercury-core-events": "^26.0.67",
|
|
@@ -106,10 +107,10 @@
|
|
|
106
107
|
"@sprucelabs/resolve-path-aliases": "^2.0.540",
|
|
107
108
|
"@sprucelabs/semantic-release": "^5.0.2",
|
|
108
109
|
"@sprucelabs/test": "^9.0.79",
|
|
109
|
-
"@types/node": "^22.15.
|
|
110
|
+
"@types/node": "^22.15.3",
|
|
110
111
|
"@types/terser-webpack-plugin": "^5.2.0",
|
|
111
112
|
"chokidar-cli": "^3.0.0",
|
|
112
|
-
"eslint": "^9.
|
|
113
|
+
"eslint": "^9.26.0",
|
|
113
114
|
"eslint-config-spruce": "^11.2.26",
|
|
114
115
|
"jest": "^29.7.0",
|
|
115
116
|
"jest-circus": "^29.7.0",
|