@vue/runtime-core 3.3.0-alpha.10 → 3.3.0-alpha.12

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.
@@ -7637,7 +7637,7 @@ function isMemoSame(cached, memo) {
7637
7637
  return true;
7638
7638
  }
7639
7639
 
7640
- const version = "3.3.0-alpha.10";
7640
+ const version = "3.3.0-alpha.12";
7641
7641
  const _ssrUtils = {
7642
7642
  createComponentInstance,
7643
7643
  setupComponent,
@@ -5993,7 +5993,7 @@ function isMemoSame(cached, memo) {
5993
5993
  return true;
5994
5994
  }
5995
5995
 
5996
- const version = "3.3.0-alpha.10";
5996
+ const version = "3.3.0-alpha.12";
5997
5997
  const _ssrUtils = {
5998
5998
  createComponentInstance,
5999
5999
  setupComponent,
@@ -7684,7 +7684,7 @@ function isMemoSame(cached, memo) {
7684
7684
  return true;
7685
7685
  }
7686
7686
 
7687
- const version = "3.3.0-alpha.10";
7687
+ const version = "3.3.0-alpha.12";
7688
7688
  const _ssrUtils = {
7689
7689
  createComponentInstance,
7690
7690
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.3.0-alpha.10",
3
+ "version": "3.3.0-alpha.12",
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/core/tree/main/packages/runtime-core#readme",
34
34
  "dependencies": {
35
- "@vue/shared": "3.3.0-alpha.10",
36
- "@vue/reactivity": "3.3.0-alpha.10"
35
+ "@vue/shared": "3.3.0-alpha.12",
36
+ "@vue/reactivity": "3.3.0-alpha.12"
37
37
  }
38
38
  }