@sipgate/integration-bridge 0.30.0 → 0.30.1

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.
@@ -96,7 +96,7 @@ function updateProviderKey(config, accessToken, providerKey) {
96
96
  (0, node_assert_1.default)(PUBSUB_TOPIC_NAME_UPDATE_PROVIDER_KEY, 'PUBSUB_TOPIC_NAME_UPDATE_PROVIDER_KEY is not defined');
97
97
  const pubSubClient = new __1.PubSubClient(PUBSUB_TOPIC_NAME_UPDATE_PROVIDER_KEY);
98
98
  yield pubSubClient.publishMessage({
99
- userID: config.userId,
99
+ userId: config.userId,
100
100
  providerKey,
101
101
  accessToken,
102
102
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sipgate/integration-bridge",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "description": "sipgate Integration Bridge Framework",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",