@vue/reactivity
Advanced tools
Comparing version 3.0.0-alpha.8 to 3.0.0-alpha.9
@@ -214,3 +214,3 @@ 'use strict'; | ||
} | ||
// we run the method using the orignal args first (which may be reactive) | ||
// we run the method using the original args first (which may be reactive) | ||
const res = arr[key](...args); | ||
@@ -217,0 +217,0 @@ if (res === -1 || res === false) { |
@@ -192,3 +192,3 @@ 'use strict'; | ||
} | ||
// we run the method using the orignal args first (which may be reactive) | ||
// we run the method using the original args first (which may be reactive) | ||
const res = arr[key](...args); | ||
@@ -195,0 +195,0 @@ if (res === -1 || res === false) { |
@@ -211,3 +211,3 @@ import { EMPTY_OBJ, isArray, extend, isSymbol, hasOwn, isObject, hasChanged, capitalize, toRawType, makeMap, isFunction, NOOP } from '@vue/shared'; | ||
} | ||
// we run the method using the orignal args first (which may be reactive) | ||
// we run the method using the original args first (which may be reactive) | ||
const res = arr[key](...args); | ||
@@ -214,0 +214,0 @@ if (res === -1 || res === false) { |
@@ -254,3 +254,3 @@ // Make a map and return a function for checking if a key | ||
} | ||
// we run the method using the orignal args first (which may be reactive) | ||
// we run the method using the original args first (which may be reactive) | ||
const res = arr[key](...args); | ||
@@ -257,0 +257,0 @@ if (res === -1 || res === false) { |
@@ -257,3 +257,3 @@ var VueReactivity = (function (exports) { | ||
} | ||
// we run the method using the orignal args first (which may be reactive) | ||
// we run the method using the original args first (which may be reactive) | ||
const res = arr[key](...args); | ||
@@ -260,0 +260,0 @@ if (res === -1 || res === false) { |
{ | ||
"name": "@vue/reactivity", | ||
"version": "3.0.0-alpha.8", | ||
"version": "3.0.0-alpha.9", | ||
"description": "@vue/reactivity", | ||
@@ -37,4 +37,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.0.0-alpha.8" | ||
"@vue/shared": "3.0.0-alpha.9" | ||
} | ||
} |
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
145428
+ Added@vue/shared@3.0.0-alpha.9(transitive)
- Removed@vue/shared@3.0.0-alpha.8(transitive)
Updated@vue/shared@3.0.0-alpha.9