@strato-admin/ra-core 0.1.0 → 0.1.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/CHANGELOG.md +3 -0
- package/package.json +8 -4
package/CHANGELOG.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strato-admin/ra-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React",
|
|
5
5
|
"files": [
|
|
6
6
|
"*.md",
|
|
@@ -25,9 +25,13 @@
|
|
|
25
25
|
"François Zaninotto",
|
|
26
26
|
"Gildas Garcia"
|
|
27
27
|
],
|
|
28
|
-
"repository":
|
|
29
|
-
|
|
30
|
-
|
|
28
|
+
"repository": {
|
|
29
|
+
"type": "git",
|
|
30
|
+
"url": "https://github.com/vadimgu/strato-admin.git",
|
|
31
|
+
"directory": "packages/ra-core"
|
|
32
|
+
},
|
|
33
|
+
"homepage": "https://github.com/vadimgu/strato-admin/tree/main/packages/ra-core#readme",
|
|
34
|
+
"bugs": "https://github.com/vadimgu/strato-admin/issues",
|
|
31
35
|
"license": "MIT",
|
|
32
36
|
"devDependencies": {
|
|
33
37
|
"@hookform/resolvers": "^3.2.0",
|