@vue/runtime-core 3.5.23 → 3.5.24

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.23
2
+ * @vue/runtime-core v3.5.24
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8439,7 +8439,7 @@ function isMemoSame(cached, memo) {
8439
8439
  return true;
8440
8440
  }
8441
8441
 
8442
- const version = "3.5.23";
8442
+ const version = "3.5.24";
8443
8443
  const warn = warn$1 ;
8444
8444
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8445
8445
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.23
2
+ * @vue/runtime-core v3.5.24
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6585,7 +6585,7 @@ function isMemoSame(cached, memo) {
6585
6585
  return true;
6586
6586
  }
6587
6587
 
6588
- const version = "3.5.23";
6588
+ const version = "3.5.24";
6589
6589
  const warn$1 = shared.NOOP;
6590
6590
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6591
6591
  const devtools = void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.23
2
+ * @vue/runtime-core v3.5.24
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8513,7 +8513,7 @@ function isMemoSame(cached, memo) {
8513
8513
  return true;
8514
8514
  }
8515
8515
 
8516
- const version = "3.5.23";
8516
+ const version = "3.5.24";
8517
8517
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8518
8518
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8519
8519
  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.23",
3
+ "version": "3.5.24",
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.23",
50
- "@vue/reactivity": "3.5.23"
49
+ "@vue/shared": "3.5.24",
50
+ "@vue/reactivity": "3.5.24"
51
51
  }
52
52
  }