@headless-adminapp/app 1.4.42 → 1.4.43
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 +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ Peer dependencies:
|
|
|
21
21
|
See the project documentation and examples for end-to-end setup and usage patterns:
|
|
22
22
|
|
|
23
23
|
- https://headless-adminapp.github.io/
|
|
24
|
-
- https://
|
|
24
|
+
- https://headless-adminapp-examples.vercel.app/
|
|
25
25
|
|
|
26
26
|
## Development
|
|
27
27
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@headless-adminapp/app",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.43",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"uuid": "11.0.3",
|
|
39
39
|
"yup": "^1.4.0"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "47a576c7ea05e944fe5cd3cda1690129412de2eb"
|
|
42
42
|
}
|