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: bifravst/aws-cdk-lambda-helpers
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.42
Choose a base ref
...
head repository: bifravst/aws-cdk-lambda-helpers
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.43
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 19, 2025

  1. chore(deps): update dependency @aws-sdk/client-dynamodb to v3.751.0 (#…

    …197)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    c516358 View commit details
  2. chore(deps): update dependency cdk to v2.1000.2 (#196)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    0ce14fd View commit details
  3. fix(deps): update dependency @swc/core to v1.10.18

    renovate[bot] authored Feb 19, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    kurtmckee Kurt McKee
    Copy the full SHA
    de8485f View commit details
Showing with 61 additions and 61 deletions.
  1. +58 −58 package-lock.json
  2. +3 −3 package.json
116 changes: 58 additions & 58 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -53,7 +53,7 @@
"license": "BSD-3-Clause",
"devDependencies": {
"@aws-sdk/client-cloudformation": "3.750.0",
"@aws-sdk/client-dynamodb": "3.750.0",
"@aws-sdk/client-dynamodb": "3.751.0",
"@bifravst/cloudformation-helpers": "9.1.1",
"@bifravst/eslint-config-typescript": "6.1.20",
"@bifravst/from-env": "3.0.2",
@@ -64,7 +64,7 @@
"@types/node": "22.13.4",
"@types/unzip-stream": "0.3.4",
"@types/yazl": "2.4.6",
"cdk": "2.179.0",
"cdk": "2.1000.2",
"commitlint": "19.7.1",
"husky": "9.1.7",
"id128": "1.6.6",
@@ -112,7 +112,7 @@
],
"prettier": "@bifravst/prettier-config",
"dependencies": {
"@swc/core": "1.10.17",
"@swc/core": "1.10.18",
"fp-ts": "2.16.9",
"glob": "11.0.1",
"typescript": "5.7.3",