@kintone/dts-gen 6.1.5 → 6.1.8

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