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.1.2
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.1.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Mar 3, 2025

  1. chore(deps): update dependency @bifravst/prettier-config to v1.1.8

    renovate[bot] authored Mar 3, 2025
    Copy the full SHA
    8186dc4 View commit details
  2. Copy the full SHA
    505cf91 View commit details

Commits on Mar 4, 2025

  1. Copy the full SHA
    c72ec97 View commit details
Showing with 24 additions and 24 deletions.
  1. +20 −20 package-lock.json
  2. +4 −4 package.json
40 changes: 20 additions & 20 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
@@ -33,10 +33,10 @@
"license": "BSD-3-Clause",
"devDependencies": {
"@bifravst/eslint-config-typescript": "6.1.21",
"@bifravst/prettier-config": "1.1.7",
"@bifravst/prettier-config": "1.1.8",
"@commitlint/config-conventional": "19.7.1",
"@types/aws-lambda": "8.10.147",
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"husky": "9.1.7",
"tsx": "4.19.3"
},
@@ -83,7 +83,7 @@
"peerDependencies": {
"@aws-lambda-powertools/metrics": "^2.15.0",
"@hello.nrfcloud.com/proto": "^15.3.58",
"@middy/core": "^6.1.4",
"@middy/input-output-logger": "^6.1.4"
"@middy/core": "^6.1.5",
"@middy/input-output-logger": "^6.1.5"
}
}