@looker/sdk-codegen-scripts 21.5.12 → 21.5.16

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 (72) hide show
  1. package/CHANGELOG.md +300 -332
  2. package/README.md +4 -4
  3. package/lib/convert.js +1 -2
  4. package/lib/convert.js.map +1 -1
  5. package/lib/declarationMiner.js +7 -9
  6. package/lib/declarationMiner.js.map +1 -1
  7. package/lib/esm/convert.js.map +1 -1
  8. package/lib/esm/declarationMiner.js +6 -6
  9. package/lib/esm/declarationMiner.js.map +1 -1
  10. package/lib/esm/exampleMiner.js +2 -2
  11. package/lib/esm/exampleMiner.js.map +1 -1
  12. package/lib/esm/fetchSpec.js +5 -5
  13. package/lib/esm/fetchSpec.js.map +1 -1
  14. package/lib/esm/index.js.map +1 -1
  15. package/lib/esm/languages.js.map +1 -1
  16. package/lib/esm/legacy.js.map +1 -1
  17. package/lib/esm/legacyGenerator.js.map +1 -1
  18. package/lib/esm/nodeUtils.js +4 -17
  19. package/lib/esm/nodeUtils.js.map +1 -1
  20. package/lib/esm/prettify.js +18 -11
  21. package/lib/esm/prettify.js.map +1 -1
  22. package/lib/esm/reformatter.js +7 -6
  23. package/lib/esm/reformatter.js.map +1 -1
  24. package/lib/esm/sdkConfig.js.map +1 -1
  25. package/lib/esm/sdkGen.js.map +1 -1
  26. package/lib/esm/sdkGenerator.js +2 -2
  27. package/lib/esm/sdkGenerator.js.map +1 -1
  28. package/lib/esm/specConvert.js.map +1 -1
  29. package/lib/esm/testUtils/index.js.map +1 -1
  30. package/lib/esm/testUtils/mocks.js.map +1 -1
  31. package/lib/esm/testUtils/testUtils.js.map +1 -1
  32. package/lib/esm/utils.js +5 -5
  33. package/lib/esm/utils.js.map +1 -1
  34. package/lib/esm/yamlToJson.js.map +1 -1
  35. package/lib/exampleMiner.d.ts +3 -3
  36. package/lib/exampleMiner.js +7 -10
  37. package/lib/exampleMiner.js.map +1 -1
  38. package/lib/fetchSpec.d.ts +4 -4
  39. package/lib/fetchSpec.js +15 -26
  40. package/lib/fetchSpec.js.map +1 -1
  41. package/lib/index.js.map +1 -1
  42. package/lib/languages.d.ts +1 -1
  43. package/lib/languages.js.map +1 -1
  44. package/lib/legacy.js.map +1 -1
  45. package/lib/legacyGenerator.js +1 -2
  46. package/lib/legacyGenerator.js.map +1 -1
  47. package/lib/nodeUtils.d.ts +5 -8
  48. package/lib/nodeUtils.js +9 -25
  49. package/lib/nodeUtils.js.map +1 -1
  50. package/lib/prettify.d.ts +1 -1
  51. package/lib/prettify.js +20 -14
  52. package/lib/prettify.js.map +1 -1
  53. package/lib/reformatter.d.ts +1 -1
  54. package/lib/reformatter.js +8 -7
  55. package/lib/reformatter.js.map +1 -1
  56. package/lib/sdkConfig.js +3 -4
  57. package/lib/sdkConfig.js.map +1 -1
  58. package/lib/sdkGen.js +2 -2
  59. package/lib/sdkGen.js.map +1 -1
  60. package/lib/sdkGenerator.js +4 -4
  61. package/lib/sdkGenerator.js.map +1 -1
  62. package/lib/specConvert.js +2 -2
  63. package/lib/specConvert.js.map +1 -1
  64. package/lib/testUtils/index.js.map +1 -1
  65. package/lib/testUtils/mocks.js.map +1 -1
  66. package/lib/testUtils/testUtils.js +4 -6
  67. package/lib/testUtils/testUtils.js.map +1 -1
  68. package/lib/utils.js +7 -9
  69. package/lib/utils.js.map +1 -1
  70. package/lib/yamlToJson.js +2 -2
  71. package/lib/yamlToJson.js.map +1 -1
  72. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -2,637 +2,605 @@
2
2
 
3
3
  ### Dependencies
4
4
 
5
- * The following workspace dependencies were updated
6
- * dependencies
7
- * @looker/sdk bumped from ^23.0.0 to ^23.2.0
8
- * @looker/sdk-node bumped from ^23.0.0 to ^23.2.0
5
+ - The following workspace dependencies were updated
6
+ - dependencies
7
+ - @looker/sdk bumped from ^23.0.0 to ^23.2.0
8
+ - @looker/sdk-node bumped from ^23.0.0 to ^23.2.0
9
9
 
10
10
  ### Dependencies
11
11
 
12
- * The following workspace dependencies were updated
13
- * dependencies
14
- * @looker/sdk bumped from ^23.2.0 to ^23.4.0
15
- * @looker/sdk-node bumped from ^23.2.0 to ^23.4.0
12
+ - The following workspace dependencies were updated
13
+ - dependencies
14
+ - @looker/sdk bumped from ^23.2.0 to ^23.4.0
15
+ - @looker/sdk-node bumped from ^23.2.0 to ^23.4.0
16
16
 
