sr-npm 1.7.1005 → 1.7.1006

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": "sr-npm",
3
- "version": "1.7.1005",
3
+ "version": "1.7.1006",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -225,6 +225,7 @@ async function handleParams(_$w,param,values) {
225
225
  selectedByField.delete(fieldId);
226
226
  console.log("url values to remove: ",fieldTitle);
227
227
  queryParams.remove([fieldTitle ]);
228
+
228
229
  }
229
230
 
230
231