@goldfishjs/reactive-connect
Advanced tools
Comparing version 1.1.12 to 1.1.13
@@ -78,3 +78,5 @@ import _classCallCheck from "@babel/runtime/helpers/classCallCheck"; | ||
value: function set(view, fullObj, keyPathList, newV, oldV, options) { | ||
if ((options === null || options === void 0 ? void 0 : options.type) === 'computed') { | ||
var _a, _b; | ||
if (((_a = options) === null || _a === void 0 ? void 0 : _a.type) === 'computed') { | ||
newV = this.getValue(fullObj, keyPathList); | ||
@@ -98,3 +100,3 @@ } | ||
if ((options === null || options === void 0 ? void 0 : options.isArray) && options.method && isModifyArrayMethod(options.method)) { | ||
if (((_b = options) === null || _b === void 0 ? void 0 : _b.isArray) && options.method && isModifyArrayMethod(options.method)) { | ||
var optionsOldV = options.oldV || []; | ||
@@ -101,0 +103,0 @@ updater.setSpliceObjectValue(keyPathString, newV, optionsOldV); |
{ | ||
"name": "@goldfishjs/reactive-connect", | ||
"version": "1.1.12", | ||
"version": "1.1.13", | ||
"description": "goldfish-reactive-connect", | ||
@@ -18,4 +18,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@goldfishjs/reactive": "^1.1.12", | ||
"@goldfishjs/utils": "^1.1.12", | ||
"@goldfishjs/reactive": "^1.1.13", | ||
"@goldfishjs/utils": "^1.1.13", | ||
"mini-types": "^0.1.0" | ||
@@ -22,0 +22,0 @@ }, |
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
78277
2167
Updated@goldfishjs/reactive@^1.1.13
Updated@goldfishjs/utils@^1.1.13