vue 3.5.0-alpha.2 → 3.5.0-alpha.4

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
@@ -14,7 +14,7 @@
14
14
  - Contains hard-coded prod/dev branches, and the prod build is pre-minified. Use the `*.prod.js` files for production.
15
15
 
16
16
  - **`vue(.runtime).esm-browser(.prod).js`**:
17
- - For usage via native ES modules imports (in browser via `<script type="module">`.
17
+ - For usage via native ES modules imports (in browser via `<script type="module">`).
18
18
  - Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.
19
19
 
20
20
  ### With a Bundler
package/dist/vue.cjs.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * vue v3.5.0-alpha.2
2
+ * vue v3.5.0-alpha.4
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.0-alpha.2
2
+ * vue v3.5.0-alpha.4
3
3
  * (c) 2018-present Yuxi (Evan) You and Vue contributors
4
4
  * @license MIT
5
5
  **/