@connectedxm/client 1.1.2 → 1.1.3
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/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5477,7 +5477,7 @@ var SET_SELF_EVENT_REGISTRATION_QUERY_DATA = (client, keyParams, response, baseK
|
|
|
5477
5477
|
);
|
|
5478
5478
|
client.setQueryData(
|
|
5479
5479
|
[
|
|
5480
|
-
...SELF_EVENT_REGISTRATION_QUERY_KEY(...[keyParams[0]],
|
|
5480
|
+
...SELF_EVENT_REGISTRATION_QUERY_KEY(...[keyParams[0]], false),
|
|
5481
5481
|
...GetBaseSingleQueryKeys(...baseKeys)
|
|
5482
5482
|
],
|
|
5483
5483
|
response
|
package/dist/index.mjs
CHANGED
|
@@ -4512,7 +4512,7 @@ var SET_SELF_EVENT_REGISTRATION_QUERY_DATA = (client, keyParams, response, baseK
|
|
|
4512
4512
|
);
|
|
4513
4513
|
client.setQueryData(
|
|
4514
4514
|
[
|
|
4515
|
-
...SELF_EVENT_REGISTRATION_QUERY_KEY(...[keyParams[0]],
|
|
4515
|
+
...SELF_EVENT_REGISTRATION_QUERY_KEY(...[keyParams[0]], false),
|
|
4516
4516
|
...GetBaseSingleQueryKeys(...baseKeys)
|
|
4517
4517
|
],
|
|
4518
4518
|
response
|