data-faker-plus 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Data Faker
2
2
 
3
3
  注意下面的仅仅是演示案例,具体详情请参见
4
- [DataFaker Official website abroad](https://df-docs-9vlztj5ob-bloom-lmh.vercel.app/)
4
+ [DataFaker 国外官网](https://df-docs-lgxj441cg-bloom-lmh.vercel.app/)
5
5
  [DataFaker 国内官网](https://ootjp8xe3-datafaker-9j23z0sk.maozi.io/)
6
6
 
7
7
  ## 起步
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "data-faker-plus",
3
3
  "private": false,
4
- "version": "0.0.2",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "main": "dist/index.esm.js",
7
7
  "module": "dist/index.esm.js",