@kintone/dts-gen 5.0.10 → 5.0.14

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 CHANGED
@@ -3,6 +3,41 @@
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
+ ## 5.0.14 (2021-12-24)
7
+
8
+ **Note:** Version bump only for package @kintone/dts-gen
9
+
10
+
11
+
12
+
13
+
14
+ ## [5.0.13](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.12...@kintone/dts-gen@5.0.13) (2021-12-21)
15
+
16
+ **Note:** Version bump only for package @kintone/dts-gen
17
+
18
+
19
+
20
+
21
+
22
+ ## [5.0.12](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.11...@kintone/dts-gen@5.0.12) (2021-12-15)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **deps:** update dependency prettier to ^2.5.1 ([#1238](https://github.com/kintone/js-sdk/issues/1238)) ([cfd1fca](https://github.com/kintone/js-sdk/commit/cfd1fcaab6ff72957d91526445928fd8ed876890))
28
+
29
+
30
+
31
+
32
+
33
+ ## [5.0.11](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.10...@kintone/dts-gen@5.0.11) (2021-12-01)
34
+
35
+ **Note:** Version bump only for package @kintone/dts-gen
36
+
37
+
38
+
39
+
40
+
6
41
  ## [5.0.10](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.9...@kintone/dts-gen@5.0.10) (2021-11-17)
7
42
 
8
43
 
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # kintone-dts-gen
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40kintone%2Fdts-gen.svg)](https://badge.fury.io/js/%40kintone%2Fdts-gen)
4
+ ![Node.js version](https://img.shields.io/badge/dynamic/json.svg?url=https://raw.githubusercontent.com/kintone/js-sdk/master/packages/dts-gen/package.json&label=node&query=$.engines.node&colorB=blue)
5
+ ![License](https://img.shields.io/npm/l/@kintone/dts-gen.svg)
4
6
 
5
7
  Type definition for kintone customize and
6
8
  Type definition generation tool from kintone form settings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/dts-gen",
3
- "version": "5.0.10",
3
+ "version": "5.0.14",
4
4
  "description": "Types for kintone js api and Types generating tools",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -33,12 +33,12 @@
33
33
  "commander": "^7.2.0",
34
34
  "form-data": "^4.0.0",
35
35
  "lodash": "^4.17.21",
36
- "prettier": "^2.4.1"
36
+ "prettier": "^2.5.1"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/lodash": "^4.14.177",
39
+ "@types/lodash": "^4.14.178",
40
40
  "ts-loader": "^8.3.0",
41
- "webpack": "^5.64.1",
41
+ "webpack": "^5.65.0",
42
42
  "webpack-cli": "^4.9.1"
43
43
  },
44
44
  "bin": {
@@ -60,5 +60,5 @@
60
60
  "keywords": [
61
61
  "kintone"
62
62
  ],
63
- "gitHead": "1b3d194962a117222bbfcb4a692d0fda7833430c"
63
+ "gitHead": "764e2f8b57fc0aafef42df74b883f344f23d83db"
64
64
  }