@nebula.js/sn-pivot-table 2.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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nebula.js/sn-pivot-table",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.1.0",
|
|
4
4
|
"description": "Pivot table supernova",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"qlik",
|
|
@@ -24,20 +24,22 @@
|
|
|
24
24
|
"sn-pivot-table-ext"
|
|
25
25
|
],
|
|
26
26
|
"scripts": {
|
|
27
|
-
"build": "
|
|
28
|
-
"build:dev": "
|
|
29
|
-
"build:watch": "
|
|
27
|
+
"build": "node ./scripts/build.js --core --ext",
|
|
28
|
+
"build:dev": "node ./scripts/build.js --core --ext --mode development",
|
|
29
|
+
"build:watch": "node ./scripts/build.js --mode development -w",
|
|
30
30
|
"copy:ext": "node ./scripts/copy-ext.js",
|
|
31
31
|
"format:check": "prettier --check '**' --ignore-unknown",
|
|
32
32
|
"format:write": "prettier --write '**' --ignore-unknown",
|
|
33
|
+
"postinstall": "yarn locale:generate",
|
|
33
34
|
"lint": "eslint src/",
|
|
34
35
|
"locale:generate": "node src/locale/scripts/generate-all.mjs",
|
|
35
36
|
"locale:verify": "node src/locale/tools/verify-translations.mjs",
|
|
36
37
|
"prepare": "husky install",
|
|
37
38
|
"sense": "nebula sense",
|
|
38
39
|
"spec": "npx @scriptappy/cli from-jsdoc -c ./scriptappy.config.js",
|
|
39
|
-
"start": "
|
|
40
|
+
"start": "nebula serve --type sn-pivot-table",
|
|
40
41
|
"start:mfe": "nebula serve --mfe --type sn-pivot-table",
|
|
42
|
+
"test:e2e": "yarn test:rendering",
|
|
41
43
|
"test:local:rendering": "./test/rendering/scripts/run-rendering-test.sh",
|
|
42
44
|
"test:local:update:screenshots": "./test/rendering/scripts/update-screenshots.sh",
|
|
43
45
|
"test:rendering": "playwright test",
|
|
@@ -91,6 +93,7 @@
|
|
|
91
93
|
"@nebula.js/cli-sense": "4.0.3",
|
|
92
94
|
"@nebula.js/cli-serve": "4.0.3",
|
|
93
95
|
"@playwright/test": "1.34.0",
|
|
96
|
+
"@qlik-oss/nebula-table-utils": "1.1.0",
|
|
94
97
|
"@qlik-trial/sprout": "2.51.0",
|
|
95
98
|
"@qlik/eslint-config": "0.0.16",
|
|
96
99
|
"@qlik/eslint-config-react": "0.0.15",
|
|
@@ -128,6 +131,7 @@
|
|
|
128
131
|
"@nebula.js/stardust": ">=4.0.3",
|
|
129
132
|
"@qlik-trial/sprout": ">=2.51.0"
|
|
130
133
|
},
|
|
134
|
+
"packageManager": "yarn@1.22.19",
|
|
131
135
|
"engines": {
|
|
132
136
|
"node": ">=16"
|
|
133
137
|
},
|