Skip to content

Commit

Permalink
fix: add merge for ssr build
Browse files Browse the repository at this point in the history
Signed-off-by: Mirko Mollik <mirkomollik@gmail.com>
  • Loading branch information
cre8 committed Oct 28, 2024
1 parent e739df8 commit 3a066f5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"prebuild": "npm run merge",
"start": "ng serve",
"build": "ng build",
"build:ssr": "ng build --configuration ssr",
"build:ssr": "npm run prebuild && ng build --configuration ssr",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"validate": "node scripts/validate.mjs",
Expand Down
49 changes: 49 additions & 0 deletions viewer/src/app/wallets/wallets-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1878,6 +1878,55 @@ export const walletData: Wallet[] = [
"id": "vidcredentials",
"commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/vidcredentials.json"
},
{
"capability": [
"verifier"
],
"type": "cloud",
"name": "Vidos Verifier",
"logo": "https://vidos-id.github.io/static-assets/openwallet_foundation/vidos-logo-onwhite.png",
"company": "Vidos",
"companyUrl": "https://vidos.id",
"urlWebsite": "https://vidos.id",
"urlWebApp": "https://vidos.id",
"openSource": false,
"license": "Commercial SaaS",
"portability": false,
"credentialProfiles": [
"JSON-LD VCs with BBS (Credential is Secret)",
"JSON-LD VCs with BBS (Holder DID)"
],
"credentialFormats": [
"JWT-VC",
"JWT",
"LDP-VC",
"VC (1.1)"
],
"issuanceProtocols": [],
"keyManagements": [
"did:cheqd",
"did:ebsi",
"did:ion (long form)",
"did:jwk",
"did:key",
"did:peer",
"did:web"
],
"presentationProtocols": [],
"signingAlgorithms": [
"BBS+ with public key binding",
"ECDSA",
"EdDSA",
"RSA",
"Schnorr"
],
"statusManagements": [
"Status List 2021"
],
"trustManagements": [],
"id": "vidos-id",
"commitHistory": "https://github.com/openwallet-foundation/digital-wallet-and-agent-overviews-sig/commits/main/wallets/vidos-id.json"
},
{
"capability": [
"holder"
Expand Down

0 comments on commit 3a066f5

Please sign in to comment.