@vue/runtime-core 3.5.37 → 3.5.38
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/runtime-core.cjs.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.5.
|
|
2
|
+
* @vue/runtime-core v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8584,7 +8584,7 @@ function isMemoSame(cached, memo) {
|
|
|
8584
8584
|
return true;
|
|
8585
8585
|
}
|
|
8586
8586
|
|
|
8587
|
-
const version = "3.5.
|
|
8587
|
+
const version = "3.5.38";
|
|
8588
8588
|
const warn = warn$1 ;
|
|
8589
8589
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8590
8590
|
const devtools = devtools$1 ;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.5.
|
|
2
|
+
* @vue/runtime-core v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6725,7 +6725,7 @@ function isMemoSame(cached, memo) {
|
|
|
6725
6725
|
return true;
|
|
6726
6726
|
}
|
|
6727
6727
|
|
|
6728
|
-
const version = "3.5.
|
|
6728
|
+
const version = "3.5.38";
|
|
6729
6729
|
const warn$1 = shared.NOOP;
|
|
6730
6730
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6731
6731
|
const devtools = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.5.
|
|
2
|
+
* @vue/runtime-core v3.5.38
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8658,7 +8658,7 @@ function isMemoSame(cached, memo) {
|
|
|
8658
8658
|
return true;
|
|
8659
8659
|
}
|
|
8660
8660
|
|
|
8661
|
-
const version = "3.5.
|
|
8661
|
+
const version = "3.5.38";
|
|
8662
8662
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8663
8663
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8664
8664
|
const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/runtime-core",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.38",
|
|
4
4
|
"description": "@vue/runtime-core",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/runtime-core.esm-bundler.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@vue/shared": "3.5.
|
|
50
|
-
"@vue/reactivity": "3.5.
|
|
49
|
+
"@vue/shared": "3.5.38",
|
|
50
|
+
"@vue/reactivity": "3.5.38"
|
|
51
51
|
}
|
|
52
52
|
}
|