vinmonopolet-ts 2.0.5 → 2.0.6

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.
@@ -13,7 +13,6 @@ function sendRequest(path, options = {}) {
13
13
  const reqOpts = options.request || {};
14
14
  const base = options.baseUrl || baseUrl;
15
15
  const url = `${base}${path}${query}`;
16
- console.log(url);
17
16
  return fetch(url, reqOpts);
18
17
  }
19
18
  sendRequest.get = (path, options) => sendRequest(path, options)
@@ -8,7 +8,6 @@ function sendRequest(path, options = {}) {
8
8
  const reqOpts = options.request || {};
9
9
  const base = options.baseUrl || baseUrl;
10
10
  const url = `${base}${path}${query}`;
11
- console.log(url);
12
11
  return fetch(url, reqOpts);
13
12
  }
14
13
  sendRequest.get = (path, options) => sendRequest(path, options)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vinmonopolet-ts",
3
3
  "description": "Extracts information on products, categories and stores from Vinmonopolet",
4
- "version": "2.0.5",
4
+ "version": "2.0.6",
5
5
  "keywords": [
6
6
  "vinmonopolet",
7
7
  "beer",