Skip to content

Commit 2780714

Browse files
committed
1 parent b5af015 commit 2780714

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

node_modules/npm-install-checks/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const checkPlatform = (target, force = false) => {
4040
libcOk = false
4141
} else {
4242
const report = process.report.getReport()
43-
if (report.header?.glibcRuntimeVersion) {
43+
if (report.header?.glibcVersionRuntime) {
4444
libcFamily = 'glibc'
4545
} else if (Array.isArray(report.sharedObjects) && report.sharedObjects.some(isMusl)) {
4646
libcFamily = 'musl'

node_modules/npm-install-checks/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "npm-install-checks",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Check the engines and platform fields in package.json",
55
"main": "lib/index.js",
66
"dependencies": {
77
"semver": "^7.1.1"
88
},
99
"devDependencies": {
1010
"@npmcli/eslint-config": "^4.0.0",
11-
"@npmcli/template-oss": "4.12.0",
11+
"@npmcli/template-oss": "4.13.0",
1212
"tap": "^16.0.1"
1313
},
1414
"scripts": {
@@ -39,7 +39,8 @@
3939
"author": "GitHub Inc.",
4040
"templateOSS": {
4141
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
42-
"version": "4.12.0"
42+
"version": "4.13.0",
43+
"publish": "true"
4344
},
4445
"tap": {
4546
"nyc-arg": [

package-lock.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"node-gyp": "^9.3.1",
126126
"nopt": "^7.1.0",
127127
"npm-audit-report": "^4.0.0",
128-
"npm-install-checks": "^6.1.0",
128+
"npm-install-checks": "^6.1.1",
129129
"npm-package-arg": "^10.1.0",
130130
"npm-pick-manifest": "^8.0.1",
131131
"npm-profile": "^7.0.1",
@@ -9259,9 +9259,9 @@
92599259
}
92609260
},
92619261
"node_modules/npm-install-checks": {
9262-
"version": "6.1.0",
9263-
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.1.0.tgz",
9264-
"integrity": "sha512-udSGENih/5xKh3Ex+L0PtZcOt0Pa+6ppDLnpG5D49/EhMja3LupaY9E/DtJTxyFBwE09ot7Fc+H4DywnZNWTVA==",
9262+
"version": "6.1.1",
9263+
"resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.1.1.tgz",
9264+
"integrity": "sha512-dH3GmQL4vsPtld59cOn8uY0iOqRmqKvV+DLGwNXV/Q7MDgD2QfOADWd/mFXcIE5LVhYYGjA3baz6W9JneqnuCw==",
92659265
"inBundle": true,
92669266
"dependencies": {
92679267
"semver": "^7.1.1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"node-gyp": "^9.3.1",
9595
"nopt": "^7.1.0",
9696
"npm-audit-report": "^4.0.0",
97-
"npm-install-checks": "^6.1.0",
97+
"npm-install-checks": "^6.1.1",
9898
"npm-package-arg": "^10.1.0",
9999
"npm-pick-manifest": "^8.0.1",
100100
"npm-profile": "^7.0.1",

0 commit comments

Comments
 (0)