@vue/runtime-core 3.2.15 → 3.2.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.
@@ -7528,7 +7528,7 @@ function isMemoSame(cached, memo) {
7528
7528
  }
7529
7529
 
7530
7530
  // Core API ------------------------------------------------------------------
7531
- const version = "3.2.15";
7531
+ const version = "3.2.16";
7532
7532
  const _ssrUtils = {
7533
7533
  createComponentInstance,
7534
7534
  setupComponent,
@@ -6004,7 +6004,7 @@ function isMemoSame(cached, memo) {
6004
6004
  }
6005
6005
 
6006
6006
  // Core API ------------------------------------------------------------------
6007
- const version = "3.2.15";
6007
+ const version = "3.2.16";
6008
6008
  const _ssrUtils = {
6009
6009
  createComponentInstance,
6010
6010
  setupComponent,
@@ -7590,7 +7590,7 @@ function isMemoSame(cached, memo) {
7590
7590
  }
7591
7591
 
7592
7592
  // Core API ------------------------------------------------------------------
7593
- const version = "3.2.15";
7593
+ const version = "3.2.16";
7594
7594
  const _ssrUtils = {
7595
7595
  createComponentInstance,
7596
7596
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.2.15",
3
+ "version": "3.2.16",
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/vue-next/tree/master/packages/runtime-core#readme",
34
34
  "dependencies": {
35
- "@vue/shared": "3.2.15",
36
- "@vue/reactivity": "3.2.15"
35
+ "@vue/shared": "3.2.16",
36
+ "@vue/reactivity": "3.2.16"
37
37
  }
38
38
  }