Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
updating the sdk versions, and the scripot to update them with npm in…
Browse files Browse the repository at this point in the history
…stall instead
  • Loading branch information
michaelneale authored and finn-block committed Jul 19, 2024
1 parent 282e43e commit 32583c5
Show file tree
Hide file tree
Showing 22 changed files with 2,469 additions and 1,121 deletions.
412 changes: 280 additions & 132 deletions javascript/book-reviews/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/book-reviews/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@web5/api": "0.9.4"
"@web5/api": "0.10.0"
},
"type": "module"
}
395 changes: 266 additions & 129 deletions javascript/dinger-starter/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/dinger-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:browser": "start-server-and-test dev http://localhost:8080 test"
},
"dependencies": {
"@web5/api": "0.9.4",
"@web5/api": "0.10.0",
"crypto-browserify": "3.12.0",
"next": "^14.2.4",
"process": "0.11.10",
Expand Down
388 changes: 261 additions & 127 deletions javascript/dinger/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion javascript/dinger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test:browser": "start-server-and-test dev http://localhost:8081 test"
},
"dependencies": {
"@web5/api": "0.9.4",
"@web5/api": "0.10.0",
"buffer": "^6.0.3",
"crypto-browserify": "3.12.0",
"next": "^14.2.4",
Expand Down
194 changes: 186 additions & 8 deletions javascript/fan-club-credential/package-lock.json

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

2 changes: 1 addition & 1 deletion javascript/fan-club-credential/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "Apache-2.0",
"dependencies": {
"@web5/api": "0.9.4",
"@web5/api": "0.10.0",
"@web5/credentials": "1.0.3",
"@web5/dids": "1.1.1",
"@web5/user-agent": "^0.3.8"
Expand Down
Loading

0 comments on commit 32583c5

Please sign in to comment.