@wireapp/api-client 20.5.4 → 20.5.6
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 -10
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": "^4.4.
|
|
8
|
-
"@wireapp/priority-queue": "^1.8.
|
|
7
|
+
"@wireapp/commons": "^4.4.6",
|
|
8
|
+
"@wireapp/priority-queue": "^1.8.6",
|
|
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": "^8.14.
|
|
33
|
-
"@wireapp/store-engine": "^4.10.
|
|
34
|
-
"@wireapp/store-engine-fs": "^2.5.
|
|
32
|
+
"@wireapp/react-ui-kit": "^8.14.6",
|
|
33
|
+
"@wireapp/store-engine": "^4.10.6",
|
|
34
|
+
"@wireapp/store-engine-fs": "^2.5.6",
|
|
35
35
|
"babel-loader": "8.2.2",
|
|
36
36
|
"browser-sync": "2.27.5",
|
|
37
37
|
"concurrently": "6.2.0",
|
|
@@ -85,12 +85,11 @@
|
|
|
85
85
|
"start:node": "cross-env NODE_DEBUG='@wireapp*' node --inspect -r ts-node/register demo.ts",
|
|
86
86
|
"test": "yarn test:node && yarn test:browser",
|
|
87
87
|
"test:browser": "karma start",
|
|
88
|
-
"test:node": "
|
|
88
|
+
"test:node": "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"
|
|
92
|
-
"prepare": "yarn dist"
|
|
91
|
+
"watch": "webpack serve --config webpack.browser.js"
|
|
93
92
|
},
|
|
94
|
-
"version": "20.5.
|
|
95
|
-
"gitHead": "
|
|
93
|
+
"version": "20.5.6",
|
|
94
|
+
"gitHead": "6616575aeeb2017803d5243fe7afb273297997ac"
|
|
96
95
|
}
|