@nsea/tools
Advanced tools
@@ -103,3 +103,3 @@ "use strict"; | ||
| this.getHost = getHost; | ||
| ['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method].bind(_this); }); | ||
| ['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method] = _this[method].bind(_this); }); | ||
| this.extend(config); | ||
@@ -106,0 +106,0 @@ } |
@@ -101,3 +101,3 @@ var __assign = (this && this.__assign) || function () { | ||
| this.getHost = getHost; | ||
| ['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method].bind(_this); }); | ||
| ['get', 'patch', 'post', 'put', 'delete', 'save', 'savePatch'].forEach(function (method) { return _this[method] = _this[method].bind(_this); }); | ||
| this.extend(config); | ||
@@ -104,0 +104,0 @@ } |
+1
-1
| { | ||
| "name": "@nsea/tools", | ||
| "version": "1.0.5", | ||
| "version": "1.0.6", | ||
| "description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
111934
0.03%