@vue/runtime-core 3.5.9 → 3.5.10

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.9
2
+ * @vue/runtime-core v3.5.10
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8261,7 +8261,7 @@ function isMemoSame(cached, memo) {
8261
8261
  return true;
8262
8262
  }
8263
8263
 
8264
- const version = "3.5.9";
8264
+ const version = "3.5.10";
8265
8265
  const warn = warn$1 ;
8266
8266
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8267
8267
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.9
2
+ * @vue/runtime-core v3.5.10
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6430,7 +6430,7 @@ function isMemoSame(cached, memo) {
6430
6430
  return true;
6431
6431
  }
6432
6432
 
6433
- const version = "3.5.9";
6433
+ const version = "3.5.10";
6434
6434
  const warn$1 = shared.NOOP;
6435
6435
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6436
6436
  const devtools = void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.9
2
+ * @vue/runtime-core v3.5.10
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8332,7 +8332,7 @@ function isMemoSame(cached, memo) {
8332
8332
  return true;
8333
8333
  }
8334
8334
 
8335
- const version = "3.5.9";
8335
+ const version = "3.5.10";
8336
8336
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8337
8337
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8338
8338
  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.9",
3
+ "version": "3.5.10",
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.9",
50
- "@vue/reactivity": "3.5.9"
49
+ "@vue/shared": "3.5.10",
50
+ "@vue/reactivity": "3.5.10"
51
51
  }
52
52
  }