Skip to content

Commit 9730da1

Browse files
committed
fix: use only logging
1 parent e3e0f9a commit 9730da1

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

package-lock.json

Lines changed: 0 additions & 2 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: 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
@@ -118,7 +118,6 @@
118118
"glibc-version": "^1.0.0",
119119
"macos-export-certificate-and-key": "^1.2.4",
120120
"mongodb-crypt-library-version": "^1.0.5",
121-
"native-machine-id": "^0.0.11",
122121
"win-export-certificate-and-key": "^2.1.0"
123122
}
124123
}

0 commit comments

Comments
 (0)