@wireapp/core 46.27.0 → 46.29.0

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.
@@ -559,6 +559,7 @@ describe('ProteusService', () => {
559
559
  id: '',
560
560
  type: conversation_1.CONVERSATION_TYPE.REGULAR,
561
561
  creator: '',
562
+ cells_state: conversation_1.CONVERSATION_CELLS_STATE.DISABLED,
562
563
  access: [],
563
564
  access_role: [conversation_1.CONVERSATION_ACCESS_ROLE.GUEST],
564
565
  members: {
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "./lib/cryptography/AssetCryptography/crypto.node": "./lib/cryptography/AssetCryptography/crypto.browser.js"
12
12
  },
13
13
  "dependencies": {
14
- "@wireapp/api-client": "^27.63.0",
14
+ "@wireapp/api-client": "^27.65.0",
15
15
  "@wireapp/commons": "^5.4.2",
16
16
  "@wireapp/core-crypto": "7.0.1",
17
17
  "@wireapp/cryptobox": "12.8.0",
@@ -61,6 +61,6 @@
61
61
  "test:coverage": "jest --coverage",
62
62
  "watch": "tsc --watch"
63
63
  },
64
- "version": "46.27.0",
65
- "gitHead": "f51f9417440537a5c0e4f4830f80d0c3a9dddd0a"
64
+ "version": "46.29.0",
65
+ "gitHead": "d35b9e28290132d4018887fb71a2a8b1ce2b0ccd"
66
66
  }