@vue/runtime-core 3.6.0-beta.11 → 3.6.0-beta.12

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.6.0-beta.11
2
+ * @vue/runtime-core v3.6.0-beta.12
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6194,7 +6194,7 @@ function isMemoSame(cached, memo) {
6194
6194
  }
6195
6195
  //#endregion
6196
6196
  //#region packages/runtime-core/src/index.ts
6197
- const version = "3.6.0-beta.11";
6197
+ const version = "3.6.0-beta.12";
6198
6198
  const warn = warn$1;
6199
6199
  /**
6200
6200
  * Runtime error messages. Only exposed in dev or esm builds.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.6.0-beta.11
2
+ * @vue/runtime-core v3.6.0-beta.12
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -4882,7 +4882,7 @@ function isMemoSame(cached, memo) {
4882
4882
  }
4883
4883
  //#endregion
4884
4884
  //#region packages/runtime-core/src/index.ts
4885
- const version = "3.6.0-beta.11";
4885
+ const version = "3.6.0-beta.12";
4886
4886
  const warn = _vue_shared.NOOP;
4887
4887
  /**
4888
4888
  * Runtime error messages. Only exposed in dev or esm builds.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @vue/runtime-core v3.6.0-beta.11
2
+ * @vue/runtime-core v3.6.0-beta.12
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -6302,7 +6302,7 @@ function isMemoSame(cached, memo) {
6302
6302
  }
6303
6303
  //#endregion
6304
6304
  //#region packages/runtime-core/src/index.ts
6305
- const version = "3.6.0-beta.11";
6305
+ const version = "3.6.0-beta.12";
6306
6306
  const warn = !!(process.env.NODE_ENV !== "production") ? warn$1 : NOOP;
6307
6307
  /**
6308
6308
  * Runtime error messages. Only exposed in dev or esm builds.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/runtime-core",
3
- "version": "3.6.0-beta.11",
3
+ "version": "3.6.0-beta.12",
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.6.0-beta.11",
50
- "@vue/reactivity": "3.6.0-beta.11"
49
+ "@vue/shared": "3.6.0-beta.12",
50
+ "@vue/reactivity": "3.6.0-beta.12"
51
51
  }
52
52
  }