@wooksjs/http-proxy 0.2.15 → 0.2.17

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/dist/index.cjs CHANGED
@@ -188,6 +188,9 @@ class ProstoLogger {
188
188
  parent: this,
189
189
  }, topic);
190
190
  }
191
+ getOptions() {
192
+ return { ...(this.options || {}) };
193
+ }
191
194
  getMessages() {
192
195
  var _a;
193
196
  if ((_a = this.options) === null || _a === void 0 ? void 0 : _a.parent)
package/dist/index.mjs CHANGED
@@ -186,6 +186,9 @@ class ProstoLogger {
186
186
  parent: this,
187
187
  }, topic);
188
188
  }
189
+ getOptions() {
190
+ return { ...(this.options || {}) };
191
+ }
189
192
  getMessages() {
190
193
  var _a;
191
194
  if ((_a = this.options) === null || _a === void 0 ? void 0 : _a.parent)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wooksjs/http-proxy",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "description": "Proxy Wooks composable",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -31,7 +31,7 @@
31
31
  "url": "https://github.com/wooksjs/wooksjs/issues"
32
32
  },
33
33
  "peerDependencies": {
34
- "@wooksjs/event-http": "0.2.15"
34
+ "@wooksjs/event-http": "0.2.17"
35
35
  },
36
36
  "dependencies": {
37
37
  "node-fetch-native": "^1.0.1"