sqs-producer
Advanced tools
Comparing version 3.1.0 to 3.1.1
{ | ||
"name": "sqs-producer", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Enqueues messages onto a given SQS queue", | ||
@@ -44,12 +44,12 @@ "main": "dist/index.js", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.11.12", | ||
"@types/node": "^18.11.18", | ||
"@types/sinon": "^10.0.13", | ||
"chai": "^4.3.7", | ||
"eslint": "^8.29.0", | ||
"eslint": "^8.32.0", | ||
"eslint-config-iplayer-ts": "^4.1.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"mocha": "^10.1.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.1", | ||
"sinon": "^15.0.0", | ||
"prettier": "^2.8.3", | ||
"sinon": "^15.0.1", | ||
"ts-node": "^10.9.1", | ||
@@ -59,6 +59,6 @@ "typescript": "^4.9.4" | ||
"dependencies": { | ||
"@aws-sdk/client-sqs": "^3.226.0" | ||
"@aws-sdk/client-sqs": "^3.258.0" | ||
}, | ||
"peerDependencies": { | ||
"@aws-sdk/client-sqs": "^3.226.0" | ||
"@aws-sdk/client-sqs": "^3.258.0" | ||
}, | ||
@@ -85,5 +85,3 @@ "mocha": { | ||
"iplayer-ts", | ||
"prettier", | ||
"prettier/react", | ||
"prettier/@typescript-eslint" | ||
"prettier" | ||
], | ||
@@ -90,0 +88,0 @@ "parserOptions": { |
@@ -5,4 +5,4 @@ # sqs-producer | ||
[![Build Status](https://github.com/bbc/sqs-producer/actions/workflows/test.yml/badge.svg)](https://github.com/bbc/sqs-producer/actions/workflows/test.yml) | ||
[![Code Climate](https://codeclimate.com/github/BBC/sqs-producer/badges/gpa.svg)](https://codeclimate.com/github/BBC/sqs-producer) | ||
[![Test Coverage](https://codeclimate.com/github/BBC/sqs-producer/badges/coverage.svg)](https://codeclimate.com/github/BBC/sqs-producer) | ||
[![Maintainability](https://api.codeclimate.com/v1/badges/5220635a4598c9f1a546/maintainability)](https://codeclimate.com/github/bbc/sqs-producer/maintainability) | ||
[![Test Coverage](https://api.codeclimate.com/v1/badges/5220635a4598c9f1a546/test_coverage)](https://codeclimate.com/github/bbc/sqs-producer/test_coverage) | ||
@@ -9,0 +9,0 @@ Enqueues messages onto a given SQS queue |
Sorry, the diff of this file is not supported yet
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
42395
Updated@aws-sdk/client-sqs@^3.258.0