@power-maverick/tool-entity-field-catalog 1.0.0 → 1.0.2

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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@power-maverick/tool-entity-field-catalog",
3
- "version": "0.0.1",
3
+ "version": "1.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@power-maverick/tool-entity-field-catalog",
9
- "version": "0.0.1",
9
+ "version": "1.0.2",
10
10
  "license": "GPL-2.0",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "^9.56.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": "1.0.0",
4
+ "version": "1.0.2",
5
5
  "description": "Export entity and field metadata from Dataverse solutions to Excel with custom columns",
6
6
  "contributors": [
7
7
  {
@@ -13,14 +13,16 @@
13
13
  "configurations": {
14
14
  "repository": "https://github.com/Power-Maverick/PPTB-Tools/tree/main/tools/entity-field-catalog",
15
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
+ "iconUrl": "https://raw.githubusercontent.com/Power-Maverick/PPTB-Tools/refs/heads/main/tools/entity-field-catalog/icons/fieldCatalog.png"
17
17
  },
18
18
  "type": "module",
19
19
  "scripts": {
20
20
  "build": "vite build",
21
21
  "dev": "vite",
22
22
  "preview": "vite preview",
23
- "finalize-package": "npm shrinkwrap"
23
+ "finalize-package": "npm shrinkwrap",
24
+ "version-stable": "npm version patch --no-git-tag-version",
25
+ "publish-package": "npm run build && npm run version-stable && npm publish --access public"
24
26
  },
25
27
  "files": [
26
28
  "dist",
@@ -54,4 +56,4 @@
54
56
  "typescript": "^5.9.3",
55
57
  "vite": "^6.0.7"
56
58
  }
57
- }
59
+ }