Skip to content

Commit

Permalink
refactor: Removed local dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Dec 11, 2024
1 parent 10fd2b1 commit fc238f4
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 26 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=18"
},
"resolutions": {
"@sphereon/ssi-types": "link:../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"dcql": "0.2.11",
"node-fetch": "2.6.12"
},
Expand Down Expand Up @@ -65,5 +65,6 @@
"OIDC4VP",
"OID4VCI",
"OID4VP"
]
],
"packageManager": "[email protected]+sha256.dae0f7e822c56b20979bb5965e3b73b8bdabb6b8b8ef121da6d857508599ca35"
}
2 changes: 1 addition & 1 deletion packages/callback-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@sphereon/oid4vci-client": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"jose": "^4.10.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"jwt-decode": "^4.0.0",
"sha.js": "^2.4.11",
"uint8arrays": "3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer-rest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/oid4vci-issuer": "workspace:*",
"@sphereon/ssi-express-support": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/issuer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/oid4vci-common": "workspace:*",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"uuid": "^9.0.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/oid4vci-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@sphereon/oid4vc-common": "workspace:*",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"jwt-decode": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/siop-oid4vp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@sphereon/pex": "5.0.0-unstable.28",
"dcql": "0.2.11",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"@sphereon/ssi-types": "0.32.0",
"cross-fetch": "^4.0.0",
"debug": "^4.3.5",
"events": "^3.3.0",
Expand Down
80 changes: 63 additions & 17 deletions pnpm-lock.yaml

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

0 comments on commit fc238f4

Please sign in to comment.