@progress/kendo-data-query 1.7.1-develop.1 → 1.7.1
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 +10 -12
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Kendo UI data query helpers",
|
|
4
4
|
"author": "Progress",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
|
-
"version": "1.7.1
|
|
6
|
+
"version": "1.7.1",
|
|
7
7
|
"main": "dist/npm/main.js",
|
|
8
8
|
"module": "dist/es/main.js",
|
|
9
9
|
"jsnext:main": "dist/es/main.js",
|
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp start",
|
|
17
17
|
"lint": "eslint . --quiet",
|
|
18
18
|
"api-check": "gulp api-check",
|
|
19
|
-
"build-package": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp build-package build-es2015-bundle"
|
|
19
|
+
"build-package": "cross-env NODE_OPTIONS=--openssl-legacy-provider gulp build-package build-es2015-bundle",
|
|
20
|
+
"prepare": "husky install"
|
|
20
21
|
},
|
|
21
22
|
"keywords": [
|
|
22
23
|
"Kendo UI",
|
|
@@ -28,25 +29,22 @@
|
|
|
28
29
|
"devDependencies": {
|
|
29
30
|
"@babel/eslint-parser": "^7.26.5",
|
|
30
31
|
"@babel/plugin-syntax-typescript": "^7.25.9",
|
|
32
|
+
"@commitlint/cli": "^17.3.0",
|
|
33
|
+
"@commitlint/config-conventional": "^17.3.0",
|
|
31
34
|
"@progress/kendo-typescript-tasks": "dev",
|
|
32
|
-
"@types/jest": "^
|
|
35
|
+
"@types/jest": "^29.5.14",
|
|
33
36
|
"colors": "^1.1.2",
|
|
34
|
-
"core-js": "^2.2.2",
|
|
35
37
|
"cross-env": "^7.0.3",
|
|
36
38
|
"cz-conventional-changelog": "^1.1.5",
|
|
37
|
-
"es6-promise": "^3.1.2",
|
|
38
|
-
"es6-shim": "^0.35.0",
|
|
39
|
-
"es7-reflect-metadata": "^1.6.0",
|
|
40
39
|
"eslint": "^9.0.0",
|
|
41
40
|
"eslint-plugin-jest": "^28.10.0",
|
|
42
|
-
"ghooks": "^1.0.3",
|
|
43
41
|
"gulp": "^5.0.0",
|
|
44
|
-
"
|
|
42
|
+
"husky": "^8.0.2",
|
|
43
|
+
"jest": "^29.7.0",
|
|
45
44
|
"jest-preset-typescript": "^1.2.0",
|
|
46
45
|
"semantic-release": "^24.2.0",
|
|
47
|
-
"ts-jest": "^
|
|
48
|
-
"typescript": "^5.7.3"
|
|
49
|
-
"validate-commit-msg": "^1.1.1"
|
|
46
|
+
"ts-jest": "^29.2.5",
|
|
47
|
+
"typescript": "^5.7.3"
|
|
50
48
|
},
|
|
51
49
|
"config": {
|
|
52
50
|
"commitizen": {
|