@teselagen/ui 0.7.7 → 0.7.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teselagen/ui",
3
- "version": "0.7.7",
3
+ "version": "0.7.8",
4
4
  "main": "./src/index.js",
5
5
  "exports": {
6
6
  ".": {
@@ -513,6 +513,7 @@ export function getCurrentParamsFromUrl(location, isSimple) {
513
513
 
514
514
  return parseFilters(queryString.parse(search, { ignoreQueryPrefix: true }));
515
515
  }
516
+
516
517
  export function setCurrentParamsOnUrl(newParams, replace, isSimple) {
517
518
  const stringifiedFilters = stringifyFilters(newParams);
518
519
  const search = `?${queryString.stringify(stringifiedFilters)}`;