sr-npm 1.7.336 → 1.7.337

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.336",
3
+ "version": "1.7.337",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -186,7 +186,7 @@ function init(_$w) {
186
186
  const newQueryParams=await location.query();
187
187
  console.log("location.query(): ", newQueryParams);
188
188
  if(newQueryParams.keyWord){
189
- console.log("setting querykeypaaram")
189
+ console.log("setting querykeyparam")
190
190
  queryKeyWordVar=newQueryParams.keyWord;
191
191
  }
192
192
  else