@microsoft/teams-app-test-tool 0.2.8 → 0.2.10

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.
@@ -1,3 +1,8 @@
1
+ /*!
2
+ * Application Insights JavaScript SDK - Web Snippet, 1.0.1
3
+ * Copyright (c) Microsoft and contributors. All rights reserved.
4
+ */
5
+
1
6
  /*!
2
7
  * accepts
3
8
  * Copyright(c) 2014 Jonathan Ong
@@ -0,0 +1,3 @@
1
+ {
2
+ "aiKey": "2b2a561e-be84-4bee-b3a9-12b2a2c9e974"
3
+ }
@@ -0,0 +1,70 @@
1
+ {
2
+ "name": "server",
3
+ "version": "0.2.10",
4
+ "private": true,
5
+ "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc --build && npm run copyfiles",
9
+ "copyfiles": "copyfiles -u 1 src/standaloneServer/.teamsapptesttool.yml dist",
10
+ "dev": "nodemon --watch ./src --exec node --inspect=9240 --signal SIGINT -r ts-node/register ./src/standaloneServer/standaloneServer.ts",
11
+ "start": "node ./dist/standaloneServer/standaloneServer.js",
12
+ "test:unit": "mocha --config .mocharc.json ./test/unit/**/*.test.ts",
13
+ "test:integration": "mocha --config .mocharc.json ./test/integration/**/*.test.ts",
14
+ "test:e2e:mocha": "mocha --config .mocharc.json ./test/e2e/**/*.test.ts",
15
+ "test:e2e": "start-server-and-test http://localhost:6150/_debug/ping test:e2e:mocha"
16
+ },
17
+ "devDependencies": {
18
+ "@types/axios": "^0.14.0",
19
+ "@types/chai": "^4.3.5",
20
+ "@types/cors": "^2.8.13",
21
+ "@types/crypto-js": "^4.2.2",
22
+ "@types/express": "^4.17.21",
23
+ "@types/jsonwebtoken": "^9.0.9",
24
+ "@types/lodash": "^4.14.197",
25
+ "@types/mocha": "^10.0.1",
26
+ "@types/mock-fs": "^4.13.1",
27
+ "@types/node": "^20.3.1",
28
+ "@types/sinon": "^10.0.15",
29
+ "@types/supertest": "^2.0.12",
30
+ "@types/uuid": "^9.0.2",
31
+ "@types/wait-on": "^5.3.4",
32
+ "@types/ws": "^8.5.12",
33
+ "chai": "^4.3.7",
34
+ "copyfiles": "^2.4.1",
35
+ "mocha": "^10.2.0",
36
+ "mock-fs": "^5.2.0",
37
+ "nodemon": "^3.1.9",
38
+ "sinon": "^15.1.2",
39
+ "start-server-and-test": "^2.0.0",
40
+ "supertest": "^6.3.3",
41
+ "ts-node": "^10.9.1",
42
+ "typescript": "^4.9.5"
43
+ },
44
+ "dependencies": {
45
+ "@azure/msal-node": "^3.5.0",
46
+ "@microsoft/agents-activity": "^0.2.0",
47
+ "@microsoft/agents-hosting-teams": "^0.2.0",
48
+ "ajv": "^8.12.0",
49
+ "ajv-formats": "^2.1.1",
50
+ "applicationinsights": "^2.9.6",
51
+ "axios": "^1.4.0",
52
+ "body-parser": "^1.20.2",
53
+ "chalk": "^4.1.2",
54
+ "cors": "^2.8.5",
55
+ "crypto-js": "^4.2.0",
56
+ "dayjs": "^1.11.9",
57
+ "express": "^4.21.2",
58
+ "i18next": "^23.2.8",
59
+ "jsonwebtoken": "^9.0.2",
60
+ "jwks-rsa": "^3.2.0",
61
+ "lodash": "^4.17.21",
62
+ "node-machine-id": "^1.1.12",
63
+ "schema": "^0.2.10",
64
+ "uuid": "^8.3.2",
65
+ "wait-on": "^8.0.3",
66
+ "ws": "^8.18.0",
67
+ "yaml": "^2.3.1",
68
+ "zod": "^3.21.4"
69
+ }
70
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teams-app-test-tool",
3
- "version": "0.2.8",
3
+ "version": "0.2.10",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "scripts": {
11
11
  "build": "rimraf dist && tsc -p ./ && npm run copy-client",
12
- "copy-client": "copyfiles -u 3 \"../client/build/**/*\" dist/client",
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
14
  "package:win": "node build/buildExe.js win x64",
15
15
  "package:linux": "node build/buildExe.js linux x64",
@@ -34,7 +34,7 @@
34
34
  "pkg-fetch": "3.4.2",
35
35
  "process": "^0.11.10",
36
36
  "rcedit": "^4.0.1",
37
- "server": "^0.2.8",
37
+ "server": "^0.2.10",
38
38
  "terser-webpack-plugin": "^5.3.9",
39
39
  "ts-loader": "^9.4.4",
40
40
  "webpack": "^5.88.1",