@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.
@@ -7985,7 +7985,7 @@ function isMemoSame(cached, memo) {
7985
7985
  return true;
7986
7986
  }
7987
7987
 
7988
- const version = "3.4.2";
7988
+ const version = "3.4.3";
7989
7989
  const warn = warn$1 ;
7990
7990
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
7991
7991
  const devtools = devtools$1 ;
@@ -6253,7 +6253,7 @@ function isMemoSame(cached, memo) {
6253
6253
  return true;
6254
6254
  }
6255
6255
 
6256
- const version = "3.4.2";
6256
+ const version = "3.4.3";
6257
6257
  const warn$1 = shared.NOOP;
6258
6258
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6259
6259
  const devtools = void 0;
@@ -8057,7 +8057,7 @@ function isMemoSame(cached, memo) {
8057
8057
  return true;
8058
8058
  }
8059
8059
 
8060
- const version = "3.4.2";
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.2",
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.2",
36
- "@vue/reactivity": "3.4.2"
35
+ "@vue/shared": "3.4.3",
36
+ "@vue/reactivity": "3.4.3"
37
37
  }
38
38
  }