forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request newrelic#82 from nijotz/release/v3.0.0
Release v3.0.0
- Loading branch information
Showing
3 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"lastUpdated": "Thu Jul 23 2020 15:24:55 GMT-0700 (Pacific Daylight Time)", | ||
"lastUpdated": "Mon Nov 02 2020 12:09:18 GMT-0800 (Pacific Standard Time)", | ||
"projectName": "New Relic AWS-SDK Instrumentation", | ||
"projectUrl": "https://github.com/newrelic/node-newrelic-aws-sdk", | ||
"includeDev": true, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@newrelic/test-utilities@4.0.0": { | ||
"@newrelic/test-utilities@4.1.2": { | ||
"name": "@newrelic/test-utilities", | ||
"version": "4.0.0", | ||
"version": "4.1.2", | ||
"range": "^4.0.0", | ||
"licenses": "Apache-2.0", | ||
"repoUrl": "https://github.com/newrelic/node-test-utilities", | ||
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v4.0.0", | ||
"versionedRepoUrl": "https://github.com/newrelic/node-test-utilities/tree/v4.1.2", | ||
"licenseFile": "node_modules/@newrelic/test-utilities/LICENSE", | ||
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v4.0.0/LICENSE", | ||
"licenseUrl": "https://github.com/newrelic/node-test-utilities/blob/v4.1.2/LICENSE", | ||
"licenseTextSource": "file", | ||
"publisher": "New Relic Node.js agent team", | ||
"email": "[email protected]" | ||
|
@@ -30,15 +30,15 @@ | |
"licenseTextSource": "file", | ||
"publisher": "Caolan McMahon" | ||
}, | ||
"aws-sdk@2.719.0": { | ||
"aws-sdk@2.561.0": { | ||
"name": "aws-sdk", | ||
"version": "2.719.0", | ||
"version": "2.561.0", | ||
"range": "^2.403.0", | ||
"licenses": "Apache-2.0", | ||
"repoUrl": "https://github.com/aws/aws-sdk-js", | ||
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.719.0", | ||
"versionedRepoUrl": "https://github.com/aws/aws-sdk-js/tree/v2.561.0", | ||
"licenseFile": "node_modules/aws-sdk/LICENSE.txt", | ||
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.719.0/LICENSE.txt", | ||
"licenseUrl": "https://github.com/aws/aws-sdk-js/blob/v2.561.0/LICENSE.txt", | ||
"licenseTextSource": "file", | ||
"publisher": "Amazon Web Services", | ||
"url": "https://aws.amazon.com/" | ||
|
@@ -56,15 +56,15 @@ | |
"publisher": "Nicholas C. Zakas", | ||
"email": "[email protected]" | ||
}, | ||
"newrelic@6.11.0": { | ||
"newrelic@6.14.0": { | ||
"name": "newrelic", | ||
"version": "6.11.0", | ||
"version": "6.14.0", | ||
"range": "^6.11.0", | ||
"licenses": "Apache-2.0", | ||
"repoUrl": "https://github.com/newrelic/node-newrelic", | ||
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v6.11.0", | ||
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v6.14.0", | ||
"licenseFile": "node_modules/newrelic/LICENSE", | ||
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v6.11.0/LICENSE", | ||
"licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v6.14.0/LICENSE", | ||
"licenseTextSource": "file", | ||
"publisher": "New Relic Node.js agent team", | ||
"email": "[email protected]" | ||
|