Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyhage committed Jul 2, 2023
1 parent 18842ad commit d31946f
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 14
node-version: 18

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v2
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
210 changes: 177 additions & 33 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinq-notifier",
"version": "1.0.15",
"version": "1.1.0",
"bin": {
"thinq-notifier": "bin/thinq-notifier.js"
},
Expand All @@ -19,12 +19,12 @@
"@types/uuid": "^8.3.4",
"aws-cdk": "^2.86.0",
"aws-cdk-lib": "^2.86.0",
"constructs": "^10.2.65",
"constructs": "^10.2.66",
"esbuild": "^0.18.11",
"jest": "^27.5.1",
"ts-jest": "^27.1.5",
"ts-node": "^9.1.1",
"typescript": "~4.9.5"
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.363.0",
Expand Down

0 comments on commit d31946f

Please sign in to comment.