@kintone/dts-gen 6.1.3 → 6.1.6

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.
Files changed (2) hide show
  1. package/package.json +11 -11
  2. package/CHANGELOG.md +0 -783
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/dts-gen",
3
- "version": "6.1.3",
3
+ "version": "6.1.6",
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.1",
32
+ "@cybozu/eslint-config": "^17.0.3",
33
33
  "axios": "^0.27.2",
34
- "commander": "^9.2.0",
35
- "eslint": "^8.17.0",
34
+ "commander": "^9.4.0",
35
+ "eslint": "^8.20.0",
36
36
  "form-data": "^4.0.0",
37
37
  "lodash": "^4.17.21",
38
- "prettier": "^2.6.2"
38
+ "prettier": "^2.7.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@types/eslint": "^8.4.3",
41
+ "@types/eslint": "^8.4.5",
42
42
  "@types/lodash": "^4.14.182",
43
- "@types/prettier": "^2.6.3",
44
- "ts-loader": "^9.3.0",
45
- "webpack": "^5.72.1",
46
- "webpack-cli": "^4.9.2"
43
+ "@types/prettier": "^2.6.4",
44
+ "ts-loader": "^9.3.1",
45
+ "webpack": "^5.74.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": "f624883028db65fb4ac8a7d95dcc4c3939786aa2"
67
+ "gitHead": "1017ddd0e309ac04a03c9de11f7c81ac5882c3cf"
68
68
  }
