@vue/reactivity
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -87,3 +87,3 @@ 'use strict'; | ||
else { | ||
warn(`onDispose() is called when there is no active effect scope` + | ||
warn(`onScopeDispose() is called when there is no active effect scope` + | ||
` to be associated with.`); | ||
@@ -90,0 +90,0 @@ } |
@@ -140,3 +140,3 @@ /** | ||
else { | ||
warn(`onDispose() is called when there is no active effect scope` + | ||
warn(`onScopeDispose() is called when there is no active effect scope` + | ||
` to be associated with.`); | ||
@@ -143,0 +143,0 @@ } |
@@ -83,3 +83,3 @@ import { extend, isArray, isMap, isIntegerKey, isSymbol, hasOwn, isObject, hasChanged, makeMap, capitalize, toRawType, def, isFunction, NOOP } from '@vue/shared'; | ||
else if ((process.env.NODE_ENV !== 'production')) { | ||
warn(`onDispose() is called when there is no active effect scope` + | ||
warn(`onScopeDispose() is called when there is no active effect scope` + | ||
` to be associated with.`); | ||
@@ -86,0 +86,0 @@ } |
@@ -143,3 +143,3 @@ var VueReactivity = (function (exports) { | ||
else { | ||
warn(`onDispose() is called when there is no active effect scope` + | ||
warn(`onScopeDispose() is called when there is no active effect scope` + | ||
` to be associated with.`); | ||
@@ -146,0 +146,0 @@ } |
{ | ||
"name": "@vue/reactivity", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "@vue/reactivity", | ||
@@ -39,4 +39,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@vue/shared": "3.2.2" | ||
"@vue/shared": "3.2.3" | ||
} | ||
} |
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
239270
+ Added@vue/shared@3.2.3(transitive)
- Removed@vue/shared@3.2.2(transitive)
Updated@vue/shared@3.2.3