@vue/compiler-core 3.4.0-beta.1 → 3.4.0-beta.3

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.
@@ -1489,7 +1489,7 @@ const errorMessages = {
1489
1489
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,
1490
1490
  [45]: `Error parsing JavaScript expression: `,
1491
1491
  [46]: `<KeepAlive> expects exactly one child component.`,
1492
- [51]: `@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.`,
1492
+ [51]: `@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.`,
1493
1493
  // generic errors
1494
1494
  [47]: `"prefixIdentifiers" option is not supported in this build of compiler.`,
1495
1495
  [48]: `ES module mode is not supported in this build of compiler.`,
@@ -1485,7 +1485,7 @@ const errorMessages = {
1485
1485
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,
1486
1486
  [45]: `Error parsing JavaScript expression: `,
1487
1487
  [46]: `<KeepAlive> expects exactly one child component.`,
1488
- [51]: `@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.`,
1488
+ [51]: `@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.`,
1489
1489
  // generic errors
1490
1490
  [47]: `"prefixIdentifiers" option is not supported in this build of compiler.`,
1491
1491
  [48]: `ES module mode is not supported in this build of compiler.`,
@@ -1420,7 +1420,7 @@ const errorMessages = {
1420
1420
  Use a v-bind binding combined with a v-on listener that emits update:x event instead.`,
1421
1421
  [45]: `Error parsing JavaScript expression: `,
1422
1422
  [46]: `<KeepAlive> expects exactly one child component.`,
1423
- [51]: `@vnode-* hooks in templates are deprecated. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support will be removed in 3.4.`,
1423
+ [51]: `@vnode-* hooks in templates are no longer supported. Use the vue: prefix instead. For example, @vnode-mounted should be changed to @vue:mounted. @vnode-* hooks support has been removed in 3.4.`,
1424
1424
  // generic errors
1425
1425
  [47]: `"prefixIdentifiers" option is not supported in this build of compiler.`,
1426
1426
  [48]: `ES module mode is not supported in this build of compiler.`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vue/compiler-core",
3
- "version": "3.4.0-beta.1",
3
+ "version": "3.4.0-beta.3",
4
4
  "description": "@vue/compiler-core",
5
5
  "main": "index.js",
6
6
  "module": "dist/compiler-core.esm-bundler.js",
@@ -36,7 +36,7 @@
36
36
  "entities": "^4.5.0",
37
37
  "estree-walker": "^2.0.2",
38
38
  "source-map-js": "^1.0.2",
39
- "@vue/shared": "3.4.0-beta.1"
39
+ "@vue/shared": "3.4.0-beta.3"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@babel/types": "^7.23.5"