@awarevue/agent-sdk 1.0.9 → 1.0.11

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
@@ -100,7 +100,7 @@ class AgentApp {
100
100
  ? (0, rxjs_1.throwError)(() => new Error(`Agent ${context.provider} does not support access change application`))
101
101
  : this.agent.applyAccessChange$(context, message);
102
102
  return applyOb$.pipe((0, rxjs_1.map)((result) => ({
103
- kind: 'apply-change-complete',
103
+ kind: 'apply-change-rs',
104
104
  requestId: message.id,
105
105
  refs: result,
106
106
  })), (0, rxjs_1.catchError)((error) => {
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awarevue/agent-sdk",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
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.9",
3
+ "version": "1.0.11",
4
4
  "description": "SDK for building Agent implementations that speak the Aware protocol.",
5
5
  "author": "Yaser Awajan",
6
6
  "license": "MIT",