package/CHANGELOG.md DELETED
@@ -1,783 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [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)
7
-
8
- **Note:** Version bump only for package @kintone/dts-gen
9
-
10
-
11
-
12
-
13
-
14
- ## [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)
15
-
16
-
17
- ### Bug Fixes
18
-
19
- * **deps:** update dependency eslint to ^8.17.0 ([#1550](https://github.com/kintone/js-sdk/issues/1550)) ([f48ac6a](https://github.com/kintone/js-sdk/commit/f48ac6a10bf54399a810d6059357e4432180416a))
20
-
21
-
22
-
23
-
24
-
25
- ## [6.1.1](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.0...@kintone/dts-gen@6.1.1) (2022-06-01)
26
-
27
-
28
- ### Bug Fixes
29
-
30
- * **deps:** update dependency eslint to ^8.16.0 ([#1523](https://github.com/kintone/js-sdk/issues/1523)) ([561d273](https://github.com/kintone/js-sdk/commit/561d273c1c3d444a06a9c651b93307acfecf621b))
31
-
32
-
33
-
34
-
35
-
36
- # [6.1.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.0.0...@kintone/dts-gen@6.1.0) (2022-05-20)
37
-
38
-
39
- ### Features
40
-
41
- * **dts-gen:** apply eslint to generated `*.d.ts file` ([#1266](https://github.com/kintone/js-sdk/issues/1266)) ([93f9455](https://github.com/kintone/js-sdk/commit/93f945536d2c1228836bd53ebbfac68916fc29f3))
42
-
43
-
44
-
45
-
46
-
47
- # [6.0.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.23...@kintone/dts-gen@6.0.0) (2022-05-13)
48
-
49
-
50
- * chore!: drop Node v12 support because of the EOL (BREAKING CHANGE) (#1493) ([0d9dae1](https://github.com/kintone/js-sdk/commit/0d9dae10582fc40d89a1af8db4a2efc1d776a456)), closes [#1493](https://github.com/kintone/js-sdk/issues/1493)
51
-
52
-
53
- ### Bug Fixes
54
-
55
- * **deps:** update dependency axios to ^0.27.2 ([#1457](https://github.com/kintone/js-sdk/issues/1457)) ([a1f069c](https://github.com/kintone/js-sdk/commit/a1f069cd705129f58bb7149bad7738a7c90d903d))
56
-
57
-
58
- ### BREAKING CHANGES
59
-
60
- * drop Node v12 support because of the EOL.
61
-
62
- * ci: update Node version 14 -> 16
63
-
64
- * ci: remove Node 18.x from test workflow
65
-
66
-
67
-
68
-
69
-
70
- ## [5.0.23](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.22...@kintone/dts-gen@5.0.23) (2022-04-28)
71
-
72
-
73
- ### Bug Fixes
74
-
75
- * **deps:** update dependency commander to ^9.2.0 ([#1419](https://github.com/kintone/js-sdk/issues/1419)) ([fc5d572](https://github.com/kintone/js-sdk/commit/fc5d57237f446873034e0f7e460f749d05292526))
76
-
77
-
78
-
79
-
80
-
81
- ## [5.0.22](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.21...@kintone/dts-gen@5.0.22) (2022-03-18)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * **deps:** update dependency axios to ^0.26.1 ([#1399](https://github.com/kintone/js-sdk/issues/1399)) ([ebba9fc](https://github.com/kintone/js-sdk/commit/ebba9fc8bf8c12d436945b2d07f988c8dcc4ac4c))
87
-
88
-
89
-
90
-
91
-
92
- ## [5.0.21](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.20...@kintone/dts-gen@5.0.21) (2022-03-04)
93
-
94
-
95
- ### Bug Fixes
96
-
97
- * **deps:** update dependency axios to ^0.26.0 ([#1325](https://github.com/kintone/js-sdk/issues/1325)) ([181387a](https://github.com/kintone/js-sdk/commit/181387aebfa5eb8481036be6439a95bd11d08d7b))
98
- * **deps:** update dependency commander to v9 ([#1375](https://github.com/kintone/js-sdk/issues/1375)) ([442da00](https://github.com/kintone/js-sdk/commit/442da0075afd1f6bafdb5abe4e15224100f2f2bc))
99
-
100
-
101
-
102
-
103
-
104
- ## [5.0.20](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.19...@kintone/dts-gen@5.0.20) (2022-02-18)
105
-
106
- **Note:** Version bump only for package @kintone/dts-gen
107
-
108
-
109
-
110
-
111
-
112
- ## 5.0.19 (2022-02-14)
113
-
114
-
115
- ### Bug Fixes
116
-
117
- * **deps:** update dependency @kintone/rest-api-client to ^2.0.34 ([#1341](https://github.com/kintone/js-sdk/issues/1341)) ([0e01847](https://github.com/kintone/js-sdk/commit/0e018475d77c68f42d414d563377aef56a7a1d41))
118
-
119
-
120
-
121
-
122
-
123
- ## 5.0.18 (2022-02-04)
124
-
125
- **Note:** Version bump only for package @kintone/dts-gen
126
-
127
-
128
-
129
-
130
-
131
- ## 5.0.17 (2022-01-18)
132
-
133
- **Note:** Version bump only for package @kintone/dts-gen
134
-
135
-
136
-
137
-
138
-
139
- ## 5.0.16 (2022-01-11)
140
-
141
- **Note:** Version bump only for package @kintone/dts-gen
142
-
143
-
144
-
145
-
146
-
147
- ## 5.0.15 (2021-12-24)
148
-
149
- **Note:** Version bump only for package @kintone/dts-gen
150
-
151
-
152
-
153
-
154
-
155
- ## 5.0.14 (2021-12-24)
156
-
157
- **Note:** Version bump only for package @kintone/dts-gen
158
-
159
-
160
-
161
-
162
-
163
- ## [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)
164
-
165
- **Note:** Version bump only for package @kintone/dts-gen
166
-
167
-
168
-
169
-
170
-
171
- ## [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)
172
-
173
-
174
- ### Bug Fixes
175
-
176
- * **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))
177
-
178
-
179
-
180
-
181
-
182
- ## [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)
183
-
184
- **Note:** Version bump only for package @kintone/dts-gen
185
-
186
-
187
-
188
-
189
-
190
- ## [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)
191
-
192
-
193
- ### Bug Fixes
194
-
195
- * **deps:** update dependency axios to ^0.24.0 ([#1182](https://github.com/kintone/js-sdk/issues/1182)) ([ff21391](https://github.com/kintone/js-sdk/commit/ff21391d17adb476e77d3f82df0539328bcd3772))
196
-
197
-
198
-
199
-
200
-
201
- ## [5.0.9](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.8...@kintone/dts-gen@5.0.9) (2021-10-27)
202
-
203
- **Note:** Version bump only for package @kintone/dts-gen
204
-
205
-
206
-
207
-
208
-
209
- ## [5.0.8](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.7...@kintone/dts-gen@5.0.8) (2021-10-20)
210
-
211
-
212
- ### Bug Fixes
213
-
214
- * **deps:** update dependency axios to ^0.23.0 ([#1133](https://github.com/kintone/js-sdk/issues/1133)) ([40ee9df](https://github.com/kintone/js-sdk/commit/40ee9dfb701e25cbbc75a9b709767b04672c03a5))
215
-
216
-
217
-
218
-
219
-
220
- ## [5.0.7](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.6...@kintone/dts-gen@5.0.7) (2021-10-13)
221
-
222
- **Note:** Version bump only for package @kintone/dts-gen
223
-
224
-
225
-
226
-
227
-
228
- ## [5.0.6](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.5...@kintone/dts-gen@5.0.6) (2021-10-06)
229
-
230
- **Note:** Version bump only for package @kintone/dts-gen
231
-
232
-
233
-
234
-
235
-
236
- ## [5.0.5](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.4...@kintone/dts-gen@5.0.5) (2021-09-29)
237
-
238
- **Note:** Version bump only for package @kintone/dts-gen
239
-
240
-
241
-
242
-
243
-
244
- ## [5.0.4](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.3...@kintone/dts-gen@5.0.4) (2021-09-22)
245
-
246
-
247
- ### Bug Fixes
248
-
249
- * **deps:** update dependency prettier to ^2.4.1 ([#1110](https://github.com/kintone/js-sdk/issues/1110)) ([8cc0a4f](https://github.com/kintone/js-sdk/commit/8cc0a4f7038e460723f1047dd5a67ba9dadf0450))
250
-
251
-
252
-
253
-
254
-
255
- ## [5.0.3](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.2...@kintone/dts-gen@5.0.3) (2021-09-15)
256
-
257
-
258
- ### Bug Fixes
259
-
260
- * **deps:** update dependency prettier to ^2.4.0 ([#1094](https://github.com/kintone/js-sdk/issues/1094)) ([b062e02](https://github.com/kintone/js-sdk/commit/b062e0218d90ec249f5b34811bb66944e6fee6b2))
261
-
262
-
263
-
264
-
265
-
266
- ## [5.0.2](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.1...@kintone/dts-gen@5.0.2) (2021-09-08)
267
-
268
-
269
- ### Bug Fixes
270
-
271
- * **deps:** update dependency axios to ^0.21.2 ([#1087](https://github.com/kintone/js-sdk/issues/1087)) ([5ce05bf](https://github.com/kintone/js-sdk/commit/5ce05bfb331765ff23e05eb6fca96f6ba6519f1d))
272
- * **deps:** update dependency axios to ^0.21.3 ([#1088](https://github.com/kintone/js-sdk/issues/1088)) ([2a557e9](https://github.com/kintone/js-sdk/commit/2a557e979e4260752d72645a522ec19d9d7107c3))
273
- * **deps:** update dependency axios to ^0.21.4 ([#1089](https://github.com/kintone/js-sdk/issues/1089)) ([52d5af5](https://github.com/kintone/js-sdk/commit/52d5af5dc216eb65f677ab1f6dbe40b24ce6cb9d))
274
-
275
-
276
-
277
-
278
-
279
- ## [5.0.1](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@5.0.0...@kintone/dts-gen@5.0.1) (2021-08-25)
280
-
281
- **Note:** Version bump only for package @kintone/dts-gen
282
-
283
-
284
-
285
-
286
-
287
- # [5.0.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.11...@kintone/dts-gen@5.0.0) (2021-08-18)
288
-
289
-
290
- * feat(dts-gen)!: remove `--host`, `--proxyHost` and `--proxyPort` options (BREAKING CHANGE) (#1048) ([0b255eb](https://github.com/kintone/js-sdk/commit/0b255eb57fb84ff5252ada5b72831ba35c20cd50)), closes [#1048](https://github.com/kintone/js-sdk/issues/1048)
291
-
292
-
293
- ### BREAKING CHANGES
294
-
295
- * remove `--host`, `--proxyHost` and `--proxyPort` options
296
-
297
-
298
-
299
-
300
-
301
- ## [4.2.11](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.10...@kintone/dts-gen@4.2.11) (2021-08-11)
302
-
303
- **Note:** Version bump only for package @kintone/dts-gen
304
-
305
-
306
-
307
-
308
-
309
- ## [4.2.10](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.9...@kintone/dts-gen@4.2.10) (2021-08-04)
310
-
311
- **Note:** Version bump only for package @kintone/dts-gen
312
-
313
-
314
-
315
-
316
-
317
- ## [4.2.9](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.8...@kintone/dts-gen@4.2.9) (2021-07-28)
318
-
319
- **Note:** Version bump only for package @kintone/dts-gen
320
-
321
-
322
-
323
-
324
-
325
- ## [4.2.8](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.7...@kintone/dts-gen@4.2.8) (2021-07-21)
326
-
327
- **Note:** Version bump only for package @kintone/dts-gen
328
-
329
-
330
-
331
-
332
-
333
- ## [4.2.7](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.6...@kintone/dts-gen@4.2.7) (2021-07-12)
334
-
335
- **Note:** Version bump only for package @kintone/dts-gen
336
-
337
-
338
-
339
-
340
-
341
- ## [4.2.6](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.5...@kintone/dts-gen@4.2.6) (2021-07-06)
342
-
343
- **Note:** Version bump only for package @kintone/dts-gen
344
-
345
-
346
-
347
-
348
-
349
- ## [4.2.5](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.4...@kintone/dts-gen@4.2.5) (2021-06-29)
350
-
351
-
352
- ### Bug Fixes
353
-
354
- * **deps:** update dependency prettier to ^2.3.2 ([#978](https://github.com/kintone/js-sdk/issues/978)) ([6fda12e](https://github.com/kintone/js-sdk/commit/6fda12e7980576cdd6fd69b1843159d9dcde654f))
355
-
356
-
357
-
358
-
359
-
360
- ## [4.2.4](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.3...@kintone/dts-gen@4.2.4) (2021-06-22)
361
-
362
- **Note:** Version bump only for package @kintone/dts-gen
363
-
364
-
365
-
366
-
367
-
368
- ## [4.2.3](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.2...@kintone/dts-gen@4.2.3) (2021-06-15)
369
-
370
- **Note:** Version bump only for package @kintone/dts-gen
371
-
372
-
373
-
374
-
375
-
376
- ## [4.2.2](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.1...@kintone/dts-gen@4.2.2) (2021-06-08)
377
-
378
-
379
- ### Bug Fixes
380
-
381
- * **deps:** update dependency prettier to ^2.3.1 ([#931](https://github.com/kintone/js-sdk/issues/931)) ([0eca21d](https://github.com/kintone/js-sdk/commit/0eca21d2a80ad68468fc57443d98a571713d4157))
382
-
383
-
384
-
385
-
386
-
387
- ## [4.2.1](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.2.0...@kintone/dts-gen@4.2.1) (2021-06-01)
388
-
389
- **Note:** Version bump only for package @kintone/dts-gen
390
-
391
-
392
-
393
-
394
-
395
- # [4.2.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.1.0...@kintone/dts-gen@4.2.0) (2021-05-25)
396
-
397
-
398
- ### Features
399
-
400
- * **dts-gen:** Support `kintone.mobile.app.getFieldElements()` ([#846](https://github.com/kintone/js-sdk/issues/846)) ([7ab798e](https://github.com/kintone/js-sdk/commit/7ab798e659d253f843b3b2459f893cc59354c7f0))
401
- * **dts-gen:** Support Get Space Element API ([#849](https://github.com/kintone/js-sdk/issues/849)) ([f5bdbe0](https://github.com/kintone/js-sdk/commit/f5bdbe0a3d82540842fbce7964aed9d26d5e0f3e))
402
-
403
-
404
-
405
-
406
-
407
- # [4.1.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@4.0.0...@kintone/dts-gen@4.1.0) (2021-05-18)
408
-
409
-
410
- ### Features
411
-
412
- * **dts-gen:** add type definition of `kintone.$PLUGIN_ID` ([#850](https://github.com/kintone/js-sdk/issues/850)) ([6fb78a4](https://github.com/kintone/js-sdk/commit/6fb78a468ad7ad0f08ccc3dbbc1a4a546867fe2e))
413
- * **dts-gen:** Support `kintone.mobile.app.record.getFieldElement()` ([#847](https://github.com/kintone/js-sdk/issues/847)) ([0c80eed](https://github.com/kintone/js-sdk/commit/0c80eedd4078a48066b0523e8bbfc49ed2ff4553))
414
-
415
-
416
-
417
-
418
-
419
- # [4.0.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.12...@kintone/dts-gen@4.0.0) (2021-05-11)
420
-
421
-
422
- ### chore
423
-
424
- * drop Node v10 support ([#870](https://github.com/kintone/js-sdk/issues/870)) ([5263389](https://github.com/kintone/js-sdk/commit/526338928e5a89a1f24c7458fc0c7c2452e36cc1))
425
-
426
-
427
- ### Features
428
-
429
- * **dts-gen:** print deprecating messages for --host, --proxyHost, and --proxyPort ([#869](https://github.com/kintone/js-sdk/issues/869)) ([b6c7af8](https://github.com/kintone/js-sdk/commit/b6c7af89452f458b442c1151c1f9e46f8322f5c7))
430
-
431
-
432
- ### BREAKING CHANGES
433
-
434
- * drop Node v10 support because of the EOL.
435
-
436
-
437
-
438
-
439
-
440
- ## [3.1.12](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.11...@kintone/dts-gen@3.1.12) (2021-04-27)
441
-
442
- **Note:** Version bump only for package @kintone/dts-gen
443
-
444
-
445
-
446
-
447
-
448
- ## [3.1.11](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.10...@kintone/dts-gen@3.1.11) (2021-04-20)
449
-
450
- **Note:** Version bump only for package @kintone/dts-gen
451
-
452
-
453
-
454
-
455
-
456
- ## [3.1.10](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.9...@kintone/dts-gen@3.1.10) (2021-04-13)
457
-
458
- **Note:** Version bump only for package @kintone/dts-gen
459
-
460
-
461
-
462
-
463
-
464
- ## [3.1.9](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.8...@kintone/dts-gen@3.1.9) (2021-03-31)
465
-
466
- **Note:** Version bump only for package @kintone/dts-gen
467
-
468
-
469
-
470
-
471
-
472
- ## [3.1.8](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.7...@kintone/dts-gen@3.1.8) (2021-03-23)
473
-
474
-
475
- ### Bug Fixes
476
-
477
- * **deps:** update dependency commander to ^7.2.0 ([#770](https://github.com/kintone/js-sdk/issues/770)) ([82f8a17](https://github.com/kintone/js-sdk/commit/82f8a17500ec7514d7067715eee99c07412fad88))
478
-
479
-
480
-
481
-
482
-
483
- ## [3.1.7](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.6...@kintone/dts-gen@3.1.7) (2021-03-18)
484
-
485
- **Note:** Version bump only for package @kintone/dts-gen
486
-
487
-
488
-
489
-
490
-
491
- ## [3.1.6](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.5...@kintone/dts-gen@3.1.6) (2021-03-09)
492
-
493
- **Note:** Version bump only for package @kintone/dts-gen
494
-
495
-
496
-
497
-
498
-
499
- ## [3.1.5](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.4...@kintone/dts-gen@3.1.5) (2021-03-02)
500
-
501
-
502
- ### Bug Fixes
503
-
504
- * **deps:** update dependency lodash to ^4.17.21 ([2110af1](https://github.com/kintone/js-sdk/commit/2110af159d237372223dd53a5ab22714bc4f9be4))
505
-
506
-
507
-
508
-
509
-
510
- ## [3.1.4](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.3...@kintone/dts-gen@3.1.4) (2021-02-17)
511
-
512
-
513
- ### Bug Fixes
514
-
515
- * **deps:** update dependency commander to ^7.1.0 ([#694](https://github.com/kintone/js-sdk/issues/694)) ([2d48460](https://github.com/kintone/js-sdk/commit/2d48460d873edc42709ca33b7fe6ed6e63fe467d))
516
- * **deps:** update dependency form-data to ^3.0.1 ([89da8fe](https://github.com/kintone/js-sdk/commit/89da8feee911a499288d079c26b882c44cdcd179))
517
- * **deps:** update dependency form-data to v4 ([#696](https://github.com/kintone/js-sdk/issues/696)) ([1622248](https://github.com/kintone/js-sdk/commit/1622248e45d81c1f4cc3c76db2ae8a5803f3aaea))
518
-
519
-
520
-
521
-
522
-
523
- ## [3.1.3](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.2...@kintone/dts-gen@3.1.3) (2021-02-09)
524
-
525
- **Note:** Version bump only for package @kintone/dts-gen
526
-
527
-
528
-
529
-
530
-
531
- ## [3.1.2](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.1...@kintone/dts-gen@3.1.2) (2021-02-02)
532
-
533
-
534
- ### Bug Fixes
535
-
536
- * **deps:** update dependency commander to ^6.2.1 ([8e8bf57](https://github.com/kintone/js-sdk/commit/8e8bf5761935d64b4cad6a53e4308e0671280ec0))
537
- * **deps:** update dependency commander to v7 ([#647](https://github.com/kintone/js-sdk/issues/647)) ([a426aa1](https://github.com/kintone/js-sdk/commit/a426aa1bb4faeb53f0f9d355a58f1164b0ff6cae))
538
-
539
-
540
-
541
-
542
-
543
- ## [3.1.1](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.1.0...@kintone/dts-gen@3.1.1) (2021-01-26)
544
-
545
- **Note:** Version bump only for package @kintone/dts-gen
546
-
547
-
548
-
549
-
550
-
551
- # [3.1.0](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.0.8...@kintone/dts-gen@3.1.0) (2020-12-16)
552
-
553
-
554
- ### Bug Fixes
555
-
556
- * **deps:** update dependency axios to ^0.21.0 ([#493](https://github.com/kintone/js-sdk/issues/493)) ([934eb37](https://github.com/kintone/js-sdk/commit/934eb37583edbd5184482b04179f91ae55ee6d7a))
557
- * **deps:** update dependency commander to ^6.2.0 ([#497](https://github.com/kintone/js-sdk/issues/497)) ([8b766ef](https://github.com/kintone/js-sdk/commit/8b766ef82b4758dd763f033143f63de58253f4e0))
558
- * **deps:** update dependency prettier to ^2.2.1 ([c76c51a](https://github.com/kintone/js-sdk/commit/c76c51aa367c1ab53b12d06ba8505911d169e563))
559
- * **deps:** update dependency webpack to v5 ([#475](https://github.com/kintone/js-sdk/issues/475)) ([ac6af9d](https://github.com/kintone/js-sdk/commit/ac6af9d3003ff6910a663ac53ca60a27c9999d87))
560
-
561
-
562
- ### Features
563
-
564
- * add API Token and OAuth Token support in dts-gen ([#575](https://github.com/kintone/js-sdk/issues/575)) ([e2d95be](https://github.com/kintone/js-sdk/commit/e2d95be1069b7cc7974b49d341c192caf4a41d86))
565
- * support --base-url and KINTONE_BASE_URL ([#536](https://github.com/kintone/js-sdk/issues/536)) ([9316fd9](https://github.com/kintone/js-sdk/commit/9316fd913adfad949274a886ed009a85536b6919))
566
- * support environment variables for user authentication of dts-gen ([#532](https://github.com/kintone/js-sdk/issues/532)) ([71c160c](https://github.com/kintone/js-sdk/commit/71c160cbcf09a7840de0aa25d8c1d415b0cdb822))
567
- * support HTTP(S)_PROXY and --proxys option in dts-gen ([#585](https://github.com/kintone/js-sdk/issues/585)) ([7bf557e](https://github.com/kintone/js-sdk/commit/7bf557e981163b79cb86f8e680305d9170612b22))
568
-
569
-
570
-
571
-
572
-
573
- ## [3.0.8](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.0.7...@kintone/dts-gen@3.0.8) (2020-10-23)
574
-
575
- **Note:** Version bump only for package @kintone/dts-gen
576
-
577
-
578
-
579
-
580
-
581
- ## [3.0.7](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.0.6...@kintone/dts-gen@3.0.7) (2020-10-21)
582
-
583
-
584
- ### Bug Fixes
585
-
586
- * **deps:** update dependency commander to v6 ([#446](https://github.com/kintone/js-sdk/issues/446)) ([7a1b7a5](https://github.com/kintone/js-sdk/commit/7a1b7a5446b3e1e654798ad8f5f4f6ee07a3305f))
587
-
588
-
589
-
590
-
591
-
592
- ## [3.0.6](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@3.0.5...@kintone/dts-gen@3.0.6) (2020-10-12)
593
-
594
-
595
- ### Bug Fixes
596
-
597
- * eslint errors ([554a161](https://github.com/kintone/js-sdk/commit/554a161f6880484f0447ab00f1a48f4d45836416))
598
- * **deps:** update dependency lodash to ^4.17.19 ([988546b](https://github.com/kintone/js-sdk/commit/988546b06cb29ebe9a71511c1f76c51b3aa3848c))
599
- * **deps:** update dependency lodash to ^4.17.20 ([c12bff8](https://github.com/kintone/js-sdk/commit/c12bff82d8006f7cd7a478cc07da0d964f5c9134))
600
- * **deps:** update dependency prettier to ^2.1.1 ([#357](https://github.com/kintone/js-sdk/issues/357)) ([09243df](https://github.com/kintone/js-sdk/commit/09243dffd083b62e27fca870cd6e57b183193661))
601
- * **deps:** update dependency prettier to ^2.1.2 ([194c238](https://github.com/kintone/js-sdk/commit/194c23851903fc177784c35707a797e5ae19c60d))
602
-
603
-
604
-
605
-
606
-
607
- # Changelog
608
-
609
- All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
610
-
611
- ### [3.0.5](https://github.com/kintone/dts-gen/compare/v3.0.4...v3.0.5) (2020-06-22)
612
-
613
- ### [3.0.4](https://github.com/kintone/dts-gen/compare/v3.0.3...v3.0.4) (2020-06-02)
614
-
615
-
616
- ### Bug Fixes
617
-
618
- * **deps:** update dependency commander to ^5.1.0 ([#268](https://github.com/kintone/dts-gen/issues/268)) ([223e191](https://github.com/kintone/dts-gen/commit/223e191beff19c0110cbafb95668f1953a572adc))
619
-
620
- ### [3.0.3](https://github.com/kintone/dts-gen/compare/v3.0.2...v3.0.3) (2020-04-28)
621
-
622
-
623
- ### Bug Fixes
624
-
625
- * **deps:** update dependency commander to v5 ([c360de2](https://github.com/kintone/dts-gen/commit/c360de293920fc89c56cc7fdaada0228153c9932))
626
- * **deps:** update dependency commander to v5 ([f1d7ff7](https://github.com/kintone/dts-gen/commit/f1d7ff7c3e58b39c454385d2455bd49d85e9216c))
627
- * **deps:** update dependency prettier to ^2.0.5 ([6fc9c48](https://github.com/kintone/dts-gen/commit/6fc9c480dafa607d86257dff44d934c214d20929))
628
- * **deps:** update dependency prettier to v2 ([#249](https://github.com/kintone/dts-gen/issues/249)) ([06b38e9](https://github.com/kintone/dts-gen/commit/06b38e9a955cba781d0abbdd54fc8787a3ccfd07))
629
- * **test:** fix a type error in commander test ([0a0c05a](https://github.com/kintone/dts-gen/commit/0a0c05a83358830eeeea467495a6bfda16a40890))
630
-
631
- ### [3.0.2](https://github.com/kintone/dts-gen/compare/v3.0.1...v3.0.2) (2020-03-24)
632
-
633
- ### [3.0.1](https://github.com/kintone/dts-gen/compare/v3.0.0...v3.0.1) (2020-02-25)
634
-
635
-
636
- ### Bug Fixes
637
-
638
- * **deps:** update dependency commander to ^4.1.1 ([f3cd356](https://github.com/kintone/dts-gen/commit/f3cd356))
639
-
640
- ## [3.0.0](https://github.com/kintone/dts-gen/compare/v2.2.1...v3.0.0) (2020-01-28)
641
-
642
-
643
- ### ⚠ BREAKING CHANGES
644
-
645
- * drop Node v8 support
646
-
647
- ### Bug Fixes
648
-
649
- * **deps:** update dependency axios to ^0.19.1 ([9da3806](https://github.com/kintone/dts-gen/commit/9da380690b15ab32eb60f0f1cad478c7203049df))
650
- * **deps:** update dependency axios to ^0.19.2 ([9192f97](https://github.com/kintone/dts-gen/commit/9192f971d5bcad7a3f92cae61670251b7a7e2764))
651
- * **deps:** update dependency commander to ^4.1.0 ([#206](https://github.com/kintone/dts-gen/issues/206)) ([66dc116](https://github.com/kintone/dts-gen/commit/66dc116f0006ec09685c6a3b1550d09e7b6ab845))
652
-
653
-
654
- * drop Node v8 support ([#219](https://github.com/kintone/dts-gen/issues/219)) ([3d888e0](https://github.com/kintone/dts-gen/commit/3d888e0f12d0b805e1e7603d73b4bd08ef3c9f5c))
655
-
656
- ### [2.2.1](https://github.com/kintone/dts-gen/compare/v2.2.0...v2.2.1) (2019-12-24)
657
-
658
- ## [2.2.0](https://github.com/kintone/dts-gen/compare/v2.1.2...v2.2.0) (2019-12-10)
659
-
660
-
661
- ### Features
662
-
663
- * add general type definition ([#116](https://github.com/kintone/dts-gen/issues/116)) ([353ac95](https://github.com/kintone/dts-gen/commit/353ac959a38844f23e4f8fc0f928c9d0263fbd42))
664
-
665
- ### [2.1.2](https://github.com/kintone/dts-gen/compare/v2.1.1...v2.1.2) (2019-11-26)
666
-
667
-
668
- ### Bug Fixes
669
-
670
- * **deps:** update dependency commander to v4 ([#164](https://github.com/kintone/dts-gen/issues/164)) ([385d801](https://github.com/kintone/dts-gen/commit/385d8014f61e46cd555756f35431fa7cde9ec7b3))
671
- * **deps:** update dependency form-data to v3 ([#169](https://github.com/kintone/dts-gen/issues/169)) ([395cd04](https://github.com/kintone/dts-gen/commit/395cd04787d0db15b0bcbceba1f1adeaf4bf36f8))
672
-
673
- ### [2.1.1](https://github.com/kintone/dts-gen/compare/v2.1.0...v2.1.1) (2019-10-23)
674
-
675
-
676
- ### Bug Fixes
677
-
678
- * kintone.d.ts ([#149](https://github.com/kintone/dts-gen/issues/149)) ([2f75c24](https://github.com/kintone/dts-gen/commit/2f75c24))
679
- * **deps:** update dependency commander to ^3.0.2 ([9863794](https://github.com/kintone/dts-gen/commit/9863794))
680
- * function name typo and namespace around kintone.plugin.app ([#129](https://github.com/kintone/dts-gen/issues/129)) ([899fd45](https://github.com/kintone/dts-gen/commit/899fd45))
681
-
682
- ## [2.1.0](https://github.com/kintone/dts-gen/compare/v2.0.1...v2.1.0) (2019-09-24)
683
-
684
-
685
- ### Bug Fixes
686
-
687
- * add disabled property in fields types ([#111](https://github.com/kintone/dts-gen/issues/111)) ([ba31708](https://github.com/kintone/dts-gen/commit/ba31708))
688
- * **deps:** update dependency commander to ^3.0.1 ([eaf93de](https://github.com/kintone/dts-gen/commit/eaf93de))
689
- * **deps:** update dependency commander to v3 ([#91](https://github.com/kintone/dts-gen/issues/91)) ([b395e3a](https://github.com/kintone/dts-gen/commit/b395e3a))
690
- * **deps:** update dependency form-data to ^2.5.1 ([132ca0f](https://github.com/kintone/dts-gen/commit/132ca0f))
691
-
692
-
693
- ### Features
694
-
695
- * Add Portal API ([#74](https://github.com/kintone/dts-gen/issues/74)) by [@yokotaso](https://github.com/yokotaso) ([f4e5686](https://github.com/kintone/dts-gen/commit/f4e5686))
696
-
697
- ### [2.0.2](https://github.com/kintone/dts-gen/compare/v2.0.1...v2.0.2) (2019-09-11)
698
-
699
-
700
- ### Bug Fixes
701
-
702
- * add disabled property in fields types ([#111](https://github.com/kintone/dts-gen/issues/111)) by [@mura-](https://github.com/mura-) ([ba31708](https://github.com/kintone/dts-gen/commit/ba31708))
703
- * **deps:** update dependency commander to v3 ([#91](https://github.com/kintone/dts-gen/issues/91)) ([b395e3a](https://github.com/kintone/dts-gen/commit/b395e3a))
704
- * **deps:** update dependency form-data to ^2.5.1 ([132ca0f](https://github.com/kintone/dts-gen/commit/132ca0f))
705
-
706
- ### [2.0.1](https://github.com/kintone/dts-gen/compare/v2.0.0...v2.0.1) (2019-08-27)
707
-
708
-
709
- ### Bug Fixes
710
-
711
- * **deps:** update dependency form-data to ^2.5.0 ([ac7817e](https://github.com/kintone/dts-gen/commit/ac7817e))
712
- * **deps:** update dependency lodash to ^4.17.15 ([8b7ab13](https://github.com/kintone/dts-gen/commit/8b7ab13))
713
- * crash with Full Width Symbol in FieldCode ([#86](https://github.com/kintone/dts-gen/issues/86)) by [@cloneko](https://github.com/cloneko) ([2f01931](https://github.com/kintone/dts-gen/commit/2f01931))
714
- * invalid a value in global ([0742e4d](https://github.com/kintone/dts-gen/commit/0742e4d))
715
-
716
- # [2.0.0](https://github.com/kintone/dts-gen/compare/v1.0.3...v2.0.0) (2019-07-23)
717
-
718
-
719
- ### Bug Fixes
720
-
721
- * Add optional argument type 'detectGuestSpace' to kintone.api.url ([#73](https://github.com/kintone/dts-gen/issues/73)) ([18e4655](https://github.com/kintone/dts-gen/commit/18e4655))
722
- * failed integration-tests ([927d269](https://github.com/kintone/dts-gen/commit/927d269))
723
- * **deps:** update dependency lodash to v4.17.13 [security] ([9f66913](https://github.com/kintone/dts-gen/commit/9f66913))
724
-
725
-
726
- ### Continuous Integration
727
-
728
- * drop Node v6 and add Node v12 as supporting versions ([#72](https://github.com/kintone/dts-gen/issues/72)) ([0d65797](https://github.com/kintone/dts-gen/commit/0d65797))
729
-
730
-
731
- ### BREAKING CHANGES
732
-
733
- * drop Node v6 support
734
-
735
-
736
-
737
- ## [1.0.3](https://github.com/kintone/dts-gen/compare/v1.0.2...v1.0.3) (2019-06-04)
738
-
739
-
740
- ### Bug Fixes
741
-
742
- * add a type definition for kintone.app.record.getHeaderMenuSpaceElement ([#63](https://github.com/kintone/dts-gen/issues/63)) ([c015d92](https://github.com/kintone/dts-gen/commit/c015d92))
743
- * Use option 'params' instead of 'data' at axios request ([#70](https://github.com/kintone/dts-gen/issues/70)) ([80c46a2](https://github.com/kintone/dts-gen/commit/80c46a2))
744
- * **deps:** update dependency axios to ^0.19.0 [security] ([#68](https://github.com/kintone/dts-gen/issues/68)) ([039ffe3](https://github.com/kintone/dts-gen/commit/039ffe3))
745
-
746
-
747
-
748
- ## [1.0.2](https://github.com/kintone/dts-gen/compare/v1.0.1...v1.0.2) (2019-04-23)
749
-
750
-
751
-
752
- ## [1.0.1](https://github.com/kintone/dts-gen/compare/v1.0.0...v1.0.1) (2019-03-26)
753
-
754
-
755
- ### Bug Fixes
756
-
757
- * remove nunjucks from dependencies [#21](https://github.com/kintone/dts-gen/issues/21) ([#24](https://github.com/kintone/dts-gen/issues/24)) ([bb07721](https://github.com/kintone/dts-gen/commit/bb07721))
758
- * **deps:** Fix script ([4e8f505](https://github.com/kintone/dts-gen/commit/4e8f505))
759
-
760
-
761
-
762
- <a name="1.0.0"></a>
763
- # [1.0.0](https://github.com/kintone/dts-gen/compare/v0.0.6...v1.0.0) (2019-02-26)
764
-
765
-
766
- ### Bug Fixes
767
-
768
- * move typescript-eslint-parser from deps to devDeps ([#14](https://github.com/kintone/dts-gen/issues/14)) ([3f6a65e](https://github.com/kintone/dts-gen/commit/3f6a65e))
769
-
770
-
771
-
772
- <a name="0.0.6"></a>
773
- ## 0.0.6 (2019-02-12)
774
-
775
-
776
-
777
- <a name="0.0.6"></a>
778
- ## 0.0.6 (2019-01-29)
779
-
780
-
781
-
782
- <a name="0.0.1"></a>
783
- ## 0.0.1 (2019-01-18)