Skip to content

Commit 78727ce

Browse files
committed
fix: use it in logging only again
1 parent fa86c6e commit 78727ce

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export class SignableCompiler {
133133
requireRegexp: /\bglibc_version\.node$/,
134134
};
135135
const nativeMachineIdAddon = {
136-
path: await findModulePath('cli-repl', 'native-machine-id'),
136+
path: await findModulePath('logging', 'native-machine-id'),
137137
requireRegexp: /\bnative_machine_id\.node$/,
138138
};
139139
// Warning! Until https://jira.mongodb.org/browse/MONGOSH-990,

packages/cli-repl/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@
8686
"js-yaml": "^4.1.0",
8787
"mongodb-connection-string-url": "^3.0.1",
8888
"mongodb-log-writer": "^2.3.1",
89-
"native-machine-id": "^0.0.8",
9089
"numeral": "^2.0.6",
9190
"pretty-repl": "^4.0.1",
9291
"semver": "^7.5.4",

0 commit comments

Comments
 (0)