@vue/runtime-core 3.5.19 → 3.5.20

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.19
2
+ * @vue/runtime-core v3.5.20
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8383,7 +8383,7 @@ function isMemoSame(cached, memo) {
8383
8383
  return true;
8384
8384
  }
8385
8385
 
8386
- const version = "3.5.19";
8386
+ const version = "3.5.20";
8387
8387
  const warn = warn$1 ;
8388
8388
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8389
8389
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.19
2
+ * @vue/runtime-core v3.5.20
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6530,7 +6530,7 @@ function isMemoSame(cached, memo) {
6530
6530
  return true;
6531
6531
  }
6532
6532
 
6533
- const version = "3.5.19";
6533
+ const version = "3.5.20";
6534
6534
  const warn$1 = shared.NOOP;
6535
6535
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6536
6536
  const devtools = void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.19
2
+ * @vue/runtime-core v3.5.20
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8457,7 +8457,7 @@ function isMemoSame(cached, memo) {
8457
8457
  return true;
8458
8458
  }
8459
8459
 
8460
- const version = "3.5.19";
8460
+ const version = "3.5.20";
8461
8461
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8462
8462
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8463
8463
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.5.19",
3
+ "version": "3.5.20",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
48
48
  "dependencies": {
49
- "@vue/shared": "3.5.19",
50
- "@vue/reactivity": "3.5.19"
49
+ "@vue/shared": "3.5.20",
50
+ "@vue/reactivity": "3.5.20"
51
51
  }
52
52
  }