Skip to content

Commit

Permalink
refactor: aligns local vers with published vers
Browse files Browse the repository at this point in the history
  • Loading branch information
gdixon committed Jun 14, 2022
1 parent 8254a6c commit c507df2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/scorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"dist"
],
"dependencies": {
"@gitcoinco/passport-sdk-reader": "^0.0.1",
"@gitcoinco/passport-sdk-types": "^0.0.1",
"@gitcoinco/passport-sdk-verifier": "^0.0.1"
"@gitcoinco/passport-sdk-reader": "^0.1.1",
"@gitcoinco/passport-sdk-types": "^0.1.1",
"@gitcoinco/passport-sdk-verifier": "^0.1.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/verifier/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"dist"
],
"dependencies": {
"@gitcoinco/passport-sdk-reader": "^0.0.1",
"@gitcoinco/passport-sdk-types": "^0.0.1",
"@gitcoinco/passport-sdk-reader": "^0.1.1",
"@gitcoinco/passport-sdk-types": "^0.1.1",
"@spruceid/didkit-wasm": "^0.2.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/writer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"dependencies": {
"@ceramicnetwork/http-client": "^2.0.0",
"@gitcoinco/passport-sdk-types": "^0.0.1",
"@gitcoinco/passport-sdk-types": "^0.1.1",
"@glazed/datamodel": "^0.3.0",
"@glazed/did-datastore": "^0.3.1",
"@glazed/tile-loader": "^0.2.0",
Expand Down

0 comments on commit c507df2

Please sign in to comment.