pptb-standard-sample-tool 1.0.10 → 1.0.12
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 +7 -7
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pptb-standard-sample-tool",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"displayName": "HTML Sample Tool",
|
|
5
|
-
"description": "A sample Power Platform
|
|
5
|
+
"description": "A sample Power Platform ToolBox tool built with HTML, CSS, and TypeScript",
|
|
6
6
|
"main": "index.html",
|
|
7
|
-
"author": "Power Platform
|
|
7
|
+
"author": "Power Platform ToolBox",
|
|
8
8
|
"keywords": [
|
|
9
9
|
"powerplatform",
|
|
10
10
|
"dataverse",
|
|
@@ -16,18 +16,18 @@
|
|
|
16
16
|
"license": "GPL-3.0",
|
|
17
17
|
"contributors": [
|
|
18
18
|
{
|
|
19
|
-
"name": "Power Platform
|
|
20
|
-
"url": "https://github.com/
|
|
19
|
+
"name": "Power Platform ToolBox",
|
|
20
|
+
"url": "https://github.com/PowerPlatformToolBox"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"configurations": {
|
|
24
|
-
"repository": "https://github.com/
|
|
24
|
+
"repository": "https://github.com/PowerPlatformToolBox/sample-tools/tree/main/new/html-sample",
|
|
25
25
|
"website": "https://powerplatformtoolbox.com",
|
|
26
26
|
"iconUrl": "https://raw.githubusercontent.com/PowerPlatformToolBox/sample-tools/refs/heads/main/new/html-sample/icon/sample-icon.png",
|
|
27
27
|
"readmeUrl": "https://raw.githubusercontent.com/PowerPlatformToolBox/sample-tools/refs/heads/main/new/html-sample/README.md"
|
|
28
28
|
},
|
|
29
29
|
"features": {
|
|
30
|
-
"
|
|
30
|
+
"multiConnection": "optional"
|
|
31
31
|
},
|
|
32
32
|
"repository": {
|
|
33
33
|
"type": "git",
|