pptb-standard-sample-tool 1.4.4 → 1.5.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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +13 -13
  2. package/package.json +3 -3
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "pptb-standard-sample-tool",
3
- "version": "1.2.8",
3
+ "version": "1.4.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "pptb-standard-sample-tool",
9
- "version": "1.2.8",
9
+ "version": "1.4.4",
10
10
  "license": "GPL-3.0",
11
11
  "devDependencies": {
12
- "@pptb/types": "^1.2.4-beta.4",
12
+ "@pptb/types": "^1.2.6-beta.1",
13
13
  "shx": "^0.4.0",
14
14
  "typescript": "^5.0.0"
15
15
  },
@@ -69,22 +69,22 @@
69
69
  }
70
70
  },
71
71
  "node_modules/@pptb/types": {
72
- "version": "1.2.4-beta.4",
73
- "resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.2.4-beta.4.tgz",
74
- "integrity": "sha512-ipoQFehrZ6ndWAsIFZF1MBInM5hY0epUOsNf513oURnfie0Orcx2+7alt6B09LR2OG0egLf0BFxxg4iVDwMvNw==",
72
+ "version": "1.2.6-beta.1",
73
+ "resolved": "https://registry.npmjs.org/@pptb/types/-/types-1.2.6-beta.1.tgz",
74
+ "integrity": "sha512-ilBTcr6u2lVlab2eSLVOQ6eOybLZYhEq8bBq82MTCDjVcJjxKDB0nRyH9aV8+iqTHORWgUpiBOBhl4KWrv8Czw==",
75
75
  "dev": true,
76
76
  "license": "GPL-3.0",
77
77
  "dependencies": {
78
- "@pptb/validate": "^0.0.2"
78
+ "@pptb/validate": "1.0.2-beta.0"
79
79
  },
80
80
  "bin": {
81
81
  "pptb-validate": "bin/pptb-validate.js"
82
82
  }
83
83
  },
84
84
  "node_modules/@pptb/validate": {
85
- "version": "0.0.2",
86
- "resolved": "https://registry.npmjs.org/@pptb/validate/-/validate-0.0.2.tgz",
87
- "integrity": "sha512-QsuimcuDgEbblqC4uAeXE+ONm5KJ5twKbGFh9d8e4leF2jsISgVpVzYPgivSLUA9iomDGmMnXcklHPgb4jEf1A==",
85
+ "version": "1.0.2-beta.0",
86
+ "resolved": "https://registry.npmjs.org/@pptb/validate/-/validate-1.0.2-beta.0.tgz",
87
+ "integrity": "sha512-2fVvDgk4mizC8IJHrqyGRO3cSfe+NWfKHs0yQm7VpWf+tTXdqASliLhLKo1ZjnoDUFEdwMSQuFpMlQTl61hf8A==",
88
88
  "dev": true,
89
89
  "license": "GPL-3.0",
90
90
  "dependencies": {
@@ -655,9 +655,9 @@
655
655
  }
656
656
  },
657
657
  "node_modules/tar": {
658
- "version": "7.5.16",
659
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.16.tgz",
660
- "integrity": "sha512-56adEpPMouktRlBLXiaYFFzZ/3+JXa8P9n7WbR+ibIjtviN55mEaOkiysCnPnWm+7kkui1Dn8J9l+g6zV8731w==",
658
+ "version": "7.5.22",
659
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.22.tgz",
660
+ "integrity": "sha512-MFO/QzvtAOmJbkhOaCTvbGcFN9L9b+JunIsDwaKljSOdcLMea3NJ1k9Usz/rjdfSXTq4dfzfeS7W4p4YOAAHeA==",
661
661
  "dev": true,
662
662
  "license": "BlueOak-1.0.0",
663
663
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pptb-standard-sample-tool",
3
- "version": "1.4.4",
3
+ "version": "1.5.0",
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",
@@ -27,7 +27,7 @@
27
27
  "readmeUrl": "https://raw.githubusercontent.com/PowerPlatformToolBox/sample-tools/refs/heads/main/new/html-sample/README.md"
28
28
  },
29
29
  "features": {
30
- "minAPI": "1.2.2",
30
+ "minAPI": "1.2.6",
31
31
  "multiConnection": "optional",
32
32
  "enabledForPowerPlatformAPI": true
33
33
  },
@@ -78,7 +78,7 @@
78
78
  "validate": "pptb-validate"
79
79
  },
80
80
  "devDependencies": {
81
- "@pptb/types": "^1.2.4-beta.4",
81
+ "@pptb/types": "^1.2.6-beta.1",
82
82
  "shx": "^0.4.0",
83
83
  "typescript": "^5.0.0"
84
84
  },