@vue/runtime-core 3.4.37 → 3.4.38

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.37
2
+ * @vue/runtime-core v3.4.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8138,7 +8138,7 @@ function isMemoSame(cached, memo) {
8138
8138
  return true;
8139
8139
  }
8140
8140
 
8141
- const version = "3.4.37";
8141
+ const version = "3.4.38";
8142
8142
  const warn = warn$1 ;
8143
8143
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8144
8144
  const devtools = devtools$1 ;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.4.37
2
+ * @vue/runtime-core v3.4.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6310,7 +6310,7 @@ function isMemoSame(cached, memo) {
6310
6310
  return true;
6311
6311
  }
6312
6312
 
6313
- const version = "3.4.37";
6313
+ const version = "3.4.38";
6314
6314
  const warn$1 = shared.NOOP;
6315
6315
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
6316
6316
  const devtools = void 0;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.4.37
2
+ * @vue/runtime-core v3.4.38
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -8207,7 +8207,7 @@ function isMemoSame(cached, memo) {
8207
8207
  return true;
8208
8208
  }
8209
8209
 
8210
- const version = "3.4.37";
8210
+ const version = "3.4.38";
8211
8211
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
8212
8212
  const ErrorTypeStrings = ErrorTypeStrings$1 ;
8213
8213
  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.37",
3
+ "version": "3.4.38",
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.37",
50
- "@vue/reactivity": "3.4.37"
49
+ "@vue/shared": "3.4.38",
50
+ "@vue/reactivity": "3.4.38"
51
51
  }
52
52
  }