@kintone/dts-gen 5.0.11 → 5.0.15

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.15 (2021-12-24)
7
+
8
+ **Note:** Version bump only for package @kintone/dts-gen
9
+
10
+
11
+
12
+
13
+
14
+ ## 5.0.14 (2021-12-24)
15
+
16
+ **Note:** Version bump only for package @kintone/dts-gen
17
+
18
+
19
+
20
+
21
+
22
+ ## [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)
23
+
24
+ **Note:** Version bump only for package @kintone/dts-gen
25
+
26
+
27
+
28
+
29
+
30
+ ## [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)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **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))
36
+
37
+
38
+
39
+
40
+
6
41
  ## [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)
7
42
 
8
43
  **Note:** Version bump only for package @kintone/dts-gen
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.11",
3
+ "version": "5.0.15",
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.5.0"
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.4",
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": "b4dddb5892f97a3fe2f6affbb5cefa9feea930dd"
63
+ "gitHead": "9a7988308b247348ede1acb4cc10c373ca696e96"
64
64
  }