mphttpx 2.1.5-beta.1 → 2.1.5-beta.2

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.
Files changed (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -65,7 +65,7 @@ This allows web code to be reused in other environments (such as mini-programs).
65
65
 
66
66
  ## Translations
67
67
 
68
- * [中文文档](README.zh-CN.md)
68
+ * [中文文档][3]
69
69
 
70
70
  ## Features
71
71
 
@@ -991,3 +991,4 @@ MIT
991
991
  [0]: https://github.com/eligrey/Blob.js
992
992
  [1]: https://github.com/github/fetch
993
993
  [2]: https://www.npmjs.com/package/unplugin-auto-import
994
+ [3]: https://github.com/baoxingzeng/mphttpx/blob/main/README.zh-CN.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mphttpx",
3
- "version": "2.1.5-beta.1",
3
+ "version": "2.1.5-beta.2",
4
4
  "type": "module",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",