aws-xray-sdk
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Changelog for AWS X-Ray SDK for JavaScript | ||
<!--LATEST=1.1.0--> | ||
<!--LATEST=1.1.1--> | ||
<!--ENTRYINSERT--> | ||
## 1.1.1 | ||
* change: Updated aws-xray-sdk-core from 1.0.0-beta to 1.1.1. See aws-xray-sdk-core's CHANGELOG.md for package changes. | ||
* change: Updated aws-xray-sdk-express from 1.0.0-beta to 1.1.1. See aws-xray-sdk-express's CHANGELOG.md for package changes. | ||
* change: Updated aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updated aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes. | ||
## 1.1.0 | ||
* change: Updating aws-xray-sdk-core from 1.0.0-beta to 1.1.0. See aws-xray-sdk-core's CHANGELOG.md for package changes. | ||
* change: Updating aws-xray-sdk-express from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updating aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updating aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updated aws-xray-sdk-core from 1.0.0-beta to 1.1.0. See aws-xray-sdk-core's CHANGELOG.md for package changes. | ||
* change: Updated aws-xray-sdk-express from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updated aws-xray-sdk-mysql from 1.0.0-beta to 1.1.0. No further changes. | ||
* change: Updated aws-xray-sdk-postgres from 1.0.0-beta to 1.1.0. No further changes. | ||
@@ -11,0 +17,0 @@ ## 1.0.6-beta |
@@ -8,6 +8,6 @@ // Convenience file to require the SDK from the root of the repository | ||
var UNKNOWN = 'unknown'; | ||
var pkginfo = module.filename ? require('pkginfo') : function() {}; | ||
pkginfo(module); | ||
(function () { | ||
require('pkginfo')(module); | ||
var sdkData = AWSXRay.SegmentUtils.sdkData || { sdk: 'X-Ray for Node.js' }; | ||
@@ -14,0 +14,0 @@ sdkData.sdk_version = (module.exports && module.exports.version) ? module.exports.version : UNKNOWN; |
{ | ||
"name": "aws-xray-sdk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "AWS X-Ray SDK for Javascript", | ||
@@ -14,6 +14,6 @@ "author": "Amazon Web Services", | ||
"dependencies": { | ||
"aws-xray-sdk-core": "^1.1.0", | ||
"aws-xray-sdk-express": "^1.1.0", | ||
"aws-xray-sdk-mysql": "^1.1.0", | ||
"aws-xray-sdk-postgres": "^1.1.0", | ||
"aws-xray-sdk-core": "^1.1.1", | ||
"aws-xray-sdk-express": "^1.1.1", | ||
"aws-xray-sdk-mysql": "^1.1.1", | ||
"aws-xray-sdk-postgres": "^1.1.1", | ||
"pkginfo": "^0.4.0" | ||
@@ -20,0 +20,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18122
44
Updatedaws-xray-sdk-core@^1.1.1
Updatedaws-xray-sdk-express@^1.1.1
Updatedaws-xray-sdk-mysql@^1.1.1
Updatedaws-xray-sdk-postgres@^1.1.1