@microsoft/teams-app-test-tool 0.2.4 → 0.2.5
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 +4 -4
- package/dist/client/index.html +1 -1
- package/dist/client/static/css/{main.9c7fc9ee.css → main.47cb0fff.css} +1 -1
- package/dist/client/static/js/main.ef8eff5b.js +2 -0
- package/dist/index.js +1 -1
- package/package.json +5 -3
- package/dist/client/static/js/main.b5659696.js +0 -2
- /package/dist/client/static/js/{main.b5659696.js.LICENSE.txt → main.ef8eff5b.js.LICENSE.txt} +0 -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.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"build": "rimraf dist && tsc -p ./ && npm run copy-client",
|
|
12
12
|
"copy-client": "copyfiles -u 3 \"../client/build/**/*\" dist/client",
|
|
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:
|
|
14
|
+
"package:win": "node build/buildExe.js win x64",
|
|
15
|
+
"package:linux": "node build/buildExe.js linux x64",
|
|
16
|
+
"package:macos": "node build/buildExe.js macos arm64",
|
|
15
17
|
"prepack": "npm run package"
|
|
16
18
|
},
|
|
17
19
|
"files": [
|
|
@@ -31,7 +33,7 @@
|
|
|
31
33
|
"pkg": "5.8.1",
|
|
32
34
|
"pkg-fetch": "3.4.2",
|
|
33
35
|
"rcedit": "^4.0.1",
|
|
34
|
-
"server": "^0.2.
|
|
36
|
+
"server": "^0.2.5",
|
|
35
37
|
"terser-webpack-plugin": "^5.3.9",
|
|
36
38
|
"ts-loader": "^9.4.4",
|
|
37
39
|
"webpack": "^5.88.1",
|