@fudrouter/fsrouter 0.6.79 → 0.6.80

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.
@@ -1,4 +1,5 @@
1
- import { machineIdSync } from "node-machine-id";
1
+ import nodeMachineId from "node-machine-id";
2
+ const { machineIdSync } = nodeMachineId;
2
3
  import crypto from "node:crypto";
3
4
 
4
5
  let cachedRawId = null;
@@ -1,4 +1,5 @@
1
- import { machineIdSync } from "node-machine-id";
1
+ import nodeMachineId from "node-machine-id";
2
+ const { machineIdSync } = nodeMachineId;
2
3
  import crypto from "node:crypto";
3
4
 
4
5
  let cachedRawId = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fudrouter/fsrouter",
3
- "version": "0.6.79",
3
+ "version": "0.6.80",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "description": "9Router v2 — Express Backend (API, SSE, DB, Auth, MITM)",