@vue/runtime-core 3.4.28 → 3.4.29
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.4.
|
|
2
|
+
* @vue/runtime-core v3.4.29
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8102,7 +8102,7 @@ function isMemoSame(cached, memo) {
|
|
|
8102
8102
|
return true;
|
|
8103
8103
|
}
|
|
8104
8104
|
|
|
8105
|
-
const version = "3.4.
|
|
8105
|
+
const version = "3.4.29";
|
|
8106
8106
|
const warn = warn$1 ;
|
|
8107
8107
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8108
8108
|
const devtools = devtools$1 ;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.29
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6287,7 +6287,7 @@ function isMemoSame(cached, memo) {
|
|
|
6287
6287
|
return true;
|
|
6288
6288
|
}
|
|
6289
6289
|
|
|
6290
|
-
const version = "3.4.
|
|
6290
|
+
const version = "3.4.29";
|
|
6291
6291
|
const warn$1 = shared.NOOP;
|
|
6292
6292
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6293
6293
|
const devtools = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.29
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8170,7 +8170,7 @@ function isMemoSame(cached, memo) {
|
|
|
8170
8170
|
return true;
|
|
8171
8171
|
}
|
|
8172
8172
|
|
|
8173
|
-
const version = "3.4.
|
|
8173
|
+
const version = "3.4.29";
|
|
8174
8174
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8175
8175
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8176
8176
|
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.4.
|
|
3
|
+
"version": "3.4.29",
|
|
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.4.
|
|
50
|
-
"@vue/reactivity": "3.4.
|
|
49
|
+
"@vue/shared": "3.4.29",
|
|
50
|
+
"@vue/reactivity": "3.4.29"
|
|
51
51
|
}
|
|
52
52
|
}
|