@devrev/ts-adaas 1.19.11-beta.4 → 1.20.1

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.
@@ -148,8 +148,16 @@ describe(attachments_streaming_pool_1.AttachmentsStreamingPool.name, () => {
148
148
  });
149
149
  const result = await pool.streamAll();
150
150
  expect((_a = mockAdapter.state.toDevRev) === null || _a === void 0 ? void 0 : _a.attachmentsMetadata.lastProcessedAttachmentsIdsList).toEqual([
151
- { id: 'attachment-1', parent_id: '', status: state_interfaces_1.ProcessedAttachmentStatus.Success },
152
- { id: 'attachment-2', parent_id: '', status: state_interfaces_1.ProcessedAttachmentStatus.Success },
151
+ {
152
+ id: 'attachment-1',
153
+ parent_id: '',
154
+ status: state_interfaces_1.ProcessedAttachmentStatus.Success,
155
+ },
156
+ {
157
+ id: 'attachment-2',
158
+ parent_id: '',
159
+ status: state_interfaces_1.ProcessedAttachmentStatus.Success,
160
+ },
153
161
  {
154
162
  id: 'attachment-1',
155
163
  parent_id: 'parent-1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devrev/ts-adaas",
3
- "version": "1.19.11-beta.4",
3
+ "version": "1.20.1",
4
4
  "description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "dependencies": {
49
49
  "@devrev/typescript-sdk": "^1.1.78",
50
- "axios": "^1.17.0",
50
+ "axios": "^1.18.0",
51
51
  "axios-retry": "^4.5.0",
52
52
  "form-data": "^4.0.4",
53
53
  "js-jsonl": "^1.1.1",