vue 3.5.11 → 3.5.13

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.
package/README.md CHANGED
@@ -25,7 +25,7 @@
25
25
  - For use with bundlers like `webpack`, `rollup` and `parcel`.
26
26
  - Leaves prod/dev branches with `process.env.NODE_ENV` guards (must be replaced by bundler)
27
27
  - Does not ship minified builds (to be done together with the rest of the code after bundling)
28
- - Imports dependencies (e.g. `@vue/runtime-core`, `@vue/runtime-compiler`)
28
+ - Imports dependencies (e.g. `@vue/runtime-core`, `@vue/compiler-core`)
29
29
  - Imported dependencies are also `esm-bundler` builds and will in turn import their dependencies (e.g. `@vue/runtime-core` imports `@vue/reactivity`)
30
30
  - This means you **can** install/import these deps individually without ending up with different instances of these dependencies, but you must make sure they all resolve to the same version.
31
31
  - In-browser template compilation:
package/dist/vue.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.11
2
+ * vue v3.5.13
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.11
2
+ * vue v3.5.13
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/