Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: settlemint/chaincode-typescript-empty-pdc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6c305d7d9c2483b4802ac2065fa4b118f4cf7076
Choose a base ref
..
head repository: settlemint/chaincode-typescript-empty-pdc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 296ec24f05342fbdda2796469701957367bed694
Choose a head ref
Showing with 7 additions and 7 deletions.
  1. +2 −2 bun.lock
  2. +4 −4 npm-shrinkwrap.json
  3. +1 −1 package.json
4 changes: 2 additions & 2 deletions bun.lock
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"sort-keys-recursive": "2.1.10",
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "9.21.0",
@@ -121,7 +121,7 @@

"@types/mkdirp": ["@types/mkdirp@0.5.2", "", { "dependencies": { "@types/node": "*" } }, "sha512-U5icWpv7YnZYGsN4/cmh3WD2onMY0aJIiTE6+51TwJCttdHvtCYmkBNOobHlXwrJRL0nkH9jH4kD+1FAdMN4Tg=="],

"@types/node": ["@types/node@22.13.8", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-G3EfaZS+iOGYWLLRCEAXdWK9my08oHNZ+FHluRiggIYJPOXzhOiDgpVCUHaUvyIC5/fj7C/p637jdzC666AOKQ=="],
"@types/node": ["@types/node@22.13.9", "", { "dependencies": { "undici-types": "~6.20.0" } }, "sha512-acBjXdRJ3A6Pb3tqnw9HZmyR3Fiol3aGxRCK1x3d+6CDAMjl7I649wpSd+yNURCjbOUGu9tqtLKnTGxmK6CyGw=="],

"@types/prettier": ["@types/prettier@2.7.3", "", {}, "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA=="],

8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"build": "tsc"
},
"devDependencies": {
"@types/node": "22.13.8",
"@types/node": "22.13.9",
"@typescript-eslint/eslint-plugin": "8.26.0",
"@typescript-eslint/parser": "8.26.0",
"eslint": "9.21.0",