Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hello-nrfcloud/lambda-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.71
Choose a base ref
...
head repository: hello-nrfcloud/lambda-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.72
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 13, 2025

  1. chore(deps): update dependency @types/node to v22.13.2

    renovate[bot] authored Feb 13, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    d4ec142 View commit details
  2. fix(deps): update dependency @hello.nrfcloud.com/proto to ^15.3.42

    renovate[bot] authored Feb 13, 2025
    Copy the full SHA
    cc26799 View commit details
Showing with 19 additions and 19 deletions.
  1. +17 −17 package-lock.json
  2. +2 −2 package.json
34 changes: 17 additions & 17 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@
"@bifravst/prettier-config": "1.1.5",
"@commitlint/config-conventional": "19.7.1",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.1",
"@types/node": "22.13.2",
"husky": "9.1.7",
"tsx": "4.19.2"
},
@@ -82,7 +82,7 @@
"prettier": "@bifravst/prettier-config",
"peerDependencies": {
"@aws-lambda-powertools/metrics": "^2.14.0",
"@hello.nrfcloud.com/proto": "^15.3.40",
"@hello.nrfcloud.com/proto": "^15.3.42",
"@middy/core": "^6.0.0",
"@middy/input-output-logger": "^6.0.0"
}