@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.
@@ -7977,7 +7977,7 @@ function isMemoSame(cached, memo) {
7977
7977
  return true;
7978
7978
  }
7979
7979
 
7980
- const version = "3.4.0-rc.3";
7980
+ const version = "3.4.0";
7981
7981
  const warn = warn$1 ;
7982
7982
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
7983
7983
  const devtools = devtools$1 ;
@@ -6245,7 +6245,7 @@ function isMemoSame(cached, memo) {
6245
6245
  return true;
6246
6246
  }
6247
6247
 
6248
- const version = "3.4.0-rc.3";
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-rc.3";
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-rc.3",
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-rc.3",
36
- "@vue/reactivity": "3.4.0-rc.3"
35
+ "@vue/shared": "3.4.0",
36
+ "@vue/reactivity": "3.4.0"
37
37
  }
38
38
  }