@vue/runtime-core 3.4.0-beta.1 → 3.4.0-beta.2
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
|
@@ -7935,7 +7935,7 @@ function isMemoSame(cached, memo) {
|
|
|
7935
7935
|
return true;
|
|
7936
7936
|
}
|
|
7937
7937
|
|
|
7938
|
-
const version = "3.4.0-beta.
|
|
7938
|
+
const version = "3.4.0-beta.2";
|
|
7939
7939
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
7940
7940
|
const _ssrUtils = {
|
|
7941
7941
|
createComponentInstance,
|
|
@@ -8009,7 +8009,7 @@ function isMemoSame(cached, memo) {
|
|
|
8009
8009
|
return true;
|
|
8010
8010
|
}
|
|
8011
8011
|
|
|
8012
|
-
const version = "3.4.0-beta.
|
|
8012
|
+
const version = "3.4.0-beta.2";
|
|
8013
8013
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8014
8014
|
const _ssrUtils = {
|
|
8015
8015
|
createComponentInstance,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/runtime-core",
|
|
3
|
-
"version": "3.4.0-beta.
|
|
3
|
+
"version": "3.4.0-beta.2",
|
|
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/
|
|
36
|
-
"@vue/
|
|
35
|
+
"@vue/shared": "3.4.0-beta.2",
|
|
36
|
+
"@vue/reactivity": "3.4.0-beta.2"
|
|
37
37
|
}
|
|
38
38
|
}
|