@devrev/ts-adaas 1.19.2-beta.0 → 1.19.2
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/dist/state/state.js +2 -2
- package/package.json +2 -2
package/dist/state/state.js
CHANGED
|
@@ -106,14 +106,14 @@ async function createAdapterState({ event, initialState, initialDomainMapping, o
|
|
|
106
106
|
console.log(`Reusing pendingWorkersOldest as extract_from: ${as.state.pendingWorkersOldest}.`);
|
|
107
107
|
}
|
|
108
108
|
else {
|
|
109
|
-
console.
|
|
109
|
+
console.log('pendingWorkersOldest is not set in state. extract_from will not be populated for this invocation.');
|
|
110
110
|
}
|
|
111
111
|
if (as.state.pendingWorkersNewest) {
|
|
112
112
|
eventContext.extract_to = as.state.pendingWorkersNewest;
|
|
113
113
|
console.log(`Reusing pendingWorkersNewest as extract_to: ${as.state.pendingWorkersNewest}.`);
|
|
114
114
|
}
|
|
115
115
|
else {
|
|
116
|
-
console.
|
|
116
|
+
console.log('pendingWorkersNewest is not set in state. extract_to will not be populated for this invocation.');
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
// Validate that extract_from is before extract_to
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devrev/ts-adaas",
|
|
3
|
-
"version": "1.19.2
|
|
3
|
+
"version": "1.19.2",
|
|
4
4
|
"description": "Typescript library containing the ADaaS(AirDrop as a Service) control protocol.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@devrev/typescript-sdk": "^1.1.59",
|
|
49
|
-
"axios": "^1.
|
|
49
|
+
"axios": "^1.15.0",
|
|
50
50
|
"axios-retry": "^4.5.0",
|
|
51
51
|
"form-data": "^4.0.4",
|
|
52
52
|
"js-jsonl": "^1.1.1",
|