@vue/runtime-core 3.4.0-rc.3 → 3.4.0
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
|
@@ -6245,7 +6245,7 @@ function isMemoSame(cached, memo) {
|
|
|
6245
6245
|
return true;
|
|
6246
6246
|
}
|
|
6247
6247
|
|
|
6248
|
-
const version = "3.4.0
|
|
6248
|
+
const version = "3.4.0";
|
|
6249
6249
|
const warn$1 = shared.NOOP;
|
|
6250
6250
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
6251
6251
|
const devtools = void 0;
|
|
@@ -8049,7 +8049,7 @@ function isMemoSame(cached, memo) {
|
|
|
8049
8049
|
return true;
|
|
8050
8050
|
}
|
|
8051
8051
|
|
|
8052
|
-
const version = "3.4.0
|
|
8052
|
+
const version = "3.4.0";
|
|
8053
8053
|
const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
|
|
8054
8054
|
const ErrorTypeStrings = ErrorTypeStrings$1 ;
|
|
8055
8055
|
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.0
|
|
3
|
+
"version": "3.4.0",
|
|
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.0
|
|
36
|
-
"@vue/reactivity": "3.4.0
|
|
35
|
+
"@vue/shared": "3.4.0",
|
|
36
|
+
"@vue/reactivity": "3.4.0"
|
|
37
37
|
}
|
|
38
38
|
}
|