@startinblox/components-ds4go 1.0.0 → 2.1.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/.gitlab-ci.yml CHANGED
@@ -10,7 +10,7 @@ cache:
10
10
  - .npm/
11
11
 
12
12
  default:
13
- image: node:22
13
+ image: node:24
14
14
 
15
15
  stages:
16
16
  - prepare
@@ -19,7 +19,7 @@ stages:
19
19
 
20
20
  prepare:
21
21
  stage: prepare
22
- image: node:22
22
+ image: node:24
23
23
  before_script:
24
24
  - npm ci --cache .npm --prefer-offline
25
25
  - npm install -g semantic-release@24 @semantic-release/gitlab@13
@@ -37,7 +37,7 @@ prepare:
37
37
  test:
38
38
  stage: test
39
39
  image:
40
- name: cypress/included:15.5.0
40
+ name: cypress/included:15.9.0
41
41
  entrypoint: [""]
42
42
  before_script:
43
43
  - npm ci --cache .npm --prefer-offline
package/README.md CHANGED
@@ -113,7 +113,8 @@ config.json, components:
113
113
  "type": "fact-bundle-creation",
114
114
  "parameters": {
115
115
  "header": "Create a new Fact Bundle",
116
- "dataSrc": "server://factbundles/"
116
+ "dataSrc": "server://factbundles/",
117
+ "factsSrc": "server://facts/"
117
118
  },
118
119
  "route": "fact-bundle-creation",
119
120
  "integration": [
package/biome.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "root": false,
3
- "$schema": "https://biomejs.dev/schemas/2.0.0/schema.json",
3
+ "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
4
4
  "vcs": {
5
5
  "enabled": true,
6
6
  "clientKind": "git",