mozrest-sdk-react-dev 0.2.4 → 0.2.5

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/mozrest-sdk.es.js CHANGED
@@ -77707,7 +77707,7 @@ const formatParams$2 = (params) => {
77707
77707
  }
77708
77708
  if (params == null ? void 0 : params.platform) {
77709
77709
  Object.assign(all2, {
77710
- [`filters[module]`]: params.platform
77710
+ [`filters[platform]`]: params.platform
77711
77711
  });
77712
77712
  }
77713
77713
  if (params == null ? void 0 : params.venueListing) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mozrest-sdk-react-dev",
3
- "version": "0.2.04",
3
+ "version": "0.2.05",
4
4
  "main": "mozrest-sdk.es.js",
5
5
  "keywords": ["mozrest"],
6
6
  "author": {