pptb-standard-sample-tool 1.2.3 → 1.2.4

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/pptb.config.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptb-standard-sample-tool",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "displayName": "HTML Sample Tool",
5
5
  "description": "A sample Power Platform ToolBox tool built with HTML, CSS, and TypeScript",
6
6
  "main": "index.html",
package/pptb.config.json CHANGED
@@ -26,6 +26,6 @@
26
26
  "two-way"
27
27
  ],
28
28
  "defaultMode": "two-way",
29
- "timeoutMS": 12000
29
+ "timeoutMS": 60000
30
30
  }
31
31
  }