@wireapp/core 46.26.0 → 46.27.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,7 +559,6 @@ describe('ProteusService', () => {
559
559
  id: '',
560
560
  type: conversation_1.CONVERSATION_TYPE.REGULAR,
561
561
  creator: '',
562
- cells_state: 'disabled',
563
562
  access: [],
564
563
  access_role: [conversation_1.CONVERSATION_ACCESS_ROLE.GUEST],
565
564
  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.62.0",
14
+ "@wireapp/api-client": "^27.63.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.26.0",
65
- "gitHead": "7c1c1e5a3933ad8bec1b568ea734f7102e9bbcc0"
64
+ "version": "46.27.0",
65
+ "gitHead": "f51f9417440537a5c0e4f4830f80d0c3a9dddd0a"
66
66
  }