@wireapp/core 40.1.12 → 40.2.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.
@@ -86,8 +86,8 @@ class ClientDatabaseRepository {
86
86
  return Object.assign(Object.assign({}, client), { domain, meta: { is_verified: true, primary_key: ClientDatabaseRepository.KEYS.LOCAL_IDENTITY } });
87
87
  }
88
88
  }
89
- exports.ClientDatabaseRepository = ClientDatabaseRepository;
90
89
  ClientDatabaseRepository.STORES = DatabaseStores;
91
90
  ClientDatabaseRepository.KEYS = {
92
91
  LOCAL_IDENTITY: 'local_identity',
93
92
  };
93
+ exports.ClientDatabaseRepository = ClientDatabaseRepository;
@@ -152,8 +152,8 @@ class GenericMessageMapper {
152
152
  }
153
153
  }
154
154
  }
155
- exports.GenericMessageMapper = GenericMessageMapper;
156
155
  GenericMessageMapper.logger = (0, logdown_1.default)('@wireapp/core/GenericMessageMapper', {
157
156
  logger: console,
158
157
  markdown: false,
159
158
  });
159
+ exports.GenericMessageMapper = GenericMessageMapper;
@@ -220,5 +220,5 @@ class NotificationService extends TypedEventEmitter_1.TypedEventEmitter {
220
220
  return { event };
221
221
  }
222
222
  }
223
- exports.NotificationService = NotificationService;
224
223
  NotificationService.TOPIC = TOPIC;
224
+ exports.NotificationService = NotificationService;
package/package.json CHANGED
@@ -11,16 +11,16 @@
11
11
  "./lib/cryptography/AssetCryptography/crypto.node": "./lib/cryptography/AssetCryptography/crypto.browser.js"
12
12
  },
13
13
  "dependencies": {
14
- "@wireapp/api-client": "^24.6.0",
15
- "@wireapp/commons": "^5.0.4",
14
+ "@wireapp/api-client": "^24.8.0",
15
+ "@wireapp/commons": "^5.1.0",
16
16
  "@wireapp/core-crypto": "0.7.0-rc.4",
17
17
  "@wireapp/cryptobox": "12.8.0",
18
- "@wireapp/promise-queue": "^2.1.2",
18
+ "@wireapp/promise-queue": "^2.2.0",
19
19
  "@wireapp/protocol-messaging": "1.44.0",
20
- "@wireapp/store-engine": "5.0.3",
21
- "@wireapp/store-engine-dexie": "^2.0.5",
22
- "axios": "1.3.6",
23
- "bazinga64": "6.0.4",
20
+ "@wireapp/store-engine": "5.1.0",
21
+ "@wireapp/store-engine-dexie": "^2.1.0",
22
+ "axios": "1.4.0",
23
+ "bazinga64": "6.1.0",
24
24
  "deepmerge-ts": "4.3.0",
25
25
  "hash.js": "1.1.7",
26
26
  "http-status-codes": "2.2.0",
@@ -43,9 +43,9 @@
43
43
  "fake-indexeddb": "^4.0.0",
44
44
  "jest": "^29.2.1",
45
45
  "jest-websocket-mock": "2.4.0",
46
- "nock": "13.3.0",
46
+ "nock": "13.3.1",
47
47
  "rimraf": "^3.0.2",
48
- "typescript": "^4.8.4"
48
+ "typescript": "^5.0.4"
49
49
  },
50
50
  "scripts": {
51
51
  "build": "yarn clean && tsc",
@@ -60,6 +60,6 @@
60
60
  "test:coverage": "jest --coverage",
61
61
  "watch": "tsc --watch"
62
62
  },
63
- "version": "40.1.12",
64
- "gitHead": "0eaaba0f5428db336adda8573221b20fc098ab26"
63
+ "version": "40.2.0",
64
+ "gitHead": "4804008580390ccb32df0b57c2057a96c3a0e2cd"
65
65
  }