@kintone/dts-gen 6.1.4 → 6.1.7

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 +8 -8
  2. package/CHANGELOG.md +0 -795
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kintone/dts-gen",
3
- "version": "6.1.4",
3
+ "version": "6.1.7",
4
4
  "description": "Types for kintone js api and Types generating tools",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -29,20 +29,20 @@
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.3.0",
35
- "eslint": "^8.18.0",
34
+ "commander": "^9.4.0",
35
+ "eslint": "^8.22.0",
36
36
  "form-data": "^4.0.0",
37
37
  "lodash": "^4.17.21",
38
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",
43
+ "@types/prettier": "^2.7.0",
44
44
  "ts-loader": "^9.3.1",
45
- "webpack": "^5.73.0",
45
+ "webpack": "^5.74.0",
46
46
  "webpack-cli": "^4.10.0"
47
47
  },
48
48
  "bin": {
@@ -64,5 +64,5 @@
64
64
  "keywords": [
65
65
  "kintone"
66
66
  ],
67
- "gitHead": "b724d289d2e7f65612df7c30231a3ed27dd46632"
67
+ "gitHead": "c997ce34566edd585a0e2b0f9238551c7d6f5e1b"
68
68
  }
package/CHANGELOG.md DELETED
@@ -1,795 +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.4](https://github.com/kintone/js-sdk/compare/@kintone/dts-gen@6.1.3...@kintone/dts-gen@6.1.4) (2022-06-29)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * **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))
12
- * **deps:** update eslint and prettier ([#1566](https://github.com/kintone/js-sdk/issues/1566)) ([590886b](https://github.com/kintone/js-sdk/commit/590886bbe258906fff8ba9b8ecfea1bef887c5c6))
13
-
14
-
15
-
16
-
17
-
18
- ## [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)
19
-
20
- **Note:** Version bump only for package @kintone/dts-gen
21
-
22
-
23
-
24
-
25
-
26
- ## [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)
27
-
28
-
29
- ### Bug Fixes
30
-
31
- * **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))
32
-
33
-
34
-
35
-
36
-
37
- ## [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)
38
-
39
-
40
- ### Bug Fixes
41
-
42
- * **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))
43
-
44
-
45
-
46
-
47
-
48
- # [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)
49
-
50
-
51
- ### Features
52
-
53
- * **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))
54
-
55
-
56
-
57
-
58
-
59
- # [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)
60
-
61
-
62
- * 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)
63
-
64
-
65
- ### Bug Fixes
66
-
67
- * **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))
68
-
69
-
70
- ### BREAKING CHANGES
71
-
72
- * drop Node v12 support because of the EOL.
73
-
74
- * ci: update Node version 14 -> 16
75
-
76
- * ci: remove Node 18.x from test workflow
77
-
78
-
79
-
80
-
81
-
82
- ## [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)
83
-
84
-
85
- ### Bug Fixes
86
-
87
- * **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))
88
-
89
-
90
-
91
-
92
-
93
- ## [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)
94
-
95
-
96
- ### Bug Fixes
97
-
98
- * **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))
99
-
100
-
101
-
102
-
103
-
104
- ## [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)
105
-
106
-
107
- ### Bug Fixes
108
-
109
- * **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))
110
- * **deps:** update dependency commander to v9 ([#1375](https://github.com/kintone/js-sdk/issues/1375)) ([442da00](https://github.com/kintone/js-sdk/commit/442da0075afd1f6bafdb5abe4e15224100f2f2bc))
111
-
112
-
113
-
114
-
115
-
116
- ## [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)
117
-
118
- **Note:** Version bump only for package @kintone/dts-gen
119
-
120
-
121
-
122
-
123
-
124
- ## 5.0.19 (2022-02-14)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * **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))
130
-
131
-
132
-
133
-
134
-
135
- ## 5.0.18 (2022-02-04)
136
-
137
- **Note:** Version bump only for package @kintone/dts-gen
138
-
139
-
140
-
141
-
142
-
143
- ## 5.0.17 (2022-01-18)
144
-
145
- **Note:** Version bump only for package @kintone/dts-gen
146
-
147
-
148
-
149
-
150
-
151
- ## 5.0.16 (2022-01-11)
152
-
153
- **Note:** Version bump only for package @kintone/dts-gen
154
-
155
-
156
-
157
-
158
-
159
- ## 5.0.15 (2021-12-24)
160
-
161
- **Note:** Version bump only for package @kintone/dts-gen
162
-
163
-
164
-
165
-
166
-
167
- ## 5.0.14 (2021-12-24)
168
-
169
- **Note:** Version bump only for package @kintone/dts-gen
170
-
171
-
172
-
173
-
174
-
175
- ## [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)
176
-
177
- **Note:** Version bump only for package @kintone/dts-gen
178
-
179
-
180
-
181
-
182
-
183
- ## [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)
184
-
185
-
186
- ### Bug Fixes
187
-
188
- * **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))
189
-
190
-
191
-
192
-
193
-
194
- ## [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)
195
-
196
- **Note:** Version bump only for package @kintone/dts-gen
197
-
198
-
199
-
200
-
201
-
202
- ## [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)
203
-
204
-
205
- ### Bug Fixes
206
-
207
- * **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))
208
-
209
-
210
-
211
-
212
-
213
- ## [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)
214
-
215
- **Note:** Version bump only for package @kintone/dts-gen
216
-
217
-
218
-
219
-
220
-
221
- ## [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)
222
-
223
-
224
- ### Bug Fixes
225
-
226
- * **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))
227
-
228
-
229
-
230
-
231
-
232
- ## [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)
233
-
234
- **Note:** Version bump only for package @kintone/dts-gen
235
-
236
-
237
-
238
-
239
-
240
- ## [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)
241
-
242
- **Note:** Version bump only for package @kintone/dts-gen
243
-
244
-
245
-
246
-
247
-
248
- ## [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)
249
-
250
- **Note:** Version bump only for package @kintone/dts-gen
251
-
252
-
253
-
254
-
255
-
256
- ## [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)
257
-
258
-
259
- ### Bug Fixes
260
-
261
- * **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))
262
-
263
-
264
-
265
-
266
-
267
- ## [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)
268
-
269
-
270
- ### Bug Fixes
271
-
272
- * **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))
273
-
274
-
275
-
276
-
277
-
278
- ## [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)
279
-
280
-
281
- ### Bug Fixes
282
-
283
- * **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))
284
- * **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))
285
- * **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))
286
-
287
-
288
-
289
-
290
-
291
- ## [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)
292
-
293
- **Note:** Version bump only for package @kintone/dts-gen
294
-
295
-
296
-
297
-
298
-
299
- # [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)
300
-
301
-
302
- * 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)
303
-
304
-
305
- ### BREAKING CHANGES
306
-
307
- * remove `--host`, `--proxyHost` and `--proxyPort` options
308
-
309
-
310
-
311
-
312
-
313
- ## [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)
314
-
315
- **Note:** Version bump only for package @kintone/dts-gen
316
-
317
-
318
-
319
-
320
-
321
- ## [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)
322
-
323
- **Note:** Version bump only for package @kintone/dts-gen
324
-
325
-
326
-
327
-
328
-
329
- ## [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)
330
-
331
- **Note:** Version bump only for package @kintone/dts-gen
332
-
333
-
334
-
335
-
336
-
337
- ## [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)
338
-
339
- **Note:** Version bump only for package @kintone/dts-gen
340
-
341
-
342
-
343
-
344
-
345
- ## [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)
346
-
347
- **Note:** Version bump only for package @kintone/dts-gen
348
-
349
-
350
-
351
-
352
-
353
- ## [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)
354
-
355
- **Note:** Version bump only for package @kintone/dts-gen
356
-
357
-
358
-
359
-
360
-
361
- ## [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)
362
-
363
-
364
- ### Bug Fixes
365
-
366
- * **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))
367
-
368
-
369
-
370
-
371
-
372
- ## [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)
373
-
374
- **Note:** Version bump only for package @kintone/dts-gen
375
-
376
-
377
-
378
-
379
-
380
- ## [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)
381
-
382
- **Note:** Version bump only for package @kintone/dts-gen
383
-
384
-
385
-
386
-
387
-
388
- ## [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)
389
-
390
-
391
- ### Bug Fixes
392
-
393
- * **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))
394
-
395
-
396
-
397
-
398
-
399
- ## [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)
400
-
401
- **Note:** Version bump only for package @kintone/dts-gen
402
-
403
-
404
-
405
-
406
-
407
- # [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)
408
-
409
-
410
- ### Features
411
-
412
- * **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))
413
- * **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))
414
-
415
-
416
-
417
-
418
-
419
- # [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)
420
-
421
-
422
- ### Features
423
-
424
- * **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))
425
- * **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))
426
-
427
-
428
-
429
-
430
-
431
- # [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)
432
-
433
-
434
- ### chore
435
-
436
- * drop Node v10 support ([#870](https://github.com/kintone/js-sdk/issues/870)) ([5263389](https://github.com/kintone/js-sdk/commit/526338928e5a89a1f24c7458fc0c7c2452e36cc1))
437
-
438
-
439
- ### Features
440
-
441
- * **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))
442
-
443
-
444
- ### BREAKING CHANGES
445
-
446
- * drop Node v10 support because of the EOL.
447
-
448
-
449
-
450
-
451
-
452
- ## [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)
453
-
454
- **Note:** Version bump only for package @kintone/dts-gen
455
-
456
-
457
-
458
-
459
-
460
- ## [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)
461
-
462
- **Note:** Version bump only for package @kintone/dts-gen
463
-
464
-
465
-
466
-
467
-
468
- ## [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)
469
-
470
- **Note:** Version bump only for package @kintone/dts-gen
471
-
472
-
473
-
474
-
475
-
476
- ## [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)
477
-
478
- **Note:** Version bump only for package @kintone/dts-gen
479
-
480
-
481
-
482
-
483
-
484
- ## [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)
485
-
486
-
487
- ### Bug Fixes
488
-
489
- * **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))
490
-
491
-
492
-
493
-
494
-
495
- ## [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)
496
-
497
- **Note:** Version bump only for package @kintone/dts-gen
498
-
499
-
500
-
501
-
502
-
503
- ## [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)
504
-
505
- **Note:** Version bump only for package @kintone/dts-gen
506
-
507
-
508
-
509
-
510
-
511
- ## [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)
512
-
513
-
514
- ### Bug Fixes
515
-
516
- * **deps:** update dependency lodash to ^4.17.21 ([2110af1](https://github.com/kintone/js-sdk/commit/2110af159d237372223dd53a5ab22714bc4f9be4))
517
-
518
-
519
-
520
-
521
-
522
- ## [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)
523
-
524
-
525
- ### Bug Fixes
526
-
527
- * **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))
528
- * **deps:** update dependency form-data to ^3.0.1 ([89da8fe](https://github.com/kintone/js-sdk/commit/89da8feee911a499288d079c26b882c44cdcd179))
529
- * **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))
530
-
531
-
532
-
533
-
534
-
535
- ## [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)
536
-
537
- **Note:** Version bump only for package @kintone/dts-gen
538
-
539
-
540
-
541
-
542
-
543
- ## [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)
544
-
545
-
546
- ### Bug Fixes
547
-
548
- * **deps:** update dependency commander to ^6.2.1 ([8e8bf57](https://github.com/kintone/js-sdk/commit/8e8bf5761935d64b4cad6a53e4308e0671280ec0))
549
- * **deps:** update dependency commander to v7 ([#647](https://github.com/kintone/js-sdk/issues/647)) ([a426aa1](https://github.com/kintone/js-sdk/commit/a426aa1bb4faeb53f0f9d355a58f1164b0ff6cae))
550
-
551
-
552
-
553
-
554
-
555
- ## [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)
556
-
557
- **Note:** Version bump only for package @kintone/dts-gen
558
-
559
-
560
-
561
-
562
-
563
- # [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)
564
-
565
-
566
- ### Bug Fixes
567
-
568
- * **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))
569
- * **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))
570
- * **deps:** update dependency prettier to ^2.2.1 ([c76c51a](https://github.com/kintone/js-sdk/commit/c76c51aa367c1ab53b12d06ba8505911d169e563))
571
- * **deps:** update dependency webpack to v5 ([#475](https://github.com/kintone/js-sdk/issues/475)) ([ac6af9d](https://github.com/kintone/js-sdk/commit/ac6af9d3003ff6910a663ac53ca60a27c9999d87))
572
-
573
-
574
- ### Features
575
-
576
- * 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))
577
- * 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))
578
- * 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))
579
- * 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))
580
-
581
-
582
-
583
-
584
-
585
- ## [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)
586
-
587
- **Note:** Version bump only for package @kintone/dts-gen
588
-
589
-
590
-
591
-
592
-
593
- ## [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)
594
-
595
-
596
- ### Bug Fixes
597
-
598
- * **deps:** update dependency commander to v6 ([#446](https://github.com/kintone/js-sdk/issues/446)) ([7a1b7a5](https://github.com/kintone/js-sdk/commit/7a1b7a5446b3e1e654798ad8f5f4f6ee07a3305f))
599
-
600
-
601
-
602
-
603
-
604
- ## [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)
605
-
606
-
607
- ### Bug Fixes
608
-
609
- * eslint errors ([554a161](https://github.com/kintone/js-sdk/commit/554a161f6880484f0447ab00f1a48f4d45836416))
610
- * **deps:** update dependency lodash to ^4.17.19 ([988546b](https://github.com/kintone/js-sdk/commit/988546b06cb29ebe9a71511c1f76c51b3aa3848c))
611
- * **deps:** update dependency lodash to ^4.17.20 ([c12bff8](https://github.com/kintone/js-sdk/commit/c12bff82d8006f7cd7a478cc07da0d964f5c9134))
612
- * **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))
613
- * **deps:** update dependency prettier to ^2.1.2 ([194c238](https://github.com/kintone/js-sdk/commit/194c23851903fc177784c35707a797e5ae19c60d))
614
-
615
-
616
-
617
-
618
-
619
- # Changelog
620
-
621
- 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.
622
-
623
- ### [3.0.5](https://github.com/kintone/dts-gen/compare/v3.0.4...v3.0.5) (2020-06-22)
624
-
625
- ### [3.0.4](https://github.com/kintone/dts-gen/compare/v3.0.3...v3.0.4) (2020-06-02)
626
-
627
-
628
- ### Bug Fixes
629
-
630
- * **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))
631
-
632
- ### [3.0.3](https://github.com/kintone/dts-gen/compare/v3.0.2...v3.0.3) (2020-04-28)
633
-
634
-
635
- ### Bug Fixes
636
-
637
- * **deps:** update dependency commander to v5 ([c360de2](https://github.com/kintone/dts-gen/commit/c360de293920fc89c56cc7fdaada0228153c9932))
638
- * **deps:** update dependency commander to v5 ([f1d7ff7](https://github.com/kintone/dts-gen/commit/f1d7ff7c3e58b39c454385d2455bd49d85e9216c))
639
- * **deps:** update dependency prettier to ^2.0.5 ([6fc9c48](https://github.com/kintone/dts-gen/commit/6fc9c480dafa607d86257dff44d934c214d20929))
640
- * **deps:** update dependency prettier to v2 ([#249](https://github.com/kintone/dts-gen/issues/249)) ([06b38e9](https://github.com/kintone/dts-gen/commit/06b38e9a955cba781d0abbdd54fc8787a3ccfd07))
641
- * **test:** fix a type error in commander test ([0a0c05a](https://github.com/kintone/dts-gen/commit/0a0c05a83358830eeeea467495a6bfda16a40890))
642
-
643
- ### [3.0.2](https://github.com/kintone/dts-gen/compare/v3.0.1...v3.0.2) (2020-03-24)
644
-
645
- ### [3.0.1](https://github.com/kintone/dts-gen/compare/v3.0.0...v3.0.1) (2020-02-25)
646
-
647
-
648
- ### Bug Fixes
649
-
650
- * **deps:** update dependency commander to ^4.1.1 ([f3cd356](https://github.com/kintone/dts-gen/commit/f3cd356))
651
-
652
- ## [3.0.0](https://github.com/kintone/dts-gen/compare/v2.2.1...v3.0.0) (2020-01-28)
653
-
654
-
655
- ### ⚠ BREAKING CHANGES
656
-
657
- * drop Node v8 support
658
-
659
- ### Bug Fixes
660
-
661
- * **deps:** update dependency axios to ^0.19.1 ([9da3806](https://github.com/kintone/dts-gen/commit/9da380690b15ab32eb60f0f1cad478c7203049df))
662
- * **deps:** update dependency axios to ^0.19.2 ([9192f97](https://github.com/kintone/dts-gen/commit/9192f971d5bcad7a3f92cae61670251b7a7e2764))
663
- * **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))
664
-
665
-
666
- * drop Node v8 support ([#219](https://github.com/kintone/dts-gen/issues/219)) ([3d888e0](https://github.com/kintone/dts-gen/commit/3d888e0f12d0b805e1e7603d73b4bd08ef3c9f5c))
667
-
668
- ### [2.2.1](https://github.com/kintone/dts-gen/compare/v2.2.0...v2.2.1) (2019-12-24)
669
-
670
- ## [2.2.0](https://github.com/kintone/dts-gen/compare/v2.1.2...v2.2.0) (2019-12-10)
671
-
672
-
673
- ### Features
674
-
675
- * add general type definition ([#116](https://github.com/kintone/dts-gen/issues/116)) ([353ac95](https://github.com/kintone/dts-gen/commit/353ac959a38844f23e4f8fc0f928c9d0263fbd42))
676
-
677
- ### [2.1.2](https://github.com/kintone/dts-gen/compare/v2.1.1...v2.1.2) (2019-11-26)
678
-
679
-
680
- ### Bug Fixes
681
-
682
- * **deps:** update dependency commander to v4 ([#164](https://github.com/kintone/dts-gen/issues/164)) ([385d801](https://github.com/kintone/dts-gen/commit/385d8014f61e46cd555756f35431fa7cde9ec7b3))
683
- * **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))
684
-
685
- ### [2.1.1](https://github.com/kintone/dts-gen/compare/v2.1.0...v2.1.1) (2019-10-23)
686
-
687
-
688
- ### Bug Fixes
689
-
690
- * kintone.d.ts ([#149](https://github.com/kintone/dts-gen/issues/149)) ([2f75c24](https://github.com/kintone/dts-gen/commit/2f75c24))
691
- * **deps:** update dependency commander to ^3.0.2 ([9863794](https://github.com/kintone/dts-gen/commit/9863794))
692
- * 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))
693
-
694
- ## [2.1.0](https://github.com/kintone/dts-gen/compare/v2.0.1...v2.1.0) (2019-09-24)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * add disabled property in fields types ([#111](https://github.com/kintone/dts-gen/issues/111)) ([ba31708](https://github.com/kintone/dts-gen/commit/ba31708))
700
- * **deps:** update dependency commander to ^3.0.1 ([eaf93de](https://github.com/kintone/dts-gen/commit/eaf93de))
701
- * **deps:** update dependency commander to v3 ([#91](https://github.com/kintone/dts-gen/issues/91)) ([b395e3a](https://github.com/kintone/dts-gen/commit/b395e3a))
702
- * **deps:** update dependency form-data to ^2.5.1 ([132ca0f](https://github.com/kintone/dts-gen/commit/132ca0f))
703
-
704
-
705
- ### Features
706
-
707
- * 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))
708
-
709
- ### [2.0.2](https://github.com/kintone/dts-gen/compare/v2.0.1...v2.0.2) (2019-09-11)
710
-
711
-
712
- ### Bug Fixes
713
-
714
- * 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))
715
- * **deps:** update dependency commander to v3 ([#91](https://github.com/kintone/dts-gen/issues/91)) ([b395e3a](https://github.com/kintone/dts-gen/commit/b395e3a))
716
- * **deps:** update dependency form-data to ^2.5.1 ([132ca0f](https://github.com/kintone/dts-gen/commit/132ca0f))
717
-
718
- ### [2.0.1](https://github.com/kintone/dts-gen/compare/v2.0.0...v2.0.1) (2019-08-27)
719
-
720
-
721
- ### Bug Fixes
722
-
723
- * **deps:** update dependency form-data to ^2.5.0 ([ac7817e](https://github.com/kintone/dts-gen/commit/ac7817e))
724
- * **deps:** update dependency lodash to ^4.17.15 ([8b7ab13](https://github.com/kintone/dts-gen/commit/8b7ab13))
725
- * 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))
726
- * invalid a value in global ([0742e4d](https://github.com/kintone/dts-gen/commit/0742e4d))
727
-
728
- # [2.0.0](https://github.com/kintone/dts-gen/compare/v1.0.3...v2.0.0) (2019-07-23)
729
-
730
-
731
- ### Bug Fixes
732
-
733
- * 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))
734
- * failed integration-tests ([927d269](https://github.com/kintone/dts-gen/commit/927d269))
735
- * **deps:** update dependency lodash to v4.17.13 [security] ([9f66913](https://github.com/kintone/dts-gen/commit/9f66913))
736
-
737
-
738
- ### Continuous Integration
739
-
740
- * 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))
741
-
742
-
743
- ### BREAKING CHANGES
744
-
745
- * drop Node v6 support
746
-
747
-
748
-
749
- ## [1.0.3](https://github.com/kintone/dts-gen/compare/v1.0.2...v1.0.3) (2019-06-04)
750
-
751
-
752
- ### Bug Fixes
753
-
754
- * 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))
755
- * 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))
756
- * **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))
757
-
758
-
759
-
760
- ## [1.0.2](https://github.com/kintone/dts-gen/compare/v1.0.1...v1.0.2) (2019-04-23)
761
-
762
-
763
-
764
- ## [1.0.1](https://github.com/kintone/dts-gen/compare/v1.0.0...v1.0.1) (2019-03-26)
765
-
766
-
767
- ### Bug Fixes
768
-
769
- * 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))
770
- * **deps:** Fix script ([4e8f505](https://github.com/kintone/dts-gen/commit/4e8f505))
771
-
772
-
773
-
774
- <a name="1.0.0"></a>
775
- # [1.0.0](https://github.com/kintone/dts-gen/compare/v0.0.6...v1.0.0) (2019-02-26)
776
-
777
-
778
- ### Bug Fixes
779
-
780
- * 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))
781
-
782
-
783
-
784
- <a name="0.0.6"></a>
785
- ## 0.0.6 (2019-02-12)
786
-
787
-
788
-
789
- <a name="0.0.6"></a>
790
- ## 0.0.6 (2019-01-29)
791
-
792
-
793
-
794
- <a name="0.0.1"></a>
795
- ## 0.0.1 (2019-01-18)