@power-maverick/tool-entity-field-catalog 0.0.1 → 1.0.0
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/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@power-maverick/tool-entity-field-catalog",
|
|
3
3
|
"displayName": "Entity Field Catalog",
|
|
4
|
-
"version": "0.0
|
|
4
|
+
"version": "1.0.0",
|
|
5
5
|
"description": "Export entity and field metadata from Dataverse solutions to Excel with custom columns",
|
|
6
6
|
"contributors": [
|
|
7
7
|
{
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"license": "GPL-2.0",
|
|
13
13
|
"configurations": {
|
|
14
14
|
"repository": "https://github.com/Power-Maverick/PPTB-Tools/tree/main/tools/entity-field-catalog",
|
|
15
|
-
"readmeUrl": "https://raw.githubusercontent.com/Power-Maverick/PPTB-Tools/refs/heads/main/tools/entity-field-catalog/README.md"
|
|
15
|
+
"readmeUrl": "https://raw.githubusercontent.com/Power-Maverick/PPTB-Tools/refs/heads/main/tools/entity-field-catalog/README.md",
|
|
16
|
+
"iconUrl": "https://raw.githubusercontent.com/Power-Maverick/PPTB-Tools/refs/heads/main/tools/entity-field-catalog/icons/fieldCatalog-light-theme.svg"
|
|
16
17
|
},
|
|
17
18
|
"type": "module",
|
|
18
19
|
"scripts": {
|