godprotocol 2.3.52 → 2.3.53

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": "godprotocol",
3
- "version": "2.3.52",
3
+ "version": "2.3.53",
4
4
  "description": "A distributed computing environment for Web 4.0 — integrating AI, decentralisation, and virtual computation.",
5
5
  "main": "Index.js",
6
6
  "type": "module",
@@ -1,6 +1,6 @@
1
1
  import parseMultipart from "./parse_multipart_data.js";
2
2
  import serveStaticFile from "./serve_static_file.js";
3
- import { debug } from "./utils";
3
+ import { debug } from "./utils.js";
4
4
 
5
5
  const getBody = (req) => {
6
6
  console.log("[getBody] Starting body parser");