@startinblox/components-ds4go 2.1.1 → 2.2.0

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.
package/README.md CHANGED
@@ -77,6 +77,8 @@ config.json, npm:
77
77
  ]
78
78
  ```
79
79
 
80
+ ## Fact Bundling
81
+
80
82
  config.json, components:
81
83
 
82
84
  ```json
@@ -125,6 +127,48 @@ config.json, components:
125
127
  ]
126
128
  ```
127
129
 
130
+ ## DSIF Explorer
131
+
132
+ config.json, components:
133
+
134
+ ```json
135
+ {
136
+ "type": "dsif-explorer-poc",
137
+ "parameters": {
138
+ "menu": {
139
+ "name": "DSIF Explorer",
140
+ "category": "none",
141
+ "icon": "mage-globe-fill"
142
+ },
143
+ "dataSrc": "https://poc.root-authority.dsif.eu/sectors"
144
+ },
145
+ "route": "dsif-explorer",
146
+ "integration": [
147
+ "menu",
148
+ "routing"
149
+ ]
150
+ },
151
+ ```
152
+
153
+ ## DSP Connector
154
+
155
+ config.json, components:
156
+
157
+ ```json
158
+ {
159
+ "type": "dsp-connector",
160
+ "parameters": {
161
+ "participant-connector-uri": "...",
162
+ "participant-id": "...",
163
+ "participant-api-key": "...",
164
+ "providers": [
165
+ ]
166
+ },
167
+ "route": "dsp-connector",
168
+ "integration": ["routing"]
169
+ },
170
+ ```
171
+
128
172
  ## License
129
173
 
130
174
  [MIT](LICENSE)
package/biome.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": false,
3
- "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.3.14/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",