@shopify/react-form-state
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -360,3 +360,2 @@ "use strict"; | ||
}); | ||
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion | ||
return tslib_1.__assign({}, state, { fields: updatedFields }); | ||
@@ -363,0 +362,0 @@ } |
@@ -45,3 +45,2 @@ "use strict"; | ||
var _c = tslib_1.__read(path), current = _c[0], rest = _c.slice(1); | ||
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion | ||
return tslib_1.__assign({}, rootObject, (_b = {}, _b[current] = set(rootObject[current] || {}, rest, value), _b)); | ||
@@ -48,0 +47,0 @@ } |
{ | ||
"name": "@shopify/react-form-state", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Manage react forms tersely and type-safe with no magic.", |
@@ -534,3 +534,2 @@ /* eslint-disable no-case-declarations */ | ||
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion | ||
return { | ||
@@ -537,0 +536,0 @@ ...state, |
@@ -48,3 +48,2 @@ import isEqual from 'fast-deep-equal'; | ||
// eslint-disable-next-line @typescript-eslint/no-object-literal-type-assertion | ||
return { | ||
@@ -51,0 +50,0 @@ ...(rootObject as any), |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
190838
4200