Skip to content

Commit

Permalink
Update package dependencies and changelog for version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phisakel committed Dec 18, 2024
1 parent d6d89a0 commit 48f60d9
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 15 deletions.
65 changes: 64 additions & 1 deletion Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "159dbb3012d3bb08d03b362214f0faa5afa43c0b815e7d4b8bbfc74baf597db3",
"originHash" : "2a8e64ab840e41581d7f0a76348846ec93e6145abac07f283ae0816f90d780b8",
"pins" : [
{
"identity" : "blueecc",
Expand Down Expand Up @@ -28,6 +28,33 @@
"version" : "1.8.3"
}
},
{
"identity" : "eudi-lib-ios-iso18013-data-model",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-model.git",
"state" : {
"revision" : "ef353c447c7716c1fe5f5905ff98e089f5a29d43",
"version" : "0.5.1"
}
},
{
"identity" : "eudi-lib-ios-iso18013-data-transfer",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git",
"state" : {
"revision" : "deaf1a119cefc2a8c839a467c1e297d234b5ab50",
"version" : "0.5.0"
}
},
{
"identity" : "eudi-lib-ios-iso18013-security",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-security.git",
"state" : {
"revision" : "d3d9935b24b05902f840471bb70f651caa7f4cb5",
"version" : "0.4.0"
}
},
{
"identity" : "eudi-lib-ios-openid4vci-swift",
"kind" : "remoteSourceControl",
Expand All @@ -37,6 +64,42 @@
"version" : "0.10.0"
}
},
{
"identity" : "eudi-lib-ios-presentation-exchange-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-presentation-exchange-swift.git",
"state" : {
"revision" : "21e03b18e4ea349edd21c016b9e0b3a2063285bf",
"version" : "0.2.1"
}
},
{
"identity" : "eudi-lib-ios-siop-openid4vp-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git",
"state" : {
"revision" : "29b10284e8e0573161f65fea281f79c81f81669d",
"version" : "0.6.3"
}
},
{
"identity" : "eudi-lib-ios-wallet-storage",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git",
"state" : {
"revision" : "7a21a35e01fc8ebd7eaaa18850491e6764e6a4dc",
"version" : "0.4.2"
}
},
{
"identity" : "eudi-lib-sdjwt-swift",
"kind" : "remoteSourceControl",
"location" : "https://github.com/eu-digital-identity-wallet/eudi-lib-sdjwt-swift.git",
"state" : {
"revision" : "3921713715d3ff32dea391bdfd4ec8a080db3921",
"version" : "0.4.0"
}
},
{
"identity" : "hitch",
"kind" : "remoteSourceControl",
Expand Down
17 changes: 4 additions & 13 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,17 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.3"),
.package(url: "https://github.com/crspybits/swift-log-file", from: "0.1.0"),
.package(path: "../eudi-lib-ios-iso18013-data-model"),
.package(path: "../eudi-lib-ios-iso18013-security"),
.package(path: "../eudi-lib-ios-iso18013-data-transfer"),
.package(path: "../eudi-lib-ios-wallet-storage"),
.package(path: "../eudi-lib-sdjwt-swift"),
.package(path: "../eudi-lib-ios-siop-openid4vp-swift"),
.package(path: "../eudi-lib-ios-presentation-exchange-swift"),
//.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git", exact: "0.4.1"),
//.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git", exact: "0.4.1"),
// .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-sdjwt-swift.git", exact: "0.4.0"),
// .package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.6.3"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-iso18013-data-transfer.git", exact: "0.5.0"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-wallet-storage.git", exact: "0.4.2"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-sdjwt-swift.git", exact: "0.4.0"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-siop-openid4vp-swift.git", exact: "0.6.3"),
.package(url: "https://github.com/eu-digital-identity-wallet/eudi-lib-ios-openid4vci-swift.git", exact: "0.10.0"),
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "EudiWalletKit", dependencies: [
.product(name: "MdocDataModel18013", package: "eudi-lib-ios-iso18013-data-model"),
.product(name: "MdocSecurity18013", package: "eudi-lib-ios-iso18013-security"),
.product(name: "MdocDataTransfer18013", package: "eudi-lib-ios-iso18013-data-transfer"),
.product(name: "WalletStorage", package: "eudi-lib-ios-wallet-storage"),
.product(name: "SiopOpenID4VP", package: "eudi-lib-ios-siop-openid4vp-swift"),
Expand Down
5 changes: 4 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
## v0.8.6
## v0.9.0
### Supports issuing and display of documents with sd-jwt-vc format
- `DocClaimDecodable` protocol is supported for both mso-mdoc (cbor) and sd-jwt-vc formats
### Supports saving and retrieving issuer metadata to be used for display
- `DocClaim` struct has `docDataValue` property to store the typed value (enum with associated values) of the claim and `stringValue` property to store the string value of the claim
- `DocClaim` struct has `displayName`, `isOptional` and `valueType` properties provided by the issuer
### Updated eudi-lib-ios-openid4vci-swift to version 0.10.0
- Feature/dpop nonce
### Breaking changes
- `MdocDecodable` protocol renamed to `DocClaimDecodable`
- `NameValue` struct renamed to `DocClaim`
Expand Down

0 comments on commit 48f60d9

Please sign in to comment.