botframework-directlinejs 0.14.2-master.8e67d7a → 0.15.1
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/CHANGELOG.md +53 -0
- package/dist/directline.js +2 -24
- package/dist/directline.js.LICENSE.txt +18 -0
- package/dist/stats.json +52066 -0
- package/lib/dedupeFilenames.js +1 -1
- package/lib/directLine.js +16 -27
- package/lib/directLine.mock.d.ts +2 -8
- package/lib/directLine.mock.js +13 -23
- package/lib/directLineStreaming.js +43 -77
- package/lib/parseFilename.js +1 -1
- package/package.json +37 -37
- package/dist/stats.html +0 -208
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botframework-directlinejs",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"description": "Client library for the Microsoft Bot Framework Direct Line 3.0 protocol",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist/**/*",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"clean": "rimraf dist lib",
|
|
17
17
|
"prepublishOnly": "npm run build:typecheck && npm run build:babel && npm run build:webpack",
|
|
18
18
|
"start": "npm run build && concurrently --names \"babel,typecheck,webpack\" \"npm run build:babel -- --watch\" \"npm run build:typecheck -- --preserveWatchOutput --watch\" \"npm run build:webpack -- --config webpack-watch.config.js --watch\"",
|
|
19
|
-
"test": "jest",
|
|
19
|
+
"test": "jest --silent",
|
|
20
20
|
"watch": "npm run start"
|
|
21
21
|
},
|
|
22
22
|
"repository": {
|
|
@@ -26,48 +26,48 @@
|
|
|
26
26
|
"author": "Microsoft Corporation",
|
|
27
27
|
"license": "MIT",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@babel/runtime": "7.
|
|
30
|
-
"botframework-streaming": "4.
|
|
31
|
-
"
|
|
32
|
-
"
|
|
29
|
+
"@babel/runtime": "7.14.8",
|
|
30
|
+
"botframework-streaming": "4.14.1",
|
|
31
|
+
"buffer": "6.0.3",
|
|
32
|
+
"core-js": "3.15.2",
|
|
33
|
+
"cross-fetch": "^3.1.5",
|
|
33
34
|
"jwt-decode": "3.1.2",
|
|
34
|
-
"rxjs": "5.5.
|
|
35
|
-
"url-search-params-polyfill": "8.
|
|
35
|
+
"rxjs": "5.5.12",
|
|
36
|
+
"url-search-params-polyfill": "8.1.1"
|
|
36
37
|
},
|
|
37
38
|
"devDependencies": {
|
|
38
|
-
"@babel/cli": "^7.
|
|
39
|
-
"@babel/core": "^7.
|
|
40
|
-
"@babel/plugin-
|
|
41
|
-
"@babel/
|
|
42
|
-
"@babel/
|
|
43
|
-
"@
|
|
44
|
-
"@
|
|
45
|
-
"@types/
|
|
46
|
-
"@types/jsonwebtoken": "^8.5.0",
|
|
47
|
-
"@types/node": "^12.7.4",
|
|
39
|
+
"@babel/cli": "^7.14.8",
|
|
40
|
+
"@babel/core": "^7.14.8",
|
|
41
|
+
"@babel/plugin-transform-runtime": "^7.14.5",
|
|
42
|
+
"@babel/preset-env": "^7.14.8",
|
|
43
|
+
"@babel/preset-typescript": "^7.14.5",
|
|
44
|
+
"@types/jest": "^26.0.24",
|
|
45
|
+
"@types/jsonwebtoken": "^8.5.4",
|
|
46
|
+
"@types/node": "^16.4.0",
|
|
48
47
|
"@types/p-defer": "^2.0.0",
|
|
49
|
-
"babel-jest": "^
|
|
50
|
-
"babel-
|
|
48
|
+
"babel-jest": "^27.0.6",
|
|
49
|
+
"babel-loader": "^8.2.2",
|
|
50
|
+
"babel-plugin-istanbul": "^6.0.0",
|
|
51
51
|
"babel-plugin-transform-inline-environment-variables": "^0.4.3",
|
|
52
|
-
"concurrently": "^
|
|
53
|
-
"dotenv": "^
|
|
54
|
-
"event-target-shim": "^
|
|
55
|
-
"get-port": "^5.
|
|
56
|
-
"global-agent": "^2.0
|
|
52
|
+
"concurrently": "^6.2.0",
|
|
53
|
+
"dotenv": "^10.0.0",
|
|
54
|
+
"event-target-shim": "^6.0.2",
|
|
55
|
+
"get-port": "^5.1.1",
|
|
56
|
+
"global-agent": "^2.2.0",
|
|
57
57
|
"has-resolved": "^1.1.0",
|
|
58
58
|
"http-proxy": "^1.18.1",
|
|
59
|
-
"jest": "^
|
|
60
|
-
"jest-environment-jsdom
|
|
61
|
-
"jsdom": "^
|
|
62
|
-
"nock": "^13.
|
|
63
|
-
"node-fetch": "^2.6.
|
|
59
|
+
"jest": "^27.0.6",
|
|
60
|
+
"jest-environment-jsdom": "^27.0.6",
|
|
61
|
+
"jsdom": "^16.6.0",
|
|
62
|
+
"nock": "^13.1.1",
|
|
63
|
+
"node-fetch": "^2.6.7",
|
|
64
64
|
"on-error-resume-next": "^1.1.0",
|
|
65
|
-
"restify": "^8.
|
|
66
|
-
"rimraf": "^3.0.
|
|
67
|
-
"simple-update-in": "^2.
|
|
68
|
-
"typescript": "^3.
|
|
69
|
-
"webpack": "^
|
|
70
|
-
"webpack-cli": "^
|
|
71
|
-
"webpack-
|
|
65
|
+
"restify": "^8.5.1",
|
|
66
|
+
"rimraf": "^3.0.2",
|
|
67
|
+
"simple-update-in": "^2.2.0",
|
|
68
|
+
"typescript": "^4.3.5",
|
|
69
|
+
"webpack": "^5.45.1",
|
|
70
|
+
"webpack-cli": "^4.7.2",
|
|
71
|
+
"webpack-stats-plugin": "^1.0.3"
|
|
72
72
|
}
|
|
73
73
|
}
|