@nebula.js/sn-action-button 2.0.7 → 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/api-specifications/properties.json +1 -1
- package/core/esm/index.js +4 -2
- package/dist/sn-action-button.js +4 -2
- package/dist/sn-action-button.systemjs.js +4 -2
- package/package.json +24 -22
- package/sn-action-button-ext/dist/sn-action-button.js +4 -2
- package/sn-action-button-ext/sn-action-button.qext +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nebula.js/sn-action-button",
|
|
3
|
-
"version": "2.0
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Action button supernova",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"qlik",
|
|
@@ -17,45 +17,45 @@
|
|
|
17
17
|
"sn-action-button-ext"
|
|
18
18
|
],
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@babel/cli": "7.28.
|
|
21
|
-
"@babel/core": "7.28.
|
|
20
|
+
"@babel/cli": "7.28.3",
|
|
21
|
+
"@babel/core": "7.28.3",
|
|
22
22
|
"@babel/helper-define-map": "7.18.6",
|
|
23
|
-
"@babel/preset-env": "7.28.
|
|
23
|
+
"@babel/preset-env": "7.28.3",
|
|
24
24
|
"@babel/preset-react": "7.27.1",
|
|
25
25
|
"@babel/preset-typescript": "7.27.1",
|
|
26
26
|
"@commitlint/cli": "19.8.1",
|
|
27
27
|
"@commitlint/config-conventional": "19.8.1",
|
|
28
|
-
"@
|
|
29
|
-
"@nebula.js/cli": "
|
|
30
|
-
"@nebula.js/cli-
|
|
31
|
-
"@nebula.js/cli-
|
|
32
|
-
"@nebula.js/cli-serve": "5.17.0",
|
|
28
|
+
"@nebula.js/cli": "6.0.0-alpha.2",
|
|
29
|
+
"@nebula.js/cli-build": "6.0.0-alpha.2",
|
|
30
|
+
"@nebula.js/cli-sense": "6.0.0-alpha.2",
|
|
31
|
+
"@nebula.js/cli-serve": "6.0.0-alpha.2",
|
|
33
32
|
"@nebula.js/stardust": "5.17.0",
|
|
34
33
|
"@nebula.js/test-utils": "0.6.0",
|
|
35
|
-
"@playwright/test": "1.
|
|
36
|
-
"@qlik-trial/qmfe-api": "4.
|
|
34
|
+
"@playwright/test": "1.55.0",
|
|
35
|
+
"@qlik-trial/qmfe-api": "4.67.1",
|
|
37
36
|
"@qlik-trial/sprout": "4.7.0",
|
|
38
|
-
"@qlik/
|
|
39
|
-
"@qlik/
|
|
37
|
+
"@qlik/api": "1.41.0",
|
|
38
|
+
"@qlik/eslint-config": "1.3.13",
|
|
39
|
+
"@qlik/prettier-config": "0.4.29",
|
|
40
40
|
"@qlik/tsconfig": "0.3.1",
|
|
41
41
|
"@rollup/plugin-typescript": "12.1.4",
|
|
42
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
42
|
+
"@rollup/rollup-linux-arm64-gnu": "4.49.0",
|
|
43
43
|
"@scriptappy/cli": "0.10.0",
|
|
44
44
|
"@scriptappy/from-jsdoc": "0.19.0",
|
|
45
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
45
46
|
"babel-plugin-istanbul": "7.0.0",
|
|
46
47
|
"eslint": "8.57.1",
|
|
47
|
-
"fs-extra": "11.3.
|
|
48
|
+
"fs-extra": "11.3.1",
|
|
48
49
|
"husky": "9.1.7",
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"jest-junit": "16.0.0",
|
|
52
|
-
"lint-staged": "16.1.2",
|
|
50
|
+
"jsdom": "26.1.0",
|
|
51
|
+
"lint-staged": "16.1.5",
|
|
53
52
|
"mocha-junit-reporter": "2.2.1",
|
|
54
53
|
"prettier": "3.6.2",
|
|
55
|
-
"qlik-chart-modules": "0.
|
|
54
|
+
"qlik-chart-modules": "0.97.0",
|
|
56
55
|
"react": "18.3.1",
|
|
57
56
|
"shx": "0.4.0",
|
|
58
|
-
"typescript": "5.
|
|
57
|
+
"typescript": "5.9.2",
|
|
58
|
+
"vitest": "3.2.4",
|
|
59
59
|
"yargs": "18.0.0"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
@@ -83,7 +83,9 @@
|
|
|
83
83
|
"test:e2e:update": "pnpm test:e2e --update-snapshots",
|
|
84
84
|
"test:local:rendering": "./test/rendering/scripts/run-rendering-test.sh",
|
|
85
85
|
"test:local:update:screenshots": "./test/rendering/scripts/update-screenshots.sh",
|
|
86
|
-
"test:unit": "
|
|
86
|
+
"test:unit": "vitest run",
|
|
87
|
+
"test:unit:coverage": "vitest run --coverage",
|
|
88
|
+
"test:unit:watch": "vitest",
|
|
87
89
|
"types:check": "tsc --noEmit"
|
|
88
90
|
}
|
|
89
91
|
}
|