@wireapp/api-client 21.0.4 → 21.0.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/package.json +14 -13
package/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
"./src/shims/node/websocket": "./src/shims/browser/websocket.js"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@wireapp/commons": "^4.
|
|
9
|
-
"@wireapp/priority-queue": "^1.8.
|
|
8
|
+
"@wireapp/commons": "^4.5.0",
|
|
9
|
+
"@wireapp/priority-queue": "^1.8.11",
|
|
10
10
|
"@wireapp/protocol-messaging": "1.39.0",
|
|
11
11
|
"axios": "1.1.2",
|
|
12
12
|
"axios-retry": "3.3.1",
|
|
@@ -22,32 +22,32 @@
|
|
|
22
22
|
"@babel/preset-env": "^7.19.1",
|
|
23
23
|
"@babel/preset-react": "7.18.6",
|
|
24
24
|
"@babel/preset-typescript": "7.18.6",
|
|
25
|
+
"@swc/core": "^1.3.10",
|
|
26
|
+
"@swc/jest": "^0.2.23",
|
|
25
27
|
"@types/axios": "^0.14.0",
|
|
26
28
|
"@types/babel__preset-env": "^7",
|
|
27
|
-
"@types/jest": "^29.0
|
|
28
|
-
"@types/node": "^18.11.
|
|
29
|
-
"@types/rimraf": "^3",
|
|
29
|
+
"@types/jest": "^29.2.0",
|
|
30
|
+
"@types/node": "^18.11.4",
|
|
30
31
|
"@types/spark-md5": "3.0.2",
|
|
31
32
|
"@types/tough-cookie": "4.0.1",
|
|
32
33
|
"@types/ws": "8.5.3",
|
|
33
|
-
"@wireapp/store-engine": "^4.10.
|
|
34
|
-
"@wireapp/store-engine-fs": "^2.5.
|
|
34
|
+
"@wireapp/store-engine": "^4.10.12",
|
|
35
|
+
"@wireapp/store-engine-fs": "^2.5.12",
|
|
35
36
|
"babel-loader": "8.2.5",
|
|
36
37
|
"browser-sync": "2.27.10",
|
|
37
38
|
"concurrently": "7.5.0",
|
|
38
39
|
"cross-env": "7.0.3",
|
|
39
40
|
"dotenv": "16.0.3",
|
|
40
|
-
"jest": "^29.
|
|
41
|
-
"jest-environment-jsdom": "^29.2.1",
|
|
41
|
+
"jest": "^29.2.1",
|
|
42
42
|
"nock": "13.2.9",
|
|
43
|
-
"nyc": "15.1.0",
|
|
44
43
|
"react": "18.2.0",
|
|
45
44
|
"react-dom": "18.2.0",
|
|
46
45
|
"rimraf": "^3.0.2",
|
|
47
46
|
"sinon": "14.0.1",
|
|
48
47
|
"sinon-har-server": "0.3.0",
|
|
49
|
-
"ts-jest": "^29.0.3",
|
|
50
48
|
"ts-node": "^10.9.1",
|
|
49
|
+
"typescript": "^4.8.4",
|
|
50
|
+
"webpack": "^5.74.0",
|
|
51
51
|
"ws": "8.9.0"
|
|
52
52
|
},
|
|
53
53
|
"description": "Wire API Client to send and receive data.",
|
|
@@ -70,9 +70,10 @@
|
|
|
70
70
|
"start": "concurrently \"tsc -w\" \"webpack -w\" \"browser-sync start -c bs-config.js\"",
|
|
71
71
|
"start:node": "cross-env NODE_DEBUG='@wireapp*' node --inspect -r ts-node/register demo.ts",
|
|
72
72
|
"test": "jest",
|
|
73
|
+
"test:coverage": "jest --coverage",
|
|
73
74
|
"watch": "webpack serve --config webpack.browser.js",
|
|
74
75
|
"prepare": "yarn dist"
|
|
75
76
|
},
|
|
76
|
-
"version": "21.0.
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"version": "21.0.5",
|
|
78
|
+
"gitHead": "1944c0993e0b7117d3334ffb381556d08a049ddf"
|
|
78
79
|
}
|