@faasjs/http 3.1.3 → 3.1.5

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.js CHANGED
@@ -374,7 +374,7 @@ var HttpError = class _HttpError extends Error {
374
374
  this.message = message;
375
375
  }
376
376
  };
377
- var Name = "Http";
377
+ var Name = "http";
378
378
  function deepClone(obj) {
379
379
  if (obj === null || typeof obj !== "object") return obj;
380
380
  if (Array.isArray(obj)) return JSON.parse(JSON.stringify(obj));
package/dist/index.mjs CHANGED
@@ -372,7 +372,7 @@ var HttpError = class _HttpError extends Error {
372
372
  this.message = message;
373
373
  }
374
374
  };
375
- var Name = "Http";
375
+ var Name = "http";
376
376
  function deepClone(obj) {
377
377
  if (obj === null || typeof obj !== "object") return obj;
378
378
  if (Array.isArray(obj)) return JSON.parse(JSON.stringify(obj));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@faasjs/http",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -34,12 +34,12 @@
34
34
  "dist"
35
35
  ],
36
36
  "peerDependencies": {
37
- "@faasjs/func": "3.1.3",
38
- "@faasjs/logger": "3.1.3"
37
+ "@faasjs/func": "3.1.5",
38
+ "@faasjs/logger": "3.1.5"
39
39
  },
40
40
  "devDependencies": {
41
- "@faasjs/func": "3.1.3",
42
- "@faasjs/logger": "3.1.3"
41
+ "@faasjs/func": "3.1.5",
42
+ "@faasjs/logger": "3.1.5"
43
43
  },
44
44
  "engines": {
45
45
  "node": ">=22.0.0",