sqs-producer 3.4.0 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,6 +5,11 @@ on:
5
5
  pull_request_target:
6
6
  types: [opened,closed,synchronize]
7
7
 
8
+ permissions:
9
+ contents: write
10
+ issues: write
11
+ pull-requests: write
12
+
8
13
  jobs:
9
14
  CLAAssistant:
10
15
  runs-on: ubuntu-latest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sqs-producer",
3
- "version": "3.4.0",
3
+ "version": "4.0.0",
4
4
  "description": "Enqueues messages onto a given SQS queue",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -55,10 +55,10 @@
55
55
  "typescript": "^5.2.2"
56
56
  },
57
57
  "dependencies": {
58
- "@aws-sdk/client-sqs": "^3.428.0"
58
+ "@aws-sdk/client-sqs": "^3.454.0"
59
59
  },
60
60
  "peerDependencies": {
61
- "@aws-sdk/client-sqs": "^3.428.0"
61
+ "@aws-sdk/client-sqs": "^3.454.0"
62
62
  },
63
63
  "mocha": {
64
64
  "spec": "test/**/**/*.test.ts",