@vue/runtime-core 3.4.2 → 3.4.3
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
|
@@ -8057,7 +8057,7 @@ function isMemoSame(cached, memo) {
|
|
|
8057
8057
|
return true;
|
|
8058
8058
|
}
|
|
8059
8059
|
|
|
8060
|
-
const version = "3.4.
|
|
8060
|
+
const version = "3.4.3";
|
|
8061
8061
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8062
8062
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8063
8063
|
const devtools = !!(process.env.NODE_ENV !== "production") || __VUE_PROD_DEVTOOLS__ ? 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.3",
|
|
4
4
|
"description": "@vue/runtime-core",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "dist/runtime-core.esm-bundler.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
"homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@vue/shared": "3.4.
|
|
36
|
-
"@vue/reactivity": "3.4.
|
|
35
|
+
"@vue/shared": "3.4.3",
|
|
36
|
+
"@vue/reactivity": "3.4.3"
|
|
37
37
|
}
|
|
38
38
|
}
|