@progress/kendo-charts 2.11.0 → 2.11.1-develop.2

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": "2.11.0",
6
+ "version": "2.11.1-develop.2",
7
7
  "main": "dist/npm/main.js",
8
8
  "module": "dist/es/main.js",
9
9
  "jsnext:main": "dist/es/main.js",
@@ -15,8 +15,9 @@
15
15
  "scripts": {
16
16
  "start": "gulp start",
17
17
  "build": "gulp build-rollup-package build-cdn",
18
- "test": "cross-env TZ=Europe/Sofia jest --watchAll",
18
+ "test": "cross-env TZ=Europe/Sofia jest",
19
19
  "test:ci": "cross-env TZ=Europe/Sofia jest",
20
+ "test:watch": "cross-env TZ=Europe/Sofia jest --watchAll",
20
21
  "e2e": "cross-env TZ=Europe/Sofia ENV_BROWSER=Chrome_headless gulp watch-e2e",
21
22
  "e2e:ci": "cross-env TZ=Europe/Sofia CHROME_BIN=`which chrome || which chromium-browser` ENV_BROWSER=Chrome_headless gulp e2e",
22
23
  "e2e-visual:ci": "./bin/run-e2e-visual.sh",