@vue/runtime-core 3.4.11 → 3.4.12
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.12
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8065,7 +8065,7 @@ function isMemoSame(cached, memo) {
|
|
|
8065
8065
|
return true;
|
|
8066
8066
|
}
|
|
8067
8067
|
|
|
8068
|
-
const version = "3.4.
|
|
8068
|
+
const version = "3.4.12";
|
|
8069
8069
|
const warn = warn$1 ;
|
|
8070
8070
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8071
8071
|
const devtools = devtools$1 ;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.12
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6278,7 +6278,7 @@ function isMemoSame(cached, memo) {
|
|
|
6278
6278
|
return true;
|
|
6279
6279
|
}
|
|
6280
6280
|
|
|
6281
|
-
const version = "3.4.
|
|
6281
|
+
const version = "3.4.12";
|
|
6282
6282
|
const warn$1 = shared.NOOP;
|
|
6283
6283
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6284
6284
|
const devtools = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.12
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8137,7 +8137,7 @@ function isMemoSame(cached, memo) {
|
|
|
8137
8137
|
return true;
|
|
8138
8138
|
}
|
|
8139
8139
|
|
|
8140
|
-
const version = "3.4.
|
|
8140
|
+
const version = "3.4.12";
|
|
8141
8141
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8142
8142
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8143
8143
|
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.12",
|
|
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/
|
|
50
|
-
"@vue/
|
|
49
|
+
"@vue/reactivity": "3.4.12",
|
|
50
|
+
"@vue/shared": "3.4.12"
|
|
51
51
|
}
|
|
52
52
|
}
|