17
17
  ### Dependencies
18
18
 
19
- * The following workspace dependencies were updated
20
- * dependencies
21
- * @looker/sdk bumped from ^23.4.0 to ^23.6.0
22
- * @looker/sdk-node bumped from ^23.4.0 to ^23.6.0
19
+ - The following workspace dependencies were updated
20
+ - dependencies
21
+ - @looker/sdk bumped from ^23.4.0 to ^23.6.0
22
+ - @looker/sdk-node bumped from ^23.4.0 to ^23.6.0
23
23
 
24
24
  ### Dependencies
25
25
 
26
- * The following workspace dependencies were updated
27
- * dependencies
28
- * @looker/sdk bumped from ^23.6.0 to ^23.8.0
29
- * @looker/sdk-node bumped from ^23.6.0 to ^23.8.0
26
+ - The following workspace dependencies were updated
27
+ - dependencies
28
+ - @looker/sdk bumped from ^23.6.0 to ^23.8.0
29
+ - @looker/sdk-node bumped from ^23.6.0 to ^23.8.0
30
30
 
31
31
  ### Dependencies
32
32
 
33
- * The following workspace dependencies were updated
34
- * dependencies
35
- * @looker/sdk bumped from ^23.8.0 to ^23.8.1
36
- * @looker/sdk-node bumped from ^23.8.0 to ^23.8.1
33
+ - The following workspace dependencies were updated
34
+ - dependencies
35
+ - @looker/sdk bumped from ^23.8.0 to ^23.8.1
36
+ - @looker/sdk-node bumped from ^23.8.0 to ^23.8.1
37
37
 
38
38
  ### Dependencies
39
39
 
40
- * The following workspace dependencies were updated
41
- * dependencies
42
- * @looker/sdk bumped from ^23.8.1 to ^23.10.0
43
- * @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
44
- * @looker/sdk-node bumped from ^23.8.1 to ^23.10.0
45
- * @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
40
+ - The following workspace dependencies were updated
41
+ - dependencies
42
+ - @looker/sdk bumped from ^23.8.1 to ^23.10.0
43
+ - @looker/sdk-codegen bumped from ^21.8.0 to ^21.8.1
44
+ - @looker/sdk-node bumped from ^23.8.1 to ^23.10.0
45
+ - @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
46
46
 
47
47
  ### Dependencies
48
48
 
49
- * The following workspace dependencies were updated
50
- * dependencies
51
- * @looker/sdk bumped from ^23.10.0 to ^23.12.0
52
- * @looker/sdk-node bumped from ^23.10.0 to ^23.12.0
49
+ - The following workspace dependencies were updated
50
+ - dependencies
51
+ - @looker/sdk bumped from ^23.10.0 to ^23.12.0
52
+ - @looker/sdk-node bumped from ^23.10.0 to ^23.12.0
53
53
 
54
54
  ### Dependencies
55
55
 
56
- * The following workspace dependencies were updated
57
- * dependencies
58
- * @looker/sdk bumped from ^23.12.0 to ^23.14.1
59
- * @looker/sdk-node bumped from ^23.12.0 to ^23.14.1
56
+ - The following workspace dependencies were updated
57
+ - dependencies
58
+ - @looker/sdk bumped from ^23.12.0 to ^23.14.1
59
+ - @looker/sdk-node bumped from ^23.12.0 to ^23.14.1
60
+
61
+ ### Dependencies
62
+
63
+ - The following workspace dependencies were updated
64
+ - dependencies
65
+ - @looker/sdk bumped from ^23.14.1 to ^23.16.0
66
+ - @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
67
+ - @looker/sdk-node bumped from ^23.14.1 to ^23.16.0
68
+
69
+ ### Dependencies
70
+
71
+ - The following workspace dependencies were updated
72
+ - dependencies
73
+ - @looker/sdk bumped from ^23.16.0 to ^23.18.0
74
+ - @looker/sdk-node bumped from ^23.16.0 to ^23.18.0
75
+
76
+ ### Dependencies
77
+
78
+ - The following workspace dependencies were updated
79
+ - dependencies
80
+ - @looker/sdk bumped from ^23.18.0 to ^23.20.0
81
+ - @looker/sdk-node bumped from ^23.18.0 to ^23.20.0
82
+
83
+ ### Dependencies
84
+
85
+ - The following workspace dependencies were updated
86
+ - dependencies
87
+ - @looker/sdk bumped from ^23.20.0 to ^23.20.1
88
+ - @looker/sdk-node bumped from ^23.20.0 to ^23.20.1
60
89
 
61
90
  ### Dependencies
62
91
 
63
92
  * The following workspace dependencies were updated
64
93
  * dependencies
65
- * @looker/sdk bumped from ^23.14.1 to ^23.16.0
66
- * @looker/sdk-codegen bumped from ^21.8.1 to ^21.8.2
67
- * @looker/sdk-node bumped from ^23.14.1 to ^23.16.0
94
+ * @looker/sdk bumped from 23.20.1 to 24.0.0
95
+ * @looker/sdk-node bumped from 23.20.1 to 24.0.0
68
96
 
69
97
  ### Dependencies
70
98
 
71
99
  * The following workspace dependencies were updated
72
100
  * dependencies
73
- * @looker/sdk bumped from ^23.16.0 to ^23.18.0
74
- * @looker/sdk-node bumped from ^23.16.0 to ^23.18.0
101
+ * @looker/sdk bumped from 24.0.0 to 24.2.0
102
+ * @looker/sdk-node bumped from 24.0.0 to 24.2.0
75
103
 
