@promptster/teams-cli 0.4.0 → 0.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.
- package/bin/promptster-teams.js +1 -0
- package/binaries/SHA256SUMS +6 -0
- package/binaries/promptster-teams-darwin-arm64 +0 -0
- package/binaries/promptster-teams-darwin-x64 +0 -0
- package/binaries/promptster-teams-linux-arm64 +0 -0
- package/binaries/promptster-teams-linux-x64 +0 -0
- package/binaries/promptster-teams-win32-arm64.exe +0 -0
- package/binaries/promptster-teams-win32-x64.exe +0 -0
- package/package.json +1 -1
package/bin/promptster-teams.js
CHANGED
|
@@ -12,6 +12,7 @@ const MAP = {
|
|
|
12
12
|
"linux-x64": "promptster-teams-linux-x64",
|
|
13
13
|
"linux-arm64": "promptster-teams-linux-arm64",
|
|
14
14
|
"win32-x64": "promptster-teams-win32-x64.exe",
|
|
15
|
+
"win32-arm64": "promptster-teams-win32-arm64.exe",
|
|
15
16
|
};
|
|
16
17
|
|
|
17
18
|
const key = `${process.platform}-${process.arch}`;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
3cb34167f2cc5574d501b8c2bf528103609ada295ea2db92e5095dc24f95c29c promptster-teams-linux-x64
|
|
2
|
+
3a75e01a2357e3932887b898e746e61fa68c29e507d3d6248f95b7183fc282e7 promptster-teams-linux-arm64
|
|
3
|
+
e35278bcffab93da02e7732ff3d8d03b073e1bfde6af9ae3a98cdb8981af9804 promptster-teams-darwin-x64
|
|
4
|
+
b9f2faf56b565b9277e68064fe79fc319ea52345db373bb72d049f79ad7f1f2d promptster-teams-darwin-arm64
|
|
5
|
+
47e7d99674c8a80dd8522a2ec62bfcda6f871061f0f7bd502dbb332221cb7cbf promptster-teams-win32-x64.exe
|
|
6
|
+
08ba45c2cef9b82315dff6d223a65b59a66e8dae534bc1d388ea54fe14d2d502 promptster-teams-win32-arm64.exe
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|