@connectedxm/client 7.10.1 → 7.10.2

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1842,8 +1842,8 @@ var GetSubscribedContents = async ({
1842
1842
  };
1843
1843
  var useGetSubscribedContents = (type, interest, params = {}, options = {}) => {
1844
1844
  return useConnectedInfiniteQuery(
1845
- SUBSCRIBED_CONTENTS_QUERY_KEY(interest),
1846
- (params2) => GetSubscribedContents({ interest, ...params2 }),
1845
+ SUBSCRIBED_CONTENTS_QUERY_KEY(type, interest),
1846
+ (params2) => GetSubscribedContents({ type, interest, ...params2 }),
1847
1847
  params,
1848
1848
  options
1849
1849
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@connectedxm/client",
3
- "version": "7.10.1",
3
+ "version": "7.10.2",
4
4
  "description": "Client API javascript SDK",
5
5
  "author": "ConnectedXM Inc.",
6
6
  "type": "module",