Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - aws-xray-sdk-core@3.0.0-alpha.1
 - aws-xray-sdk-express@3.0.0-alpha.1
 - aws-xray-sdk@3.0.0-alpha.1
 - aws-xray-sdk-mysql@3.0.0-alpha.1
 - aws-xray-sdk-postgres@3.0.0-alpha.1
 - aws-xray-sdk-restify@3.0.0-alpha.1
 - test-aws-xray-sdk-express@3.0.0-alpha.1
  • Loading branch information
William Armiros committed Jan 6, 2020
1 parent 0b0c5d0 commit f6e7c2e
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-core",
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray SDK for Javascript",
"author": "Amazon Web Services",
"contributors": [
Expand Down
4 changes: 2 additions & 2 deletions packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-express",
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray Middleware for Express (Javascript)",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"aws-xray-sdk-core": "^3.0.0-alpha.1"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"chai": "^3.5.0",
"eslint": "^4.19.1",
"grunt": "^1.0.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/full_sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk",
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray SDK for Javascript",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -12,10 +12,10 @@
"node": ">= 4.x"
},
"dependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-express": "^2.5.0",
"aws-xray-sdk-mysql": "^2.5.0",
"aws-xray-sdk-postgres": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"aws-xray-sdk-express": "^3.0.0-alpha.1",
"aws-xray-sdk-mysql": "^3.0.0-alpha.1",
"aws-xray-sdk-postgres": "^3.0.0-alpha.1",
"pkginfo": "^0.4.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/mysql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-mysql",
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray Patcher for MySQL (Javascript)",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"aws-xray-sdk-core": "^3.0.0-alpha.1"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"chai": "^3.5.0",
"eslint": "^4.19.1",
"grunt": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/postgres/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-postgres",
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray Patcher for Postgres (Javascript)",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"aws-xray-sdk-core": "^3.0.0-alpha.1"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"chai": "^3.5.0",
"eslint": "^4.19.1",
"grunt": "^1.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/restify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-xray-sdk-restify",
"version": "1.7.0-beta",
"version": "3.0.0-alpha.1",
"description": "Enables AWS X-Ray for Restify (Javascript)",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -21,7 +21,7 @@
"aws-xray-sdk-core": "^3.0.0-alpha.1"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"chai": "^3.5.0",
"eslint": "^4.19.1",
"mocha": "^6.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/test_express/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "test-aws-xray-sdk-express",
"private": true,
"version": "2.5.0",
"version": "3.0.0-alpha.1",
"description": "AWS X-Ray Middleware for Express (Javascript)",
"author": "Amazon Web Services",
"contributors": [
Expand All @@ -15,8 +15,8 @@
"test": "test"
},
"devDependencies": {
"aws-xray-sdk-core": "^2.5.0",
"aws-xray-sdk-express": "^2.5.0",
"aws-xray-sdk-core": "^3.0.0-alpha.1",
"aws-xray-sdk-express": "^3.0.0-alpha.1",
"chai": "^3.5.0",
"cls-hooked": "^4.2.2",
"eslint": "^4.18.2",
Expand Down

0 comments on commit f6e7c2e

Please sign in to comment.