@vue/runtime-core 3.5.7 → 3.5.8
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.8
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8260,7 +8260,7 @@ function isMemoSame(cached, memo) {
|
|
|
8260
8260
|
return true;
|
|
8261
8261
|
}
|
|
8262
8262
|
|
|
8263
|
-
const version = "3.5.
|
|
8263
|
+
const version = "3.5.8";
|
|
8264
8264
|
const warn = warn$1 ;
|
|
8265
8265
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8266
8266
|
const devtools = devtools$1 ;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.5.
|
|
2
|
+
* @vue/runtime-core v3.5.8
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -6429,7 +6429,7 @@ function isMemoSame(cached, memo) {
|
|
|
6429
6429
|
return true;
|
|
6430
6430
|
}
|
|
6431
6431
|
|
|
6432
|
-
const version = "3.5.
|
|
6432
|
+
const version = "3.5.8";
|
|
6433
6433
|
const warn$1 = shared.NOOP;
|
|
6434
6434
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6435
6435
|
const devtools = void 0;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @vue/runtime-core v3.5.
|
|
2
|
+
* @vue/runtime-core v3.5.8
|
|
3
3
|
* (c) 2018-present Yuxi (Evan) You and Vue contributors
|
|
4
4
|
* @license MIT
|
|
5
5
|
**/
|
|
@@ -8331,7 +8331,7 @@ function isMemoSame(cached, memo) {
|
|
|
8331
8331
|
return true;
|
|
8332
8332
|
}
|
|
8333
8333
|
|
|
8334
|
-
const version = "3.5.
|
|
8334
|
+
const version = "3.5.8";
|
|
8335
8335
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8336
8336
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8337
8337
|
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.8",
|
|
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.8",
|
|
50
|
+
"@vue/reactivity": "3.5.8"
|
|
51
51
|
}
|
|
52
52
|
}
|