mimic-data 1.3.0 → 1.3.1
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -555,7 +555,7 @@ MIT
|
|
|
555
555
|
|
|
556
556
|
## Contributing
|
|
557
557
|
|
|
558
|
-
Contributions are welcome! Please open an issue or pull request on [GitHub](https://github.com/
|
|
558
|
+
Contributions are welcome! Please open an issue or pull request on [GitHub](https://github.com/fazelllyyy/mimic-data).
|
|
559
559
|
|
|
560
560
|
### Adding a New Locale
|
|
561
561
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mimic-data",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "Lightweight, zero-dependency library for generating realistic dummy data with strong localization support",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"mimic",
|
|
37
37
|
"realistic-data"
|
|
38
38
|
],
|
|
39
|
-
"author": "
|
|
39
|
+
"author": "Fazel",
|
|
40
40
|
"license": "MIT",
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@types/node": "^20.10.0",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/fazelllyyy/mimic-data.git"
|
|
50
50
|
},
|
|
51
51
|
"bugs": {
|
|
52
|
-
"url": "https://github.com/
|
|
52
|
+
"url": "https://github.com/fazelllyyy/mimic-data/issues"
|
|
53
53
|
},
|
|
54
|
-
"homepage": "https://github.com/
|
|
54
|
+
"homepage": "https://github.com/fazelllyyy/mimic-data#readme"
|
|
55
55
|
}
|