mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
Standalone MongoDB Shell replacing deprecated Mongo CLI. NodeJS doesn't need to be installed. PR: 279519
11 lines
548 B
JSON
11 lines
548 B
JSON
--- node_modules/mongodb-client-encryption/package.json.orig 2024-05-13 13:50:11 UTC
|
|
+++ node_modules/mongodb-client-encryption/package.json
|
|
@@ -16,7 +16,7 @@
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
- "install": "prebuild-install --runtime napi --tag-prefix node-v || node-gyp rebuild",
|
|
+ "install": "prebuild-install --runtime napi --tag-prefix node-v || BUILD_TYPE=dynamic node-gyp rebuild",
|
|
"build:ts": "tsc",
|
|
"clang-format": "clang-format --style=file:.clang-format --Werror -i addon/*",
|
|
"check:eslint": "eslint src test",
|