@vue/runtime-core 3.5.15 → 3.5.16

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.15
2
+ * @vue/runtime-core v3.5.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8375,7 +8375,7 @@ function isMemoSame(cached, memo) {
8375
8375
  return true;
8376
8376
  }
8377
8377
 
8378
- const version = "3.5.15";
8378
+ const version = "3.5.16";
8379
8379
  const warn = warn$1 ;
8380
8380
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8381
8381
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.15
2
+ * @vue/runtime-core v3.5.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6521,7 +6521,7 @@ function isMemoSame(cached, memo) {
6521
6521
  return true;
6522
6522
  }
6523
6523
 
6524
- const version = "3.5.15";
6524
+ const version = "3.5.16";
6525
6525
  const warn$1 = shared.NOOP;
6526
6526
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6527
6527
  const devtools = void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.5.15
2
+ * @vue/runtime-core v3.5.16
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8449,7 +8449,7 @@ function isMemoSame(cached, memo) {
8449
8449
  return true;
8450
8450
  }
8451
8451
 
8452
- const version = "3.5.15";
8452
+ const version = "3.5.16";
8453
8453
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8454
8454
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8455
8455
  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.15",
3
+ "version": "3.5.16",
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.15",
50
- "@vue/reactivity": "3.5.15"
49
+ "@vue/reactivity": "3.5.16",
50
+ "@vue/shared": "3.5.16"
51
51
  }
52
52
  }