@vue/runtime-core 3.4.30 → 3.4.31

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.4.30
2
+ * @vue/runtime-core v3.4.31
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8098,7 +8098,7 @@ function isMemoSame(cached, memo) {
8098
8098
  return true;
8099
8099
  }
8100
8100
 
8101
- const version = "3.4.30";
8101
+ const version = "3.4.31";
8102
8102
  const warn = warn$1 ;
8103
8103
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8104
8104
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.4.30
2
+ * @vue/runtime-core v3.4.31
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6288,7 +6288,7 @@ function isMemoSame(cached, memo) {
6288
6288
  return true;
6289
6289
  }
6290
6290
 
6291
- const version = "3.4.30";
6291
+ const version = "3.4.31";
6292
6292
  const warn$1 = shared.NOOP;
6293
6293
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6294
6294
  const devtools = void 0;
@@ -1020,7 +1020,7 @@ type Data = Record<string, unknown>;
1020
1020
  * the usage of `InstanceType<typeof Comp>` which only works for
1021
1021
  * constructor-based component definition types.
1022
1022
  *
1023
- * Exmaple:
1023
+ * @example
1024
1024
  * ```ts
1025
1025
  * const MyComp = { ... }
1026
1026
  * declare const instance: ComponentInstance<typeof MyComp>
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.4.30
2
+ * @vue/runtime-core v3.4.31
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8166,7 +8166,7 @@ function isMemoSame(cached, memo) {
8166
8166
  return true;
8167
8167
  }
8168
8168
 
8169
- const version = "3.4.30";
8169
+ const version = "3.4.31";
8170
8170
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8171
8171
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8172
8172
  const devtools = !!(process.env.NODE_ENV !== "production") || true ? devtools$1 : void 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.4.30",
3
+ "version": "3.4.31",
4
4
  "description": "@vue/runtime-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/runtime-core.esm-bundler.js",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "homepage": "https://github.com/vuejs/core/tree/main/packages/runtime-core#readme",
48
48
  "dependencies": {
49
- "@vue/shared": "3.4.30",
50
- "@vue/reactivity": "3.4.30"
49
+ "@vue/shared": "3.4.31",
50
+ "@vue/reactivity": "3.4.31"
51
51
  }
52
52
  }