miqro 8.0.8 → 8.0.10

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.
Files changed (2) hide show
  1. package/build/lib.cjs +1 -1
  2. package/package.json +2 -2
package/build/lib.cjs CHANGED
@@ -4095,7 +4095,7 @@ function routerDefaultLoggerFactory(uuid, req) {
4095
4095
  let remoteAddress = "";
4096
4096
  try {
4097
4097
  const url = newURL2(req.url ? req.url : "/");
4098
- query = url.searchParams.toString();
4098
+ query = "";
4099
4099
  path = normalizePath2(url.pathname);
4100
4100
  method = req.method ? req.method.toUpperCase() : "GET";
4101
4101
  remoteAddress = req.socket.remoteAddress;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "miqro",
3
- "version": "8.0.8",
3
+ "version": "8.0.10",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "build/esm/lib.js",
@@ -29,7 +29,7 @@
29
29
  "typescript": "^5.9.3"
30
30
  },
31
31
  "dependencies": {
32
- "@miqro/core": "^5.1.5",
32
+ "@miqro/core": "^5.1.6",
33
33
  "@miqro/jsx": "^1.0.2",
34
34
  "@miqro/jsx-dom": "^1.0.6",
35
35
  "@miqro/jsx-node": "^1.0.9",