Skip to content

Commit

Permalink
Merge pull request newrelic#187 from newrelic/skip-new-v2-release
Browse files Browse the repository at this point in the history
skip newer versions of sqs library
  • Loading branch information
bizob2828 committed May 5, 2023
2 parents 29800f7 + 2cf2be0 commit d5c64ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions tests/versioned/v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"aws-sdk": {
"versions": ">=2.380.0 <2.1372.0",
"versions": ">=2.380.0",
"samples": 10
}
},
Expand All @@ -32,7 +32,6 @@
"http-services.tap.js",
"instrumentation-supported.tap.js",
"s3.tap.js",
"sqs.tap.js",
"sns.tap.js"
]
},
Expand All @@ -42,14 +41,28 @@
},
"dependencies": {
"aws-sdk": {
"versions": ">=2.380.0 <2.1372.0",
"versions": ">=2.380.0",
"samples": 10
},
"amazon-dax-client": ">=1.2.5"
},
"files": [
"amazon-dax-client.tap.js"
]
},
{
"engines": {
"node": ">=14.0"
},
"dependencies": {
"aws-sdk": {
"versions": ">=2.380.0 <2.1372.0",
"samples": 10
}
},
"files": [
"sqs.tap.js"
]
}
],
"dependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion tests/versioned/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
},
"dependencies": {
"@aws-sdk/client-sqs": {
"versions": ">=3.0.0 <=3.193.0 || >3.196.0",
"versions": ">=3.0.0 <=3.193.0 || >3.196.0 <3.327.0",
"samples": 10
}
},
Expand Down

0 comments on commit d5c64ef

Please sign in to comment.