native-machine-id 0.1.3 → 0.2.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "native-machine-id",
3
- "version": "0.1.3",
3
+ "version": "0.2.0",
4
4
  "description": "Native retrieval of a unique desktop machine ID without admin privileges or child processes. Faster and more reliable alternative to node-machine-id.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,11 +55,11 @@
55
55
  "@mongodb-js/prettier-config-devtools": "^1.0.2",
56
56
  "@mongodb-js/tsconfig-devtools": "^1.0.3",
57
57
  "@types/mocha": "^9.1.1",
58
- "@types/node": "^17.0.35",
58
+ "@types/node": "^22.15.30",
59
59
  "@types/sinon-chai": "^3.2.5",
60
60
  "depcheck": "^1.4.7",
61
61
  "eslint": "^7.25.0",
62
- "gen-esm-wrapper": "^1.1.1",
62
+ "gen-esm-wrapper": "^1.1.3",
63
63
  "mocha": "^8.4.0",
64
64
  "node-machine-id": "^1.1.12",
65
65
  "prettier": "^3.5.3",
@@ -84,5 +84,5 @@
84
84
  "telemetry",
85
85
  "telemetry id"
86
86
  ],
87
- "gitHead": "b4a530f1c9ec6dccfbdc30972365490aea010ff5"
87
+ "gitHead": "005f6263e3a329d916f6936c9adcf35db47cfe9f"
88
88
  }