@awarevue/agent-sdk 1.0.9 → 1.0.10
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 +1 -1
- package/dist/package.json +1 -1
- package/package.json +1 -1
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-
|
|
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