@vue/runtime-core 3.3.0-alpha.2 → 3.3.0-alpha.4

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.
@@ -7533,7 +7533,7 @@ function isMemoSame(cached, memo) {
7533
7533
  return true;
7534
7534
  }
7535
7535
 
7536
- const version = "3.3.0-alpha.2";
7536
+ const version = "3.3.0-alpha.4";
7537
7537
  const _ssrUtils = {
7538
7538
  createComponentInstance,
7539
7539
  setupComponent,
@@ -5908,7 +5908,7 @@ function isMemoSame(cached, memo) {
5908
5908
  return true;
5909
5909
  }
5910
5910
 
5911
- const version = "3.3.0-alpha.2";
5911
+ const version = "3.3.0-alpha.4";
5912
5912
  const _ssrUtils = {
5913
5913
  createComponentInstance,
5914
5914
  setupComponent,
@@ -7580,7 +7580,7 @@ function isMemoSame(cached, memo) {
7580
7580
  return true;
7581
7581
  }
7582
7582
 
7583
- const version = "3.3.0-alpha.2";
7583
+ const version = "3.3.0-alpha.4";
7584
7584
  const _ssrUtils = {
7585
7585
  createComponentInstance,
7586
7586
  setupComponent,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.3.0-alpha.2",
3
+ "version": "3.3.0-alpha.4",
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.2",
36
- "@vue/reactivity": "3.3.0-alpha.2"
35
+ "@vue/shared": "3.3.0-alpha.4",
36
+ "@vue/reactivity": "3.3.0-alpha.4"
37
37
  }
38
38
  }