vue 3.5.15 → 3.5.16
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.
- package/dist/vue.cjs.js +1 -1
- package/dist/vue.cjs.prod.js +1 -1
- package/dist/vue.esm-browser.js +2 -2
- package/dist/vue.esm-browser.prod.js +2 -2
- package/dist/vue.esm-bundler.js +1 -1
- package/dist/vue.global.js +2 -2
- package/dist/vue.global.prod.js +2 -2
- package/dist/vue.runtime.esm-browser.js +2 -2
- package/dist/vue.runtime.esm-browser.prod.js +2 -2
- package/dist/vue.runtime.esm-bundler.js +1 -1
- package/dist/vue.runtime.global.js +2 -2
- package/dist/vue.runtime.global.prod.js +2 -2
- package/package.json +6 -6
package/dist/vue.cjs.js
CHANGED
package/dist/vue.cjs.prod.js
CHANGED
package/dist/vue.esm-browser.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* vue v3.5.
|
|
2
|
+
* vue v3.5.16
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -10595,7 +10595,7 @@ function isMemoSame(cached, memo) {
|
|
|
10595
10595
|
return true;
|
|
10596
10596
|
}
|
|
10597
10597
|
|
|
10598
|
-
const version = "3.5.
|
|
10598
|
+
const version = "3.5.16";
|
|
10599
10599
|
const warn = warn$1 ;
|
|
10600
10600
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
10601
10601
|
const devtools = devtools$1 ;
|