Skip to content

Commit

Permalink
chore: Fixed broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe Maas committed Dec 9, 2024
1 parent 33e0be7 commit 10fd2b1
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 385 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"node": ">=18"
},
"resolutions": {
"@sphereon/ssi-types": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../SSI-SDK/packages/ssi-types",
"dcql": "0.2.11",
"node-fetch": "2.6.12"
},
Expand Down
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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"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": "0.30.2-feature.mdoc.funke2.367",
"@sphereon/ssi-types": "link:../../SSI-SDK/packages/ssi-types",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"jwt-decode": "^4.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -699,9 +699,6 @@ export const AuthorizationRequestPayloadVD11SchemaObj = {
"type": "string"
}
},
"required": [
"type"
],
"additionalProperties": false
},
"OneOfNumberStringBoolean": {
Expand Down Expand Up @@ -934,81 +931,15 @@ export const AuthorizationRequestPayloadVD11SchemaObj = {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
}
},
"required": [
"type"
],
"additionalProperties": false
},
"FilterV2Base": {
"type": "object",
"properties": {
"const": {
"$ref": "#/definitions/OneOfNumberStringBoolean"
},
"enum": {
"type": "array",
"items": {
"$ref": "#/definitions/OneOfNumberStringBoolean"
}
},
"exclusiveMinimum": {
"$ref": "#/definitions/OneOfNumberString"
},
"exclusiveMaximum": {
"$ref": "#/definitions/OneOfNumberString"
},
"format": {
"type": "string"
},
"formatMaximum": {
"type": "string"
},
"formatMinimum": {
"type": "string"
},
"formatExclusiveMaximum": {
"type": "string"
},
"formatExclusiveMinimum": {
"type": "string"
},
"minLength": {
"type": "number"
},
"maxLength": {
"type": "number"
},
"minimum": {
"$ref": "#/definitions/OneOfNumberString"
},
"maximum": {
"$ref": "#/definitions/OneOfNumberString"
},
"not": {
"type": "object"
},
"pattern": {
"type": "string"
},
"type": {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
"$ref": "#/definitions/FilterV2"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
"$ref": "#/definitions/FilterV2Items"
}
},
"additionalProperties": false
},
"FilterV2BaseItems": {
"FilterV2Items": {
"type": "object",
"properties": {
"const": {
Expand Down Expand Up @@ -1063,15 +994,12 @@ export const AuthorizationRequestPayloadVD11SchemaObj = {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
"$ref": "#/definitions/FilterV2"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
"$ref": "#/definitions/FilterV2Items"
}
},
"required": [
"type"
],
"additionalProperties": false
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@ export const AuthorizationRequestPayloadVD12OID4VPD18SchemaObj = {
"type": "string"
}
},
"required": [
"type"
],
"additionalProperties": false
},
"OneOfNumberStringBoolean": {
Expand Down Expand Up @@ -940,81 +937,15 @@ export const AuthorizationRequestPayloadVD12OID4VPD18SchemaObj = {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
}
},
"required": [
"type"
],
"additionalProperties": false
},
"FilterV2Base": {
"type": "object",
"properties": {
"const": {
"$ref": "#/definitions/OneOfNumberStringBoolean"
},
"enum": {
"type": "array",
"items": {
"$ref": "#/definitions/OneOfNumberStringBoolean"
}
},
"exclusiveMinimum": {
"$ref": "#/definitions/OneOfNumberString"
},
"exclusiveMaximum": {
"$ref": "#/definitions/OneOfNumberString"
},
"format": {
"type": "string"
},
"formatMaximum": {
"type": "string"
},
"formatMinimum": {
"type": "string"
},
"formatExclusiveMaximum": {
"type": "string"
},
"formatExclusiveMinimum": {
"type": "string"
},
"minLength": {
"type": "number"
},
"maxLength": {
"type": "number"
},
"minimum": {
"$ref": "#/definitions/OneOfNumberString"
},
"maximum": {
"$ref": "#/definitions/OneOfNumberString"
},
"not": {
"type": "object"
},
"pattern": {
"type": "string"
},
"type": {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
"$ref": "#/definitions/FilterV2"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
"$ref": "#/definitions/FilterV2Items"
}
},
"additionalProperties": false
},
"FilterV2BaseItems": {
"FilterV2Items": {
"type": "object",
"properties": {
"const": {
Expand Down Expand Up @@ -1069,15 +1000,12 @@ export const AuthorizationRequestPayloadVD12OID4VPD18SchemaObj = {
"type": "string"
},
"contains": {
"$ref": "#/definitions/FilterV2Base"
"$ref": "#/definitions/FilterV2"
},
"items": {
"$ref": "#/definitions/FilterV2BaseItems"
"$ref": "#/definitions/FilterV2Items"
}
},
"required": [
"type"
],
"additionalProperties": false
},
"ClientIdSchemeOID4VPD18": {
Expand Down
Loading

0 comments on commit 10fd2b1

Please sign in to comment.