@vue/runtime-core 3.4.16 → 3.4.17
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.17
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8068,7 +8068,7 @@ function isMemoSame(cached, memo) {
|
|
|
8068
8068
|
return true;
|
|
8069
8069
|
}
|
|
8070
8070
|
|
|
8071
|
-
const version = "3.4.
|
|
8071
|
+
const version = "3.4.17";
|
|
8072
8072
|
const warn = warn$1 ;
|
|
8073
8073
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8074
8074
|
const devtools = devtools$1 ;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.17
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6279,7 +6279,7 @@ function isMemoSame(cached, memo) {
|
|
|
6279
6279
|
return true;
|
|
6280
6280
|
}
|
|
6281
6281
|
|
|
6282
|
-
const version = "3.4.
|
|
6282
|
+
const version = "3.4.17";
|
|
6283
6283
|
const warn$1 = shared.NOOP;
|
|
6284
6284
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6285
6285
|
const devtools = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.4.
|
|
2
|
+
* @vue/runtime-core v3.4.17
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8140,7 +8140,7 @@ function isMemoSame(cached, memo) {
|
|
|
8140
8140
|
return true;
|
|
8141
8141
|
}
|
|
8142
8142
|
|
|
8143
|
-
const version = "3.4.
|
|
8143
|
+
const version = "3.4.17";
|
|
8144
8144
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8145
8145
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8146
8146
|
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.17",
|
|
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.17",
|
|
50
|
+
"@vue/reactivity": "3.4.17"
|
|
51
51
|
}
|
|
52
52
|
}
|