@shware/http 0.2.4 → 0.2.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.
@@ -368,4 +368,4 @@ export {
368
368
  uid,
369
369
  valid
370
370
  };
371
- //# sourceMappingURL=index.js.map
371
+ //# sourceMappingURL=index.mjs.map
@@ -2,4 +2,4 @@
2
2
  BigInt.prototype.toJSON = function() {
3
3
  return this.toString();
4
4
  };
5
- //# sourceMappingURL=index.js.map
5
+ //# sourceMappingURL=index.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shware/http",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "tsc --watch",
File without changes
File without changes