@awarevue/agent-sdk 1.0.29 → 1.0.30

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/agent-app.js CHANGED
@@ -130,7 +130,7 @@ class AgentApp {
130
130
  provider: message.provider,
131
131
  config: message.config,
132
132
  })
133
- .pipe((0, rxjs_1.map)((deviceCatalog) => ({
133
+ .pipe((0, rxjs_1.retry)({ delay: 3000 }), (0, rxjs_1.map)((deviceCatalog) => ({
134
134
  provider: message.provider,
135
135
  config: message.config,
136
136
  lastEventForeignRef: message.lastEventForeignRef,
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/agent-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "SDK for building Agent implementations that speak the Aware protocol.",
5
5
  "author": "Yaser Awajan",
6
6
  "license": "MIT",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/agent-sdk",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "SDK for building Agent implementations that speak the Aware protocol.",
5
5
  "author": "Yaser Awajan",
6
6
  "license": "MIT",