@kintone/dts-gen 6.1.2 → 6.1.5
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/CHANGELOG.md +32 -0
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,38 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [6.1.5](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.4...@kintone/dts-gen@6.1.5) (2022-07-21)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **deps:** update dependency @cybozu/eslint-config to ^17.0.2 ([#1609](https://github.com/kintone/js-sdk/issues/1609)) ([c1f6508](https://github.com/kintone/js-sdk/commit/c1f6508cf1f3c850205bf98a4b5592fd345099f6))
|
|
12
|
+
* **deps:** update dependency eslint to ^8.19.0 ([#1610](https://github.com/kintone/js-sdk/issues/1610)) ([c470c83](https://github.com/kintone/js-sdk/commit/c470c83e8cc06b53d67c9d15429eb9027e733c29))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
## [6.1.4](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.3...@kintone/dts-gen@6.1.4) (2022-06-29)
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
### Bug Fixes
|
|
22
|
+
|
|
23
|
+
* **deps:** update dependency commander to ^9.3.0 ([#1536](https://github.com/kintone/js-sdk/issues/1536)) ([cb0ec3d](https://github.com/kintone/js-sdk/commit/cb0ec3ddb724498fb590992cc8451444ed70a235))
|
|
24
|
+
* **deps:** update eslint and prettier ([#1566](https://github.com/kintone/js-sdk/issues/1566)) ([590886b](https://github.com/kintone/js-sdk/commit/590886bbe258906fff8ba9b8ecfea1bef887c5c6))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## [6.1.3](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.2...@kintone/dts-gen@6.1.3) (2022-06-22)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @kintone/dts-gen
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
6
38
|
## [6.1.2](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.1...@kintone/dts-gen@6.1.2) (2022-06-08)
|
|
7
39
|
|
|
8
40
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kintone/dts-gen",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.5",
|
|
4
4
|
"description": "Types for kintone js api and Types generating tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,21 +29,21 @@
|
|
|
29
29
|
},
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@cybozu/eslint-config": "^17.0.
|
|
32
|
+
"@cybozu/eslint-config": "^17.0.2",
|
|
33
33
|
"axios": "^0.27.2",
|
|
34
|
-
"commander": "^9.
|
|
35
|
-
"eslint": "^8.
|
|
34
|
+
"commander": "^9.3.0",
|
|
35
|
+
"eslint": "^8.19.0",
|
|
36
36
|
"form-data": "^4.0.0",
|
|
37
37
|
"lodash": "^4.17.21",
|
|
38
|
-
"prettier": "^2.
|
|
38
|
+
"prettier": "^2.7.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@types/eslint": "^8.4.
|
|
41
|
+
"@types/eslint": "^8.4.5",
|
|
42
42
|
"@types/lodash": "^4.14.182",
|
|
43
43
|
"@types/prettier": "^2.6.3",
|
|
44
|
-
"ts-loader": "^9.3.
|
|
45
|
-
"webpack": "^5.
|
|
46
|
-
"webpack-cli": "^4.
|
|
44
|
+
"ts-loader": "^9.3.1",
|
|
45
|
+
"webpack": "^5.73.0",
|
|
46
|
+
"webpack-cli": "^4.10.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
49
49
|
"kintone-dts-gen": "dist/index.js"
|
|
@@ -64,5 +64,5 @@
|
|
|
64
64
|
"keywords": [
|
|
65
65
|
"kintone"
|
|
66
66
|
],
|
|
67
|
-
"gitHead": "
|
|
67
|
+
"gitHead": "cb5f45643f0aee2d51f4c74f343afc9905fc61cd"
|
|
68
68
|
}
|