@wireapp/api-client 20.5.0 → 20.5.4
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 +9 -8
package/package.json
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
"./src/shims/node/cookie": "./src/shims/browser/cookie.js"
|
|
5
5
|
},
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@wireapp/commons": "
|
|
8
|
-
"@wireapp/priority-queue": "
|
|
7
|
+
"@wireapp/commons": "^4.4.4",
|
|
8
|
+
"@wireapp/priority-queue": "^1.8.4",
|
|
9
9
|
"@wireapp/protocol-messaging": "1.38.0",
|
|
10
10
|
"axios": "0.21.4",
|
|
11
11
|
"axios-retry": "3.1.9",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"@types/spark-md5": "3.0.2",
|
|
30
30
|
"@types/tough-cookie": "4.0.1",
|
|
31
31
|
"@types/ws": "7.4.7",
|
|
32
|
-
"@wireapp/react-ui-kit": "
|
|
33
|
-
"@wireapp/store-engine": "
|
|
34
|
-
"@wireapp/store-engine-fs": "
|
|
32
|
+
"@wireapp/react-ui-kit": "^8.14.4",
|
|
33
|
+
"@wireapp/store-engine": "^4.10.4",
|
|
34
|
+
"@wireapp/store-engine-fs": "^2.5.4",
|
|
35
35
|
"babel-loader": "8.2.2",
|
|
36
36
|
"browser-sync": "2.27.5",
|
|
37
37
|
"concurrently": "6.2.0",
|
|
@@ -88,8 +88,9 @@
|
|
|
88
88
|
"test:node": "cross-env NODE_DEBUG='@wireapp/api-client*' nyc jasmine --config=jasmine.json",
|
|
89
89
|
"test:project": "yarn dist && yarn test",
|
|
90
90
|
"test:types": "tsc --noEmit",
|
|
91
|
-
"watch": "webpack serve --config webpack.browser.js"
|
|
91
|
+
"watch": "webpack serve --config webpack.browser.js",
|
|
92
|
+
"prepare": "yarn dist"
|
|
92
93
|
},
|
|
93
|
-
"version": "20.5.
|
|
94
|
-
"gitHead": "
|
|
94
|
+
"version": "20.5.4",
|
|
95
|
+
"gitHead": "18ca4e254a2713c941d165af06506b63ff361dc3"
|
|
95
96
|
}
|