Skip to content

Commit d64ac33

Browse files
committed
fix: bump native-machine-id with install script
1 parent 3c99a11 commit d64ac33

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/build/src/compile/signable-compiler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ export class SignableCompiler {
132132
path: await findModulePath('cli-repl', 'glibc-version'),
133133
requireRegexp: /\bglibc_version\.node$/,
134134
};
135-
const nativeDeviceIdAddon = {
135+
const nativeMachineIdAddon = {
136136
path: await findModulePath('logging', 'native-machine-id'),
137137
requireRegexp: /\bnative_machine_id\.node$/,
138138
};
@@ -190,7 +190,7 @@ export class SignableCompiler {
190190
kerberosAddon,
191191
cryptLibraryVersionAddon,
192192
glibcVersionAddon,
193-
nativeDeviceIdAddon,
193+
nativeMachineIdAddon,
194194
]
195195
.concat(winCAAddon ? [winCAAddon] : [])
196196
.concat(winConsoleProcessListAddon ? [winConsoleProcessListAddon] : [])

packages/logging/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@mongosh/types": "3.6.0",
2424
"mongodb-log-writer": "^2.3.1",
2525
"mongodb-redact": "^1.1.5",
26-
"native-machine-id": "^0.0.7"
26+
"native-machine-id": "^0.0.8"
2727
},
2828
"devDependencies": {
2929
"@mongodb-js/eslint-config-mongosh": "^1.0.0",

0 commit comments

Comments
 (0)