@vue/runtime-core 3.3.0-alpha.7 → 3.3.0-alpha.8

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.
@@ -7564,7 +7564,7 @@ function isMemoSame(cached, memo) {
7564
7564
  return true;
7565
7565
  }
7566
7566
 
7567
- const version = "3.3.0-alpha.7";
7567
+ const version = "3.3.0-alpha.8";
7568
7568
  const _ssrUtils = {
7569
7569
  createComponentInstance,
7570
7570
  setupComponent,
@@ -5933,7 +5933,7 @@ function isMemoSame(cached, memo) {
5933
5933
  return true;
5934
5934
  }
5935
5935
 
5936
- const version = "3.3.0-alpha.7";
5936
+ const version = "3.3.0-alpha.8";
5937
5937
  const _ssrUtils = {
5938
5938
  createComponentInstance,
5939
5939
  setupComponent,
@@ -7611,7 +7611,7 @@ function isMemoSame(cached, memo) {
7611
7611
  return true;
7612
7612
  }
7613
7613
 
7614
- const version = "3.3.0-alpha.7";
7614
+ const version = "3.3.0-alpha.8";
7615
7615
  const _ssrUtils = {
7616
7616
  createComponentInstance,
7617
7617
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.3.0-alpha.7",
3
+ "version": "3.3.0-alpha.8",
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.7",
36
- "@vue/reactivity": "3.3.0-alpha.7"
35
+ "@vue/shared": "3.3.0-alpha.8",
36
+ "@vue/reactivity": "3.3.0-alpha.8"
37
37
  }
38
38
  }