@cyco77/pptb-fast-record-counter 0.8.0 → 0.9.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/README.md CHANGED
@@ -1,12 +1,8 @@
1
1
  # Fast Record Counter
2
2
 
3
- <p align="center">
4
- <img src="https://raw.githubusercontent.com/cyco77/pptb-fast-record-counter/HEAD/icon/fast-record-counter_small.png" alt="Fast Record Counter Logo" width="314" height="150">
5
- </p>
3
+ ![Fast Record Counter - Dark Theme](https://raw.githubusercontent.com/cyco77/pptb-fast-record-counter/HEAD/icon/fast-record-counter_small.png)
6
4
 
7
- <p align="center">
8
- A Power Platform Toolbox (PPTB) tool for counting records across all entities in your Dynamics 365/Dataverse environment. This tool provides a fast and efficient way to get record counts for all customizable entities with filtering capabilities.
9
- </p>
5
+ A Power Platform Toolbox (PPTB) tool for counting records across all entities in your Dynamics 365/Dataverse environment. This tool provides a fast and efficient way to get record counts for all customizable entities with filtering capabilities.
10
6
 
11
7
  ## Screenshots
12
8
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cyco77/pptb-fast-record-counter",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@cyco77/pptb-fast-record-counter",
9
- "version": "0.8.0",
9
+ "version": "0.9.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@fluentui/react-components": "^9.72.7",
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@cyco77/pptb-fast-record-counter",
3
- "version": "0.8.0",
3
+ "version": "0.9.0",
4
4
  "displayName": "Fast Record Counter",
5
5
  "description": "A Power Platform Toolbox tool to count existing records in your environment.",
6
6
  "main": "index.html",
7
+ "icon": "icon/fast-record-counter.svg",
7
8
  "author": "Lars Hildebrandt",
8
9
  "contributors": [
9
10
  {