@serptech/api 1.0.26 → 1.0.27

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": "@serptech/api",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Library for work with SERP API",
5
5
  "source": "index.js",
6
6
  "main": "./dist/SerpApi.node.js",
@@ -963,7 +963,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
963
963
  /*! no static exports found */
964
964
  /***/ (function(module, exports) {
965
965
 
966
- eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"https://api.serptech.ru/v1/\",\r\n auth: \"https://api.serptech.ru/v1/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
966
+ eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"/\",\r\n auth: \"/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
967
967
 
968
968
  /***/ }),
969
969
 
@@ -719,7 +719,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony export (binding) *
719
719
  /*! no static exports found */
720
720
  /***/ (function(module, exports) {
721
721
 
722
- eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"https://api.serptech.ru/v1/\",\r\n auth: \"https://api.serptech.ru/v1/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
722
+ eval("const apiVersions = [1];\r\n\r\nconst apiEndpoints = {\r\n v1: {\r\n base: \"/\",\r\n auth: \"/\",\r\n },\r\n};\r\n\r\nmodule.exports = {\r\n apiVersions,\r\n apiEndpoints,\r\n};\r\n\n\n//# sourceURL=webpack://SerpREST/./src/constants/index.js?");
723
723
 
724
724
  /***/ }),
725
725
 
@@ -2,8 +2,8 @@ const apiVersions = [1];
2
2
 
3
3
  const apiEndpoints = {
4
4
  v1: {
5
- base: "https://api.serptech.ru/v1/",
6
- auth: "https://api.serptech.ru/v1/",
5
+ base: "/",
6
+ auth: "/",
7
7
  },
8
8
  };
9
9