76
104
  ### Dependencies
77
105
 
78
106
  * The following workspace dependencies were updated
79
107
  * dependencies
80
- * @looker/sdk bumped from ^23.18.0 to ^23.20.0
81
- * @looker/sdk-node bumped from ^23.18.0 to ^23.20.0
108
+ * @looker/sdk bumped from 24.2.0 to 24.2.1
109
+ * @looker/sdk-node bumped from 24.2.0 to 24.2.1
82
110
 
83
111
  ### Dependencies
84
112
 
85
113
  * The following workspace dependencies were updated
86
114
  * dependencies
87
- * @looker/sdk bumped from ^23.20.0 to ^23.20.1
88
- * @looker/sdk-node bumped from ^23.20.0 to ^23.20.1
115
+ * @looker/sdk bumped from 24.2.1 to 24.4.0
116
+ * @looker/sdk-node bumped from 24.2.1 to 24.4.0
89
117
 
90
118
  ## [21.5.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.8...sdk-codegen-scripts-v21.5.0) (2023-02-22)
91
119
 
92
-
93
120
  ### Features
94
121
 
95
- * generate SDKs for Looker 23.0 ([#1237](https://github.com/looker-open-source/sdk-codegen/issues/1237)) ([2ade858](https://github.com/looker-open-source/sdk-codegen/commit/2ade85815c43383169263659f5dddd783c062c09))
96
-
122
+ - generate SDKs for Looker 23.0 ([#1237](https://github.com/looker-open-source/sdk-codegen/issues/1237)) ([2ade858](https://github.com/looker-open-source/sdk-codegen/commit/2ade85815c43383169263659f5dddd783c062c09))
97
123
 
98
124
  ### Dependencies
99
125
 
100
- * The following workspace dependencies were updated
101
- * dependencies
102
- * @looker/sdk bumped from ^22.20.1 to ^23.0.0
103
- * @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
104
- * @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
105
- * @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
126
+ - The following workspace dependencies were updated
127
+ - dependencies
128
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
129
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
130
+ - @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
131
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
106
132
 
107
133
  ### [21.4.8](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.7...sdk-codegen-scripts-v21.4.8) (2022-12-09)
108
134
 
109
-
110
135
  ### Bug Fixes
111
136
 
112
- * Hack App Wholly Artifact Refactor ([#1210](https://www.github.com/looker-open-source/sdk-codegen/issues/1210)) ([d508fa8](https://www.github.com/looker-open-source/sdk-codegen/commit/d508fa878ca23f6ed298359d3ec1b25a3f333fac))
113
-
137
+ - Hack App Wholly Artifact Refactor ([#1210](https://www.github.com/looker-open-source/sdk-codegen/issues/1210)) ([d508fa8](https://www.github.com/looker-open-source/sdk-codegen/commit/d508fa878ca23f6ed298359d3ec1b25a3f333fac))
114
138
 
115
139
  ### Dependencies
116
140
 
117
- * The following workspace dependencies were updated
118
- * dependencies
119
- * @looker/sdk bumped from ^22.20.0 to ^22.20.1
120
- * @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
121
- * @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
122
- * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
141
+ - The following workspace dependencies were updated
142
+ - dependencies
143
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
144
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
145
+ - @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
146
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
123
147
 
124
148
  ### [21.4.7](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.6...sdk-codegen-scripts-v21.4.7) (2022-11-10)
125
149
 
126
-
127
150
  ### Dependencies
128
151
 
129
- * The following workspace dependencies were updated
130
- * dependencies
131
- * @looker/sdk bumped from ^22.18.0 to ^22.20.0
132
- * @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
133
- * @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
152
+ - The following workspace dependencies were updated
153
+ - dependencies
154
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
155
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
156
+ - @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
134
157
 
135
158
  ### [21.4.6](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.5...sdk-codegen-scripts-v21.4.6) (2022-10-17)
136
159
 
137
-
138
160
  ### Dependencies
139
161
 
140
- * The following workspace dependencies were updated
141
- * dependencies
142
- * @looker/sdk bumped from ^22.16.0 to ^22.18.0
143
- * @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
144
- * @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
162
+ - The following workspace dependencies were updated
163
+ - dependencies
164
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
165
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
166
+ - @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
145
167
 
146
168
  ### [21.4.5](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.4...sdk-codegen-scripts-v21.4.5) (2022-09-21)
147
169
 
148
-
149
170
  ### Dependencies
150
171
 
151
- * The following workspace dependencies were updated
152
- * dependencies
153
- * @looker/sdk bumped from ^22.14.0 to ^22.16.0
154
- * @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
172
+ - The following workspace dependencies were updated
173
+ - dependencies
174
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
175
+ - @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
155
176
 
156
177
  ### [21.4.4](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.3...sdk-codegen-scripts-v21.4.4) (2022-09-21)
157
178
 
158
-
159
179
  ### Dependencies
160
180
 
161
- * The following workspace dependencies were updated
162
- * dependencies
163
- * @looker/sdk bumped from ^22.12.1 to ^22.14.0
164
- * @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
181
+ - The following workspace dependencies were updated
182
+ - dependencies
183
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
184
+ - @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
165
185
 
166
186
  ### [21.4.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.2...sdk-codegen-scripts-v21.4.3) (2022-09-21)
167
187
 
168
-
169
188
  ### Dependencies
170
189
 
171
- * The following workspace dependencies were updated
172
- * dependencies
173
- * @looker/sdk bumped from ^22.10.1 to ^22.12.1
174
- * @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
175
- * @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
176
- * @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
190
+ - The following workspace dependencies were updated
191
+ - dependencies
192
+ - @looker/sdk bumped from ^22.10.1 to ^22.12.1
193
+ - @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
194
+ - @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
195
+ - @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
177
196
 
178
197
  ### [21.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.1...sdk-codegen-scripts-v21.4.2) (2022-07-29)
179
198
 
180
-
181
199
  ### Dependencies
182
200
 
183
- * The following workspace dependencies were updated
184
- * dependencies
185
- * @looker/sdk bumped from ^22.10.0 to ^22.10.1
186
- * @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
187
- * @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
201
+ - The following workspace dependencies were updated
202
+ - dependencies
203
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
204
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
205
+ - @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
188
206
 
189
207
  ### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.0...sdk-codegen-scripts-v21.4.1) (2022-07-14)
190
208
 
191
-
192
209
  ### Dependencies
193
210
 
194
- * The following workspace dependencies were updated
195
- * dependencies
196
- * @looker/sdk bumped from ^22.8.0 to ^22.10.0
197
- * @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
211
+ - The following workspace dependencies were updated
212
+ - dependencies
213
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
214
+ - @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
198
215
 
199
216
  ## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.4...sdk-codegen-scripts-v21.4.0) (2022-07-13)
200
217
 
201
-
202
218
  ### Features
203
219
 
204
- * generate 22.8 SDKs ([#1114](https://www.github.com/looker-open-source/sdk-codegen/issues/1114)) ([c771395](https://www.github.com/looker-open-source/sdk-codegen/commit/c771395e37940df581d10fb95b62382e20b1600c))
205
-
220
+ - generate 22.8 SDKs ([#1114](https://www.github.com/looker-open-source/sdk-codegen/issues/1114)) ([c771395](https://www.github.com/looker-open-source/sdk-codegen/commit/c771395e37940df581d10fb95b62382e20b1600c))
206
221
 
207
222
  ### Dependencies
208
223
 
209
- * The following workspace dependencies were updated
210
- * dependencies
211
- * @looker/sdk bumped from ^22.6.0 to ^22.8.0
212
- * @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
224
+ - The following workspace dependencies were updated
225
+ - dependencies
226
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
227
+ - @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
213
228
 
214
229
  ### [21.3.4](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.3...sdk-codegen-scripts-v21.3.4) (2022-07-07)
215
230
 
216
-
217
231
  ### Bug Fixes
218
232
 
219
- * example miner github permalinks do not use `.git` in the repository name ([#1063](https://www.github.com/looker-open-source/sdk-codegen/issues/1063)) ([e150b33](https://www.github.com/looker-open-source/sdk-codegen/commit/e150b33ff974575d731f48f2f1488bdbeeb9118c))
220
- * remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
221
-
233
+ - example miner github permalinks do not use `.git` in the repository name ([#1063](https://www.github.com/looker-open-source/sdk-codegen/issues/1063)) ([e150b33](https://www.github.com/looker-open-source/sdk-codegen/commit/e150b33ff974575d731f48f2f1488bdbeeb9118c))
234
+ - remove generated files from examples index ([#1076](https://www.github.com/looker-open-source/sdk-codegen/issues/1076)) ([d75bce8](https://www.github.com/looker-open-source/sdk-codegen/commit/d75bce8dc25d41fd6bc5e2e513782eaa6009fd10))
222
235
 
223
236
  ### Dependencies
224
237
 
225
- * The following workspace dependencies were updated
226
- * dependencies
227
- * @looker/sdk bumped from ^22.4.2 to ^22.6.0
228
- * @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
229
- * @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
230
- * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
238
+ - The following workspace dependencies were updated
239
+ - dependencies
240
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
241
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
242
+ - @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
243
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
231
244
 
232
245
  ### [21.3.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.2...sdk-codegen-scripts-v21.3.3) (2022-04-07)
233
246
 
234
-
235
247
  ### Dependencies
236
248
 
237
- * The following workspace dependencies were updated
238
- * dependencies
239
- * @looker/sdk bumped from ^22.4.1 to ^22.4.2
240
- * @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
241
- * @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
242
- * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
249
+ - The following workspace dependencies were updated
250
+ - dependencies
251
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
252
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
253
+ - @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
254
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
243
255
 
244
256
  ### [21.3.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.1...sdk-codegen-scripts-v21.3.2) (2022-04-07)
245
257
 
246
-
247
258
  ### Dependencies
248
259
 
249
- * The following workspace dependencies were updated
250
- * dependencies
251
- * @looker/sdk bumped from ^22.4.0 to ^22.4.1
252
- * @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
253
- * @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
260
+ - The following workspace dependencies were updated
261
+ - dependencies
262
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
263
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
264
+ - @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
254
265
 
255
266
  ### [21.3.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.0...sdk-codegen-scripts-v21.3.1) (2022-03-24)
256
267
 
257
-
258
268
  ### Bug Fixes
259
269
 
260
- * declaration miner (internal utility) ([#1025](https://www.github.com/looker-open-source/sdk-codegen/issues/1025)) ([9b987b2](https://www.github.com/looker-open-source/sdk-codegen/commit/9b987b2c2f24e4a43d6ff25921c5f46804b7702a))
261
-
270
+ - declaration miner (internal utility) ([#1025](https://www.github.com/looker-open-source/sdk-codegen/issues/1025)) ([9b987b2](https://www.github.com/looker-open-source/sdk-codegen/commit/9b987b2c2f24e4a43d6ff25921c5f46804b7702a))
262
271
 
263
272
  ### Dependencies
264
273
 
265
- * The following workspace dependencies were updated
266
- * dependencies
267
- * @looker/sdk bumped from ^22.2.0 to ^22.4.0
268
- * @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
274
+ - The following workspace dependencies were updated
275
+ - dependencies
276
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
277
+ - @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
269
278
 
270
279
  ## [21.3.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.3...sdk-codegen-scripts-v21.3.0) (2022-03-04)
271
280
 
272
-
273
281
  ### Features
274
282
 
275
- * generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
276
-
283
+ - generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
277
284
 
278
285
  ### Dependencies
279
286
 
280
- * The following workspace dependencies were updated
281
- * dependencies
282
- * @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
287
+ - The following workspace dependencies were updated
288
+ - dependencies
289
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
283
290
 
284
291
  ### [21.2.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.2...sdk-codegen-scripts-v21.2.3) (2022-02-18)
285
292
 
286
-
287
293
  ### Dependencies
288
294
 
289
- * The following workspace dependencies were updated
290
- * dependencies
291
- * @looker/sdk bumped from ^22.0.0 to ^22.2.0
292
- * @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
295
+ - The following workspace dependencies were updated
296
+ - dependencies
297
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
298
+ - @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
293
299
 
294
300
  ### [21.2.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.1...sdk-codegen-scripts-v21.2.2) (2022-02-14)
295
301
 
296
-
297
302
  ### Dependencies
298
303
 
299
- * The following workspace dependencies were updated
300
- * dependencies
301
- * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
304
+ - The following workspace dependencies were updated
305
+ - dependencies
306
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
302
307
 
303
308
  ### [21.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.3...sdk-codegen-scripts-v21.2.1) (2022-01-27)
304
309
 
305
-
306
310
  ### Features
307
311
 
308
- * add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
309
-
312
+ - add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
310
313
 
311
314
  ### Dependencies
312
315
 
313
- * The following workspace dependencies were updated
314
- * dependencies
315
- * @looker/sdk bumped from ^21.20.0 to ^21.20.1
316
- * @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
316
+ - The following workspace dependencies were updated
317
+ - dependencies
318
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
319
+ - @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
317
320
 
318
321
  ### [21.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.0...sdk-codegen-scripts-v21.2.1) (2021-12-20)
319
322
 
320
-
321
323
  ### Dependencies
322
324
 
323
- * The following workspace dependencies were updated
324
- * dependencies
325
- * @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
326
- * @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
325
+ - The following workspace dependencies were updated
326
+ - dependencies
327
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
328
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
327
329
 
328
330
  ## [21.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.4...sdk-codegen-scripts-v21.2.0) (2021-12-16)
329
331
 
330
-
331
332
  ### Features
332
333
 
333
- * add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
334
-
334
+ - add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
335
335
 
336
336
  ### Dependencies
337
337
 
338
- * The following workspace dependencies were updated
339
- * dependencies
340
- * @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
341
- * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
338
+ - The following workspace dependencies were updated
339
+ - dependencies
340
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
341
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
342
342
 
343
343
  ### [21.1.4](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.3...sdk-codegen-scripts-v21.1.4) (2021-12-06)
344
344
 
345
-
346
345
  ### Dependencies
347
346
 
348
- * The following workspace dependencies were updated
349
- * dependencies
350
- * @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
347
+ - The following workspace dependencies were updated
348
+ - dependencies
349
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
351
350
 
352
351
  ### [21.1.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.2...sdk-codegen-scripts-v21.1.3) (2021-11-10)
353
352
 
354
-
355
353
  ### Dependencies
356
354
 
357
- * The following workspace dependencies were updated
358
- * dependencies
359
- * @looker/sdk bumped from ^21.18.1 to ^21.20.0
360
- * @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
361
- * @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
362
- * @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
355
+ - The following workspace dependencies were updated
356
+ - dependencies
357
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
358
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
359
+ - @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
360
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
363
361
 
364
362
  ### [21.1.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.1...sdk-codegen-scripts-v21.1.2) (2021-10-27)
365
363
 
366
-
367
364
  ### Dependencies
368
365
 
369
- * The following workspace dependencies were updated
370
- * dependencies
371
- * @looker/sdk bumped from ^21.18.0 to ^21.18.1
372
- * @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
373
- * @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
374
- * @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
366
+ - The following workspace dependencies were updated
367
+ - dependencies
368
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
369
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
370
+ - @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
371
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
375
372
 
376
373
  ### [21.1.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.0...sdk-codegen-scripts-v21.1.1) (2021-10-24)
377
374
 
378
-
379
375
  ### Dependencies
380
376
 
381
- * The following workspace dependencies were updated
382
- * dependencies
383
- * @looker/sdk bumped from ^21.16.0 to ^21.18.0
384
- * @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
377
+ - The following workspace dependencies were updated
378
+ - dependencies
379
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
380
+ - @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
385
381
 
386
382
  ## [21.1.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.27...sdk-codegen-scripts-v21.1.0) (2021-10-19)
387
383
 
388
-
389
384
  ### Features
390
385
 
391
- * makeTheCall for Kotlin and type tagging ([#833](https://www.github.com/looker-open-source/sdk-codegen/issues/833)) ([2ca950e](https://www.github.com/looker-open-source/sdk-codegen/commit/2ca950e16c9c172d3e67de58261df16e424efaa3))
392
- * Use agenda data for the Hackathon home page ([#842](https://www.github.com/looker-open-source/sdk-codegen/issues/842)) ([0da2523](https://www.github.com/looker-open-source/sdk-codegen/commit/0da25239c3f108cb684309818c33c91c2a7c3278))
393
-
386
+ - makeTheCall for Kotlin and type tagging ([#833](https://www.github.com/looker-open-source/sdk-codegen/issues/833)) ([2ca950e](https://www.github.com/looker-open-source/sdk-codegen/commit/2ca950e16c9c172d3e67de58261df16e424efaa3))
387
+ - Use agenda data for the Hackathon home page ([#842](https://www.github.com/looker-open-source/sdk-codegen/issues/842)) ([0da2523](https://www.github.com/looker-open-source/sdk-codegen/commit/0da25239c3f108cb684309818c33c91c2a7c3278))
394
388
 
395
389
  ### Dependencies
396
390
 
397
- * The following workspace dependencies were updated
398
- * dependencies
399
- * @looker/sdk bumped from ^21.14.0 to ^21.16.0
400
- * @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
401
- * @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
402
- * @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
391
+ - The following workspace dependencies were updated
392
+ - dependencies
393
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
394
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
395
+ - @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
396
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
403
397
 
404
398
  ### [21.0.27](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.26...sdk-codegen-scripts-v21.0.27) (2021-09-01)
405
399
 
406
-
407
400
  ### Bug Fixes
408
401
 
409
- * spec refresh ([#801](https://www.github.com/looker-open-source/sdk-codegen/issues/801)) ([a10245a](https://www.github.com/looker-open-source/sdk-codegen/commit/a10245aa7ea180670d9d8219810aab88eb50854d))
410
-
402
+ - spec refresh ([#801](https://www.github.com/looker-open-source/sdk-codegen/issues/801)) ([a10245a](https://www.github.com/looker-open-source/sdk-codegen/commit/a10245aa7ea180670d9d8219810aab88eb50854d))
411
403
 
412
404
  ### Dependencies
413
405
 
414
- * The following workspace dependencies were updated
415
- * dependencies
416
- * @looker/sdk bumped from ^21.12.0 to ^21.14.0
417
- * @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
418
- * @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
419
- * @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
406
+ - The following workspace dependencies were updated
407
+ - dependencies
408
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
409
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
410
+ - @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
411
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
420
412
 
421
413
  ### [21.0.26](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.25...sdk-codegen-scripts-v21.0.26) (2021-08-11)
422
414
 
423
-
424
415
  ### Dependencies
425
416
 
426
- * The following workspace dependencies were updated
427
- * dependencies
428
- * @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
417
+ - The following workspace dependencies were updated
418
+ - dependencies
419
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
429
420
 
430
421
  ### [21.0.25](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.24...sdk-codegen-scripts-v21.0.25) (2021-08-06)
431
422
 
432
-
433
423
  ### Dependencies
434
424
 
435
- * The following workspace dependencies were updated
436
- * dependencies
437
- * @looker/sdk bumped from ^21.10.2 to ^21.12.0
438
- * @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
425
+ - The following workspace dependencies were updated
426
+ - dependencies
427
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
428
+ - @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
439
429
 
440
430
  ### [21.0.24](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.23...sdk-codegen-scripts-v21.0.24) (2021-07-30)
441
431
 
442
-
443
432
  ### Dependencies
444
433
 
445
- * The following workspace dependencies were updated
446
- * dependencies
447
- * @looker/sdk bumped from ^21.10.1 to ^21.10.2
448
- * @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
449
- * @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
450
- * @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
434
+ - The following workspace dependencies were updated
435
+ - dependencies
436
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
437
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
438
+ - @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
439
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
451
440
 
452
441
  ### [21.0.23](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.22...sdk-codegen-scripts-v21.0.23) (2021-07-09)
453
442
 
454
-
455
443
  ### Dependencies
456
444
 
457
- * The following workspace dependencies were updated
458
- * dependencies
459
- * @looker/sdk bumped from ^21.10.0 to ^21.10.1
460
- * @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
461
- * @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
462
- * @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
445
+ - The following workspace dependencies were updated
446
+ - dependencies
447
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
448
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
449
+ - @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
450
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
463
451
 
464
452
  ### [21.0.22](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.21...sdk-codegen-scripts-v21.0.22) (2021-07-08)
465
453
 
466
-
467
454
  ### Dependencies
468
455
 
469
- * The following workspace dependencies were updated
470
- * dependencies
471
- * @looker/sdk bumped from ^21.8.3 to ^21.10.0
472
- * @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
473
- * @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
474
- * @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
456
+ - The following workspace dependencies were updated
457
+ - dependencies
458
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
459
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
460
+ - @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
461
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
475
462
 
476
463
  ### [21.0.21](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.20...sdk-codegen-scripts-v21.0.21) (2021-07-02)
477
464
 
478
-
479
465
  ### Dependencies
480
466
 
481
- * The following workspace dependencies were updated
482
- * dependencies
483
- * @looker/sdk bumped from ^21.8.2 to ^21.8.3
484
- * @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
485
- * @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
486
- * @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
467
+ - The following workspace dependencies were updated
468
+ - dependencies
469
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
470
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
471
+ - @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
472
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
487
473
 
488
474
  ### [21.0.20](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.19...sdk-codegen-scripts-v21.0.20) (2021-07-01)
489
475
 
490
-
491
476
  ### Bug Fixes
492
477
 
493
- * noStreams skips tally headers in generated source ([#727](https://www.github.com/looker-open-source/sdk-codegen/issues/727)) ([113c2c5](https://www.github.com/looker-open-source/sdk-codegen/commit/113c2c50c07c621cf94841af75557704fc3f5df7))
494
-
478
+ - noStreams skips tally headers in generated source ([#727](https://www.github.com/looker-open-source/sdk-codegen/issues/727)) ([113c2c5](https://www.github.com/looker-open-source/sdk-codegen/commit/113c2c50c07c621cf94841af75557704fc3f5df7))
495
479
 
496
480
  ### Dependencies
497
481
 
498
- * The following workspace dependencies were updated
499
- * dependencies
500
- * @looker/sdk bumped from ^21.8.1 to ^21.8.2
501
- * @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
502
- * @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
503
- * @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
482
+ - The following workspace dependencies were updated
483
+ - dependencies
484
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
485
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
486
+ - @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
487
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
504
488
 
505
489
  ### [21.0.19](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.18...sdk-codegen-scripts-v21.0.19) (2021-06-30)
506
490
 
507
-
508
491
  ### Dependencies
509
492
 
510
- * The following workspace dependencies were updated
511
- * dependencies
512
- * @looker/sdk bumped from ^21.8.0 to ^21.8.1
513
- * @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
514
- * @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
493
+ - The following workspace dependencies were updated
494
+ - dependencies
495
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
496
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
497
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
515
498
 
516
499
  ### [21.0.18](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.17...sdk-codegen-scripts-v21.0.18) (2021-06-17)
517
500
 
518
-
519
501
  ### Dependencies
520
502
 
521
- * The following workspace dependencies were updated
522
- * dependencies
523
- * @looker/sdk bumped from ^21.6.1 to ^21.8.0
524
- * @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
503
+ - The following workspace dependencies were updated
504
+ - dependencies
505
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
506
+ - @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
525
507
 
526
508
  ### [21.0.17](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.16...sdk-codegen-scripts-v21.0.17) (2021-06-16)
527
509
 
528
-
529
510
  ### Features
530
511
 
531
- * reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
532
-
512
+ - reduce size of apix bundle ([#676](https://www.github.com/looker-open-source/sdk-codegen/issues/676)) ([0d74f6a](https://www.github.com/looker-open-source/sdk-codegen/commit/0d74f6a7814b509416a9d2558c16439a4859b543))
533
513
 
534
514
  ### Dependencies
535
515
 
536
- * The following workspace dependencies were updated
537
- * dependencies
538
- * @looker/sdk bumped from ^21.6.0 to ^21.6.1
539
- * @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
540
- * @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
516
+ - The following workspace dependencies were updated
517
+ - dependencies
518
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
519
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
520
+ - @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
541
521
 
542
522
  ### [21.0.16](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.15...sdk-codegen-scripts-v21.0.16) (2021-05-05)
543
523
 
544
-
545
524
  ### Bug Fixes
546
525
 
547
- * use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
548
-
526
+ - use "TypeScript" and "JavaScript" everywhere ([#644](https://www.github.com/looker-open-source/sdk-codegen/issues/644)) ([c15031c](https://www.github.com/looker-open-source/sdk-codegen/commit/c15031cee189556adbd9e18641e7c992e86e3611))
549
527
 
550
528
  ### Dependencies
551
529
 
552
- * The following workspace dependencies were updated
553
- * dependencies
554
- * @looker/sdk bumped from ^21.4.3 to ^21.6.0
555
- * @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
556
- * @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
557
- * @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
530
+ - The following workspace dependencies were updated
531
+ - dependencies
532
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
533
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
534
+ - @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
535
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
558
536
 
559
537
  ### [21.0.15](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.14...sdk-codegen-scripts-v21.0.15) (2021-04-27)
560
538
 
561
-
562
539
  ### Dependencies
563
540
 
564
- * The following workspace dependencies were updated
565
- * dependencies
566
- * @looker/sdk bumped from ^21.4.2 to ^21.4.3
567
- * @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
568
- * @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
541
+ - The following workspace dependencies were updated
542
+ - dependencies
543
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
544
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
545
+ - @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
569
546
 
570
547
  ### [21.0.14](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.13...sdk-codegen-scripts-v21.0.14) (2021-04-26)
571
548
 
572
-
573
549
  ### Dependencies
574
550
 
575
- * The following workspace dependencies were updated
576
- * dependencies
577
- * @looker/sdk bumped from ^21.4.1 to ^21.4.2
578
- * @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
579
- * @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
551
+ - The following workspace dependencies were updated
552
+ - dependencies
553
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
554
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
555
+ - @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
580
556
 
581
557
  ### [21.0.13](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.12...sdk-codegen-scripts-v21.0.13) (2021-04-21)
582
558
 
583
-
584
559
  ### Bug Fixes
585
560
 
586
- * updated TypeScript, C#, Go language names in codeGenerators.ts ([#610](https://www.github.com/looker-open-source/sdk-codegen/issues/610)) ([13fb42b](https://www.github.com/looker-open-source/sdk-codegen/commit/13fb42b6bfa651a137e75b04fc6ee00620705ede))
587
-
561
+ - updated TypeScript, C#, Go language names in codeGenerators.ts ([#610](https://www.github.com/looker-open-source/sdk-codegen/issues/610)) ([13fb42b](https://www.github.com/looker-open-source/sdk-codegen/commit/13fb42b6bfa651a137e75b04fc6ee00620705ede))
588
562
 
589
563
  ### Dependencies
590
564
 
591
- * The following workspace dependencies were updated
592
- * dependencies
593
- * @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
594
- * @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
565
+ - The following workspace dependencies were updated
566
+ - dependencies
567
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
568
+ - @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
595
569
 
596
570
  ### [21.0.12](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.11...sdk-codegen-scripts-v21.0.12) (2021-04-15)
597
571
 
598
-
599
572
  ### Features
600
573
 
601
- * add source declaration links to API Explorer ([#578](https://www.github.com/looker-open-source/sdk-codegen/issues/578)) ([ce0e588](https://www.github.com/looker-open-source/sdk-codegen/commit/ce0e588787bdbc2e8ca4aadd44c31dc3ba1a0ef1))
602
- * TypeScript SDK tree-shaking support ([#580](https://www.github.com/looker-open-source/sdk-codegen/issues/580)) ([8b7f2f0](https://www.github.com/looker-open-source/sdk-codegen/commit/8b7f2f00ab1a765a04bd460a1ca88e9b7bd66a98))
603
-
574
+ - add source declaration links to API Explorer ([#578](https://www.github.com/looker-open-source/sdk-codegen/issues/578)) ([ce0e588](https://www.github.com/looker-open-source/sdk-codegen/commit/ce0e588787bdbc2e8ca4aadd44c31dc3ba1a0ef1))
575
+ - TypeScript SDK tree-shaking support ([#580](https://www.github.com/looker-open-source/sdk-codegen/issues/580)) ([8b7f2f0](https://www.github.com/looker-open-source/sdk-codegen/commit/8b7f2f00ab1a765a04bd460a1ca88e9b7bd66a98))
604
576
 
605
577
  ### Dependencies
606
578
 
607
- * The following workspace dependencies were updated
608
- * dependencies
609
- * @looker/sdk bumped from ^21.4.0 to ^21.4.1
610
- * @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
611
- * @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
612
- * @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
579
+ - The following workspace dependencies were updated
580
+ - dependencies
581
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
582
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
583
+ - @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
584
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
613
585
 
614
586
  ### [21.0.11](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.0.10...sdk-codegen-scripts-v21.0.11) (2021-04-02)
615
587
 
616
-
617
588
  ### Features
618
589
 
619
- * Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
620
- * added -n | --nostreams to code generator options ([#549](https://www.github.com/looker-open-source/sdk-codegen/issues/549)) ([6ead15a](https://www.github.com/looker-open-source/sdk-codegen/commit/6ead15a26093cc108912c8082b7267fb3a0b76b3))
621
-
590
+ - Added --versions option to the code generator ([#514](https://www.github.com/looker-open-source/sdk-codegen/issues/514)) ([ee6f3e8](https://www.github.com/looker-open-source/sdk-codegen/commit/ee6f3e8f55e300df1a75c9be89b47f067bc08dee))
591
+ - added -n | --nostreams to code generator options ([#549](https://www.github.com/looker-open-source/sdk-codegen/issues/549)) ([6ead15a](https://www.github.com/looker-open-source/sdk-codegen/commit/6ead15a26093cc108912c8082b7267fb3a0b76b3))
622
592
 
623
593
  ### Bug Fixes
624
594
 
625
- * legacy generator was broken ([#540](https://www.github.com/looker-open-source/sdk-codegen/issues/540)) ([212cfce](https://www.github.com/looker-open-source/sdk-codegen/commit/212cfce4745ea663322b2338d91315cefec451a9))
626
- * TypeScript SDK generator import logic ([#547](https://www.github.com/looker-open-source/sdk-codegen/issues/547)) ([c5aa033](https://www.github.com/looker-open-source/sdk-codegen/commit/c5aa033c749a2db8a0f98d5b8f49dc287fad06a2))
627
-
628
-
595
+ - legacy generator was broken ([#540](https://www.github.com/looker-open-source/sdk-codegen/issues/540)) ([212cfce](https://www.github.com/looker-open-source/sdk-codegen/commit/212cfce4745ea663322b2338d91315cefec451a9))
596
+ - TypeScript SDK generator import logic ([#547](https://www.github.com/looker-open-source/sdk-codegen/issues/547)) ([c5aa033](https://www.github.com/looker-open-source/sdk-codegen/commit/c5aa033c749a2db8a0f98d5b8f49dc287fad06a2))
629
597
 
630
598
  ### Dependencies
631
599
 
632
- * The following workspace dependencies were updated
633
- * dependencies
634
- * @looker/sdk bumped from ^21.0.10 to ^21.4.0
635
- * @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
636
- * @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
637
- * @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
638
- * @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
600
+ - The following workspace dependencies were updated
601
+ - dependencies
602
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
603
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
604
+ - @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
605
+ - @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
606
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11