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/proto-map
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v16.1.37
Choose a base ref
...
head repository: hello-nrfcloud/proto-map
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v16.1.38
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 13, 2025

  1. chore(deps): update dependency @swc/core to v1.10.16

    renovate[bot] authored Feb 13, 2025
    Copy the full SHA
    d2e0013 View commit details
  2. chore(deps): update dependency @types/node to v22.13.2

    renovate[bot] authored Feb 13, 2025

    Verified

    This commit was signed with the committer’s verified signature.
    jeevatkm Jeevanandam M.
    Copy the full SHA
    3f1f54c View commit details
  3. fix(deps): update dependency @sinclair/typebox to ^0.34.21

    renovate[bot] authored Feb 13, 2025
    Copy the full SHA
    64f17cd View commit details
Showing with 55 additions and 55 deletions.
  1. +52 −52 package-lock.json
  2. +3 −3 package.json
104 changes: 52 additions & 52 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
@@ -39,8 +39,8 @@
"@bifravst/prettier-config": "1.1.5",
"@commitlint/config-conventional": "19.7.1",
"@swc/cli": "0.6.0",
"@swc/core": "1.10.15",
"@types/node": "22.13.1",
"@swc/core": "1.10.16",
"@types/node": "22.13.2",
"@types/xml2js": "0.4.14",
"chalk": "5.4.1",
"globstar": "1.0.0",
@@ -98,6 +98,6 @@
"lwm2m"
],
"peerDependencies": {
"@sinclair/typebox": "^0.34.20"
"@sinclair/typebox": "^0.34.21"
}
}