@love-moon/conductor-sdk 0.2.33 → 0.2.34
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/client.d.ts +1 -1
- package/package.json +2 -2
package/dist/client.d.ts
CHANGED
|
@@ -123,7 +123,7 @@ export declare class ConductorClient {
|
|
|
123
123
|
private isRetryableUpstreamError;
|
|
124
124
|
private computeDurableOutboxRetryDelay;
|
|
125
125
|
private scheduleDurableOutboxFlush;
|
|
126
|
-
|
|
126
|
+
clearDurableOutboxTimer(): void;
|
|
127
127
|
private sendEnvelope;
|
|
128
128
|
private maybeAckInboundCommand;
|
|
129
129
|
private promoteTaskDeliveryScope;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@love-moon/conductor-sdk",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -27,5 +27,5 @@
|
|
|
27
27
|
"typescript": "^5.6.3",
|
|
28
28
|
"vitest": "^2.1.4"
|
|
29
29
|
},
|
|
30
|
-
"gitCommitId": "
|
|
30
|
+
"gitCommitId": "c3c936c"
|
|
31
31
|
}
|