Skip to content

Commit

Permalink
chore: fix version vckit core-type
Browse files Browse the repository at this point in the history
Signed-off-by: Nam Hoang <hoangxuannam160493@gmail.com>
  • Loading branch information
namhoang1604 committed Oct 9, 2023
1 parent 58175f6 commit 4cf9622
Show file tree
Hide file tree
Showing 7 changed files with 5,919 additions and 5,637 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@transmute/did-context": "0.7.0-unstable.75",
"@types/blessed": "^0.1.19",
"@types/swagger-ui-express": "^4.1.3",
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"@vckit/credential-oa": "^1.0.0-beta.6",
"@vckit/example-documents": "^1.0.0-beta.6",
"@vckit/remote-server": "^1.0.0-beta.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/credential-oa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@govtechsg/oa-verify": "^8.0.0",
"@govtechsg/open-attestation": "^6.6.0",
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"@veramo/utils": "5.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"url": "https://github.com/uncefact/project-vckit/issues"
},
"dependencies": {
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"@veramo/core": "5.2.0",
"@veramo/remote-client": "5.1.2",
"@veramo/credential-w3c": "5.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@transmute/ed25519-key-pair": "0.7.0-unstable.81",
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"@veramo/remote-client": "5.1.2",
"@veramo/utils": "5.2.0",
"debug": "^4.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/renderer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"dependencies": {
"@digitalcredentials/jsonld": "^5.2.1",
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"handlebars": "^4.7.6"
},
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/vc-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"extract-api": "node ../cli/bin/vckit.js dev extract-api"
},
"dependencies": {
"@vckit/core-types": "^1.0.0-beta.6",
"@vckit/core-types": "workspace:^",
"debug": "^4.3.3",
"did-resolver": "^4.0.1",
"express": "^4.18.2",
Expand Down
Loading

0 comments on commit 4cf9622

Please sign in to comment.