@sphereon/ui-components.credential-branding 0.2.1-unstable.44 → 0.2.1-unstable.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
  <h1 align="center">
3
3
  <br>
4
4
  <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a>
5
- <br>UI Components Credential Mapper (Typescript)
5
+ <br>UI Components Credential Branding (Typescript)
6
6
  <br>
7
7
  </h1>
8
8
 
@@ -17,5 +17,5 @@ pnpm build
17
17
  ### Installation
18
18
 
19
19
  ```shell
20
- pnpm install @sphereon/ui-components.credential-mapper
20
+ pnpm install @sphereon/ui-components.credential-branding
21
21
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sphereon/ui-components.credential-branding",
3
3
  "private": false,
4
- "version": "0.2.1-unstable.44+5dc2b62",
4
+ "version": "0.2.1-unstable.45+65cd0d3",
5
5
  "description": "SSI UI components credential branding",
6
6
  "repository": "git@github.com:Sphereon-Opensource/UI-Components.git",
7
7
  "author": "Sphereon <dev@sphereon.com>",
@@ -32,7 +32,7 @@
32
32
  "@sphereon/ssi-sdk.core": "0.26.1-next.6",
33
33
  "@sphereon/ssi-sdk.data-store": "0.26.1-next.6",
34
34
  "@sphereon/ssi-types": "0.26.1-next.6",
35
- "@sphereon/ui-components.core": "0.2.1-unstable.44+5dc2b62",
35
+ "@sphereon/ui-components.core": "0.2.1-unstable.45+65cd0d3",
36
36
  "@veramo/core": "4.2.0",
37
37
  "@veramo/utils": "4.2.0",
38
38
  "i18n-js": "^3.8.0",
@@ -49,5 +49,5 @@
49
49
  "peerDependencies": {
50
50
  "react": ">= 18"
51
51
  },
52
- "gitHead": "5dc2b62ecd2eb2d4bee5dc72544d523de3d4d4e4"
52
+ "gitHead": "65cd0d3a3f8a4ab252735b40ff74e5106e3b60b0"
53
53
  }