@vue/runtime-core 3.1.0 → 3.1.1

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.
@@ -7530,7 +7530,7 @@ function initCustomFormatter() {
7530
7530
  }
7531
7531
 
7532
7532
  // Core API ------------------------------------------------------------------
7533
- const version = "3.1.0";
7533
+ const version = "3.1.1";
7534
7534
  const _ssrUtils = {
7535
7535
  createComponentInstance,
7536
7536
  setupComponent,
@@ -5825,7 +5825,7 @@ function initCustomFormatter() {
5825
5825
  }
5826
5826
 
5827
5827
  // Core API ------------------------------------------------------------------
5828
- const version = "3.1.0";
5828
+ const version = "3.1.1";
5829
5829
  const _ssrUtils = {
5830
5830
  createComponentInstance,
5831
5831
  setupComponent,
@@ -7586,7 +7586,7 @@ function initCustomFormatter() {
7586
7586
  }
7587
7587
 
7588
7588
  // Core API ------------------------------------------------------------------
7589
- const version = "3.1.0";
7589
+ const version = "3.1.1";
7590
7590
  /**
7591
7591
  * SSR utils for \@vue/server-renderer. Only exposed in cjs builds.
7592
7592
  * @internal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
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.1.0",
36
- "@vue/reactivity": "3.1.0"
35
+ "@vue/shared": "3.1.1",
36
+ "@vue/reactivity": "3.1.1"
37
37
  }
38
38
  }