Skip to content

Commit

Permalink
wip: test if downgrading node-gyp-build works
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed May 7, 2024
1 parent 1e9ddbe commit bf644e5
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI

### node-gyp-build

This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.1](https://github.com/prebuild/node-gyp-build/tree/v4.8.1)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.1/LICENSE):
This product includes source derived from [node-gyp-build](https://github.com/prebuild/node-gyp-build) ([v4.8.0](https://github.com/prebuild/node-gyp-build/tree/v4.8.0)), distributed under the [MIT License](https://github.com/prebuild/node-gyp-build/blob/v4.8.0/LICENSE):

```
The MIT License (MIT)
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
},
"dependencies": {
"nan": "^2.19.0",
"node-gyp-build": "^4.8.1",
"node-gyp-build": "^4.8.0",
"prebuildify": "^6.0.1",
"semver": "^7.5.2"
},
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdated": "Mon May 06 2024 13:20:57 GMT-0400 (Eastern Daylight Time)",
"lastUpdated": "Tue May 07 2024 11:00:15 GMT-0400 (Eastern Daylight Time)",
"projectName": "Native Metrics for New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-native-metrics",
"includeOptDeps": false,
Expand All @@ -16,15 +16,15 @@
"licenseUrl": "https://github.com/nodejs/nan/blob/v2.19.0/LICENSE.md",
"licenseTextSource": "file"
},
"[email protected].1": {
"[email protected].0": {
"name": "node-gyp-build",
"version": "4.8.1",
"range": "^4.8.1",
"version": "4.8.0",
"range": "^4.8.0",
"licenses": "MIT",
"repoUrl": "https://github.com/prebuild/node-gyp-build",
"versionedRepoUrl": "https://github.com/prebuild/node-gyp-build/tree/v4.8.1",
"versionedRepoUrl": "https://github.com/prebuild/node-gyp-build/tree/v4.8.0",
"licenseFile": "node_modules/node-gyp-build/LICENSE",
"licenseUrl": "https://github.com/prebuild/node-gyp-build/blob/v4.8.1/LICENSE",
"licenseUrl": "https://github.com/prebuild/node-gyp-build/blob/v4.8.0/LICENSE",
"licenseTextSource": "file",
"publisher": "Mathias Buus",
"url": "@mafintosh"
Expand Down

0 comments on commit bf644e5

Please sign in to comment.