Skip to content

Commit

Permalink
chore: adding semantic jsr publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jul 3, 2024
1 parent f421487 commit a993ce2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ To install this package, simply enter the following command into your terminal (
npm install sqs-consumer
```

If you would like to use JSR instead, you can find the package [here](https://jsr.io/@bbc/sqs-consumer).

> **Note**
> This library assumes you are using [AWS SDK v3](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-sqs/index.html). If you are using v2, please install v5.8.0:
>
Expand Down
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"build": "npm run clean && npm run compile && npm run add-package-jsons",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"publish:jsr": "jsr publish",
"test:unit": "mocha --recursive --full-trace --exit --reporter json > test/reports/test-results.json",
"pretest:integration:init": "npm run build",
"test:integration:init": "sh ./test/scripts/initIntTests.sh",
Expand Down Expand Up @@ -141,11 +140,13 @@
],
"@semantic-release/changelog",
"@semantic-release/github",
"@semantic-release/npm"
"@semantic-release/npm",
"@sebbo2002/semantic-release-jsr"
]
},
"devDependencies": {
"@cucumber/cucumber": "^10.8.0",
"@sebbo2002/semantic-release-jsr": "^1.0.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
Expand Down

0 comments on commit a993ce2

Please sign in to comment.