@progress/kendo-charts 1.23.4-dev.202205040416 → 1.23.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/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Kendo UI platform-independent Charts library",
|
|
4
4
|
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
|
-
"version": "1.23.4
|
|
6
|
+
"version": "1.23.4",
|
|
7
7
|
"main": "dist/npm/main.js",
|
|
8
8
|
"module": "dist/es/main.js",
|
|
9
9
|
"jsnext:main": "dist/es/main.js",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"build-package": "gulp build-rollup-package build-cdn",
|
|
17
17
|
"test": "TZ=Europe/Sofia jest",
|
|
18
18
|
"watch-test": "jest --watch",
|
|
19
|
-
"e2e": "
|
|
19
|
+
"e2e": "ENV_BROWSER=Chrome_headless gulp e2e",
|
|
20
20
|
"watch-e2e": "ENV_BROWSER=Chrome_headless gulp watch-e2e",
|
|
21
|
-
"e2e:ci": "
|
|
22
|
-
"e2e_visual:ci": "
|
|
23
|
-
"lint": "
|
|
21
|
+
"e2e:ci": "CHROME_BIN=`which chromium-browser` NO_SANDBOX=true ENV_BROWSER=Chrome_headless npm run e2e",
|
|
22
|
+
"e2e_visual:ci": "./bin/run-e2e-visual.sh",
|
|
23
|
+
"lint": "gulp lint",
|
|
24
24
|
"semantic-release": "semantic-release pre && semantic-prerelease publish && semantic-release post",
|
|
25
25
|
"prepare": "is-ci || husky install"
|
|
26
26
|
},
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@progress/kendo-drawing": "dev",
|
|
40
40
|
"@progress/kendo-e2e": "^0.6.0",
|
|
41
|
-
"@progress/kendo-package-tasks": "
|
|
41
|
+
"@progress/kendo-package-tasks": "4.0.37",
|
|
42
42
|
"@progress/kendo-theme-default": "^5.0.0",
|
|
43
43
|
"@telerik/eslint-config": "^1.0.0",
|
|
44
44
|
"@telerik/kendo-intl": "^1.0.0",
|