@microsoft/teams-app-test-tool 0.2.13 → 0.2.14-alpha.20250703-e748504.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/dist/client/asset-manifest.json +2 -2
- package/dist/client/index.html +1 -1
- package/dist/client/static/js/{main.3bd115b2.js → main.c63e641f.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/server/config.json +2 -2
- package/dist/server/package.json +2 -2
- package/package.json +6 -5
- /package/dist/client/static/js/{main.3bd115b2.js.LICENSE.txt → main.c63e641f.js.LICENSE.txt} +0 -0
package/dist/server/config.json
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aiKey": "
|
|
3
|
-
}
|
|
2
|
+
"aiKey": "1c56be97-bb74-42cf-b04b-8f1aabf04592"
|
|
3
|
+
}
|
package/dist/server/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "server",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14-alpha.20250703-e748504.0",
|
|
4
4
|
"private": true,
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"jwks-rsa": "^3.2.0",
|
|
61
61
|
"lodash": "^4.17.21",
|
|
62
62
|
"node-machine-id": "^1.1.12",
|
|
63
|
-
"schema": "^0.2.
|
|
63
|
+
"schema": "^0.2.14-alpha.20250703-e748504.0",
|
|
64
64
|
"uuid": "^8.3.2",
|
|
65
65
|
"wait-on": "^8.0.3",
|
|
66
66
|
"ws": "^8.18.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teams-app-test-tool",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.14-alpha.20250703-e748504.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -11,9 +11,10 @@
|
|
|
11
11
|
"build": "rimraf dist && tsc -p ./ && npm run copy-client",
|
|
12
12
|
"copy-client": "copyfiles -u 3 \"../client/build/**/*\" dist/client && copyfiles -u 2 \"../server/config.json\" dist/server && copyfiles -u 2 \"../server/package.json\" dist/server",
|
|
13
13
|
"package": "rimraf dist && node --max-old-space-size=4096 ../../node_modules/webpack/bin/webpack.js --mode production --config ./webpack.config.js && npm run copy-client",
|
|
14
|
-
"package:win": "node build/buildExe.js win x64",
|
|
15
|
-
"package:
|
|
16
|
-
"package:
|
|
14
|
+
"package:win-compatible": "node build/buildExe.js win x64 teamsapptester",
|
|
15
|
+
"package:win": "node build/buildExe.js win x64 agentsplayground",
|
|
16
|
+
"package:linux": "node build/buildExe.js linux x64 agentsplayground",
|
|
17
|
+
"package:macos": "node build/buildExe.js macos arm64 agentsplayground",
|
|
17
18
|
"prepack": "npm run package"
|
|
18
19
|
},
|
|
19
20
|
"files": [
|
|
@@ -34,7 +35,7 @@
|
|
|
34
35
|
"pkg-fetch": "3.4.2",
|
|
35
36
|
"process": "^0.11.10",
|
|
36
37
|
"rcedit": "^4.0.1",
|
|
37
|
-
"server": "^0.2.
|
|
38
|
+
"server": "^0.2.14-alpha.20250703-e748504.0",
|
|
38
39
|
"terser-webpack-plugin": "^5.3.9",
|
|
39
40
|
"ts-loader": "^9.4.4",
|
|
40
41
|
"webpack": "^5.88.1",
|
/package/dist/client/static/js/{main.3bd115b2.js.LICENSE.txt → main.c63e641f.js.LICENSE.txt}
RENAMED
|
File without changes
|