@nebula.js/sn-action-button 2.1.2 → 2.1.4
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 +0 -2
- package/api-specifications/properties.json +1 -1
- package/core/esm/index.js +3 -3
- package/dist/sn-action-button.js +12 -3
- package/dist/sn-action-button.systemjs.js +3 -3
- package/package.json +27 -34
- package/sn-action-button-ext/dist/sn-action-button.js +12 -3
- 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.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "Action button supernova",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"qlik",
|
|
@@ -17,45 +17,37 @@
|
|
|
17
17
|
"sn-action-button-ext"
|
|
18
18
|
],
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@
|
|
21
|
-
"@
|
|
22
|
-
"@
|
|
23
|
-
"@
|
|
24
|
-
"@
|
|
25
|
-
"@
|
|
26
|
-
"@
|
|
27
|
-
"@commitlint/config-conventional": "19.8.1",
|
|
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",
|
|
32
|
-
"@nebula.js/stardust": "5.17.0",
|
|
20
|
+
"@commitlint/cli": "20.1.0",
|
|
21
|
+
"@commitlint/config-conventional": "20.0.0",
|
|
22
|
+
"@nebula.js/cli": "6.0.2",
|
|
23
|
+
"@nebula.js/cli-build": "6.0.2",
|
|
24
|
+
"@nebula.js/cli-sense": "6.0.2",
|
|
25
|
+
"@nebula.js/cli-serve": "6.0.2",
|
|
26
|
+
"@nebula.js/stardust": "6.0.2",
|
|
33
27
|
"@nebula.js/test-utils": "0.6.0",
|
|
34
|
-
"@playwright/test": "1.
|
|
35
|
-
"@qlik-trial/qmfe-api": "4.
|
|
36
|
-
"@qlik-trial/sprout": "
|
|
37
|
-
"@qlik/api": "1.
|
|
38
|
-
"@qlik/eslint-config": "1.
|
|
39
|
-
"@qlik/prettier-config": "0.4.
|
|
28
|
+
"@playwright/test": "1.56.1",
|
|
29
|
+
"@qlik-trial/qmfe-api": "4.82.0",
|
|
30
|
+
"@qlik-trial/sprout": "5.14.3",
|
|
31
|
+
"@qlik/api": "1.48.0",
|
|
32
|
+
"@qlik/eslint-config": "1.4.4",
|
|
33
|
+
"@qlik/prettier-config": "0.4.30",
|
|
40
34
|
"@qlik/tsconfig": "0.3.1",
|
|
41
|
-
"@rollup/plugin-typescript": "12.
|
|
42
|
-
"@rollup/rollup-linux-arm64-gnu": "4.
|
|
43
|
-
"@scriptappy/cli": "0.10.
|
|
44
|
-
"@scriptappy/from-jsdoc": "0.19.
|
|
45
|
-
"@vitest/coverage-v8": "
|
|
46
|
-
"babel-plugin-istanbul": "7.0.0",
|
|
35
|
+
"@rollup/plugin-typescript": "12.3.0",
|
|
36
|
+
"@rollup/rollup-linux-arm64-gnu": "4.53.1",
|
|
37
|
+
"@scriptappy/cli": "0.10.1",
|
|
38
|
+
"@scriptappy/from-jsdoc": "0.19.1",
|
|
39
|
+
"@vitest/coverage-v8": "4.0.8",
|
|
47
40
|
"eslint": "8.57.1",
|
|
48
|
-
"fs-extra": "11.3.
|
|
41
|
+
"fs-extra": "11.3.2",
|
|
49
42
|
"husky": "9.1.7",
|
|
50
|
-
"jsdom": "
|
|
51
|
-
"
|
|
52
|
-
"
|
|
43
|
+
"jsdom": "27.1.0",
|
|
44
|
+
"knip": "5.68.0",
|
|
45
|
+
"lint-staged": "16.2.6",
|
|
53
46
|
"prettier": "3.6.2",
|
|
54
|
-
"qlik-chart-modules": "0.
|
|
47
|
+
"qlik-chart-modules": "0.99.0",
|
|
55
48
|
"react": "18.3.1",
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"vitest": "3.2.4",
|
|
49
|
+
"typescript": "5.9.3",
|
|
50
|
+
"vitest": "4.0.8",
|
|
59
51
|
"yargs": "18.0.0"
|
|
60
52
|
},
|
|
61
53
|
"peerDependencies": {
|
|
@@ -74,6 +66,7 @@
|
|
|
74
66
|
"copy:ext": "node ./tools/copy-ext.js",
|
|
75
67
|
"format": "prettier --write '**'",
|
|
76
68
|
"format:check": "prettier --check '**'",
|
|
69
|
+
"knip": "knip",
|
|
77
70
|
"lint": "eslint .",
|
|
78
71
|
"sense": "nebula sense",
|
|
79
72
|
"spec": "sy from-jsdoc -c ./spec-configs/props.conf.js",
|