@looker/sdk-codegen-scripts 21.5.12 → 21.5.14

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 +290 -336
  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,591 @@
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
60
 
61
61
  ### Dependencies
62
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
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
68
 
69
69
  ### Dependencies
70
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
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
75
89
 
76
90
  ### Dependencies
77
91
 
78
92
  * The following workspace dependencies were updated
79
93
  * 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
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
82
96
 
83
97
  ### Dependencies
84
98
 
85
99
  * The following workspace dependencies were updated
86
100
  * 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
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
89
103
 
90
104
  ## [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
105
 
92
-
93
106
  ### Features
94
107
 
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
-
108
+ - 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
109
 
98
110
  ### Dependencies
99
111
 
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
112
+ - The following workspace dependencies were updated
113
+ - dependencies
114
+ - @looker/sdk bumped from ^22.20.1 to ^23.0.0
115
+ - @looker/sdk-codegen bumped from ^21.7.4 to ^21.8.0
116
+ - @looker/sdk-node bumped from ^22.20.1 to ^23.0.0
117
+ - @looker/sdk-rtl bumped from ^21.5.0 to ^21.6.0
106
118
 
107
119
  ### [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
120
 
109
-
110
121
  ### Bug Fixes
111
122
 
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
-
123
+ - 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
124
 
115
125
  ### Dependencies
116
126
 
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
127
+ - The following workspace dependencies were updated
128
+ - dependencies
129
+ - @looker/sdk bumped from ^22.20.0 to ^22.20.1
130
+ - @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
131
+ - @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
132
+ - @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
123
133
 
124
134
  ### [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
135
 
126
-
127
136
  ### Dependencies
128
137
 
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
138
+ - The following workspace dependencies were updated
139
+ - dependencies
140
+ - @looker/sdk bumped from ^22.18.0 to ^22.20.0
141
+ - @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
142
+ - @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
134
143
 
135
144
  ### [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
145
 
137
-
138
146
  ### Dependencies
139
147
 
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
148
+ - The following workspace dependencies were updated
149
+ - dependencies
150
+ - @looker/sdk bumped from ^22.16.0 to ^22.18.0
151
+ - @looker/sdk-codegen bumped from ^21.7.1 to ^21.7.2
152
+ - @looker/sdk-node bumped from ^22.16.0 to ^22.18.0
145
153
 
146
154
  ### [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
155
 
148
-
149
156
  ### Dependencies
150
157
 
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
158
+ - The following workspace dependencies were updated
159
+ - dependencies
160
+ - @looker/sdk bumped from ^22.14.0 to ^22.16.0
161
+ - @looker/sdk-node bumped from ^22.14.0 to ^22.16.0
155
162
 
156
163
  ### [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
164
 
158
-
159
165
  ### Dependencies
160
166
 
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
167
+ - The following workspace dependencies were updated
168
+ - dependencies
169
+ - @looker/sdk bumped from ^22.12.1 to ^22.14.0
170
+ - @looker/sdk-node bumped from ^22.12.1 to ^22.14.0
165
171
 
166
172
  ### [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
173
 
168
-
169
174
  ### Dependencies
170
175
 
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
176
+ - The following workspace dependencies were updated
177
+ - dependencies
178
+ - @looker/sdk bumped from ^22.10.1 to ^22.12.1
179
+ - @looker/sdk-codegen bumped from ^21.7.0 to ^21.7.1
180
+ - @looker/sdk-node bumped from ^22.10.1 to ^22.12.1
181
+ - @looker/sdk-rtl bumped from ^21.3.4 to ^21.4.0
177
182
 
178
183
  ### [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
184
 
180
-
181
185
  ### Dependencies
182
186
 
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
187
+ - The following workspace dependencies were updated
188
+ - dependencies
189
+ - @looker/sdk bumped from ^22.10.0 to ^22.10.1
190
+ - @looker/sdk-codegen bumped from ^21.6.0 to ^21.7.0
191
+ - @looker/sdk-node bumped from ^22.10.0 to ^22.10.1
188
192
 
189
193
  ### [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
194
 
191
-
192
195
  ### Dependencies
193
196
 
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
197
+ - The following workspace dependencies were updated
198
+ - dependencies
199
+ - @looker/sdk bumped from ^22.8.0 to ^22.10.0
200
+ - @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
198
201
 
199
202
  ## [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
203
 
201
-
202
204
  ### Features
203
205
 
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
-
206
+ - 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
207
 
207
208
  ### Dependencies
208
209
 
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
210
+ - The following workspace dependencies were updated
211
+ - dependencies
212
+ - @looker/sdk bumped from ^22.6.0 to ^22.8.0
213
+ - @looker/sdk-node bumped from ^22.6.0 to ^22.8.0
213
214
 
214
215
  ### [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
216
 
216
-
217
217
  ### Bug Fixes
218
218
 
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
-
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))
222
221
 
223
222
  ### Dependencies
224
223
 
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
224
+ - The following workspace dependencies were updated
225
+ - dependencies
226
+ - @looker/sdk bumped from ^22.4.2 to ^22.6.0
227
+ - @looker/sdk-codegen bumped from ^21.5.2 to ^21.6.0
228
+ - @looker/sdk-node bumped from ^22.4.2 to ^22.6.0
229
+ - @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
231
230
 
232
231
  ### [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
232
 
234
-
235
233
  ### Dependencies
236
234
 
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
235
+ - The following workspace dependencies were updated
236
+ - dependencies
237
+ - @looker/sdk bumped from ^22.4.1 to ^22.4.2
238
+ - @looker/sdk-codegen bumped from ^21.5.1 to ^21.5.2
239
+ - @looker/sdk-node bumped from ^22.4.1 to ^22.4.2
240
+ - @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
243
241
 
244
242
  ### [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
243
 
246
-
247
244
  ### Dependencies
248
245
 
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
246
+ - The following workspace dependencies were updated
247
+ - dependencies
248
+ - @looker/sdk bumped from ^22.4.0 to ^22.4.1
249
+ - @looker/sdk-codegen bumped from ^21.5.0 to ^21.5.1
250
+ - @looker/sdk-node bumped from ^22.4.0 to ^22.4.1
254
251
 
255
252
  ### [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
253
 
257
-
258
254
  ### Bug Fixes
259
255
 
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
-
256
+ - 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
257
 
263
258
  ### Dependencies
264
259
 
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
260
+ - The following workspace dependencies were updated
261
+ - dependencies
262
+ - @looker/sdk bumped from ^22.2.0 to ^22.4.0
263
+ - @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
269
264
 
270
265
  ## [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
266
 
272
-
273
267
  ### Features
274
268
 
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
-
269
+ - 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
270
 
278
271
  ### Dependencies
279
272
 
280
- * The following workspace dependencies were updated
281
- * dependencies
282
- * @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
273
+ - The following workspace dependencies were updated
274
+ - dependencies
275
+ - @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
283
276
 
284
277
  ### [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
278
 
286
-
287
279
  ### Dependencies
288
280
 
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
281
+ - The following workspace dependencies were updated
282
+ - dependencies
283
+ - @looker/sdk bumped from ^22.0.0 to ^22.2.0
284
+ - @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
293
285
 
294
286
  ### [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
287
 
296
-
297
288
  ### Dependencies
298
289
 
299
- * The following workspace dependencies were updated
300
- * dependencies
301
- * @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
290
+ - The following workspace dependencies were updated
291
+ - dependencies
292
+ - @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
302
293
 
303
294
  ### [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
295
 
305
-
306
296
  ### Features
307
297
 
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
-
298
+ - 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
299
 
311
300
  ### Dependencies
312
301
 
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
302
+ - The following workspace dependencies were updated
303
+ - dependencies
304
+ - @looker/sdk bumped from ^21.20.0 to ^21.20.1
305
+ - @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
317
306
 
318
307
  ### [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
308
 
320
-
321
309
  ### Dependencies
322
310
 
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
311
+ - The following workspace dependencies were updated
312
+ - dependencies
313
+ - @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
314
+ - @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
327
315
 
328
316
  ## [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
317
 
330
-
331
318
  ### Features
332
319
 
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
-
320
+ - 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
321
 
336
322
  ### Dependencies
337
323
 
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
324
+ - The following workspace dependencies were updated
325
+ - dependencies
326
+ - @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
327
+ - @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
342
328
 
343
329
  ### [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
330
 
345
-
346
331
  ### Dependencies
347
332
 
348
- * The following workspace dependencies were updated
349
- * dependencies
350
- * @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
333
+ - The following workspace dependencies were updated
334
+ - dependencies
335
+ - @looker/sdk-codegen bumped from ^21.2.0 to ^21.2.1
351
336
 
352
337
  ### [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
338
 
354
-
355
339
  ### Dependencies
356
340
 
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
341
+ - The following workspace dependencies were updated
342
+ - dependencies
343
+ - @looker/sdk bumped from ^21.18.1 to ^21.20.0
344
+ - @looker/sdk-codegen bumped from ^21.1.1 to ^21.2.0
345
+ - @looker/sdk-node bumped from ^21.18.1 to ^21.20.0
346
+ - @looker/sdk-rtl bumped from ^21.1.1 to ^21.2.0
363
347
 
364
348
  ### [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
349
 
366
-
367
350
  ### Dependencies
368
351
 
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
352
+ - The following workspace dependencies were updated
353
+ - dependencies
354
+ - @looker/sdk bumped from ^21.18.0 to ^21.18.1
355
+ - @looker/sdk-codegen bumped from ^21.1.0 to ^21.1.1
356
+ - @looker/sdk-node bumped from ^21.18.0 to ^21.18.1
357
+ - @looker/sdk-rtl bumped from ^21.1.0 to ^21.1.1
375
358
 
376
359
  ### [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
360
 
378
-
379
361
  ### Dependencies
380
362
 
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
363
+ - The following workspace dependencies were updated
364
+ - dependencies
365
+ - @looker/sdk bumped from ^21.16.0 to ^21.18.0
366
+ - @looker/sdk-node bumped from ^21.16.0 to ^21.18.0
385
367
 
386
368
  ## [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
369
 
388
-
389
370
  ### Features
390
371
 
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
-
372
+ - 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))
373
+ - 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
374
 
395
375
  ### Dependencies
396
376
 
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
377
+ - The following workspace dependencies were updated
378
+ - dependencies
379
+ - @looker/sdk bumped from ^21.14.0 to ^21.16.0
380
+ - @looker/sdk-codegen bumped from ^21.0.25 to ^21.1.0
381
+ - @looker/sdk-node bumped from ^21.14.0 to ^21.16.0
382
+ - @looker/sdk-rtl bumped from ^21.0.20 to ^21.1.0
403
383
 
404
384
  ### [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
385
 
406
-
407
386
  ### Bug Fixes
408
387
 
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
-
388
+ - 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
389
 
412
390
  ### Dependencies
413
391
 
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
392
+ - The following workspace dependencies were updated
393
+ - dependencies
394
+ - @looker/sdk bumped from ^21.12.0 to ^21.14.0
395
+ - @looker/sdk-codegen bumped from ^21.0.24 to ^21.0.25
396
+ - @looker/sdk-node bumped from ^21.12.0 to ^21.14.0
397
+ - @looker/sdk-rtl bumped from ^21.0.19 to ^21.0.20
420
398
 
421
399
  ### [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
400
 
423
-
424
401
  ### Dependencies
425
402
 
426
- * The following workspace dependencies were updated
427
- * dependencies
428
- * @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
403
+ - The following workspace dependencies were updated
404
+ - dependencies
405
+ - @looker/sdk-codegen bumped from ^21.0.23 to ^21.0.24
429
406
 
430
407
  ### [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
408
 
432
-
433
409
  ### Dependencies
434
410
 
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
411
+ - The following workspace dependencies were updated
412
+ - dependencies
413
+ - @looker/sdk bumped from ^21.10.2 to ^21.12.0
414
+ - @looker/sdk-node bumped from ^21.10.2 to ^21.12.0
439
415
 
440
416
  ### [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
417
 
442
-
443
418
  ### Dependencies
444
419
 
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
420
+ - The following workspace dependencies were updated
421
+ - dependencies
422
+ - @looker/sdk bumped from ^21.10.1 to ^21.10.2
423
+ - @looker/sdk-codegen bumped from ^21.0.22 to ^21.0.23
424
+ - @looker/sdk-node bumped from ^21.10.1 to ^21.10.2
425
+ - @looker/sdk-rtl bumped from ^21.0.18 to ^21.0.19
451
426
 
452
427
  ### [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
428
 
454
-
455
429
  ### Dependencies
456
430
 
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
431
+ - The following workspace dependencies were updated
432
+ - dependencies
433
+ - @looker/sdk bumped from ^21.10.0 to ^21.10.1
434
+ - @looker/sdk-codegen bumped from ^21.0.21 to ^21.0.22
435
+ - @looker/sdk-node bumped from ^21.10.0 to ^21.10.1
436
+ - @looker/sdk-rtl bumped from ^21.0.17 to ^21.0.18
463
437
 
464
438
  ### [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
439
 
466
-
467
440
  ### Dependencies
468
441
 
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
442
+ - The following workspace dependencies were updated
443
+ - dependencies
444
+ - @looker/sdk bumped from ^21.8.3 to ^21.10.0
445
+ - @looker/sdk-codegen bumped from ^21.0.20 to ^21.0.21
446
+ - @looker/sdk-node bumped from ^21.8.2 to ^21.10.0
447
+ - @looker/sdk-rtl bumped from ^21.0.16 to ^21.0.17
475
448
 
476
449
  ### [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
450
 
478
-
479
451
  ### Dependencies
480
452
 
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
453
+ - The following workspace dependencies were updated
454
+ - dependencies
455
+ - @looker/sdk bumped from ^21.8.2 to ^21.8.3
456
+ - @looker/sdk-codegen bumped from ^21.0.19 to ^21.0.20
457
+ - @looker/sdk-node bumped from ^21.8.1 to ^21.8.2
458
+ - @looker/sdk-rtl bumped from ^21.0.15 to ^21.0.16
487
459
 
488
460
  ### [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
461
 
490
-
491
462
  ### Bug Fixes
492
463
 
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
-
464
+ - 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
465
 
496
466
  ### Dependencies
497
467
 
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
468
+ - The following workspace dependencies were updated
469
+ - dependencies
470
+ - @looker/sdk bumped from ^21.8.1 to ^21.8.2
471
+ - @looker/sdk-codegen bumped from ^21.0.18 to ^21.0.19
472
+ - @looker/sdk-node bumped from ^21.8.0 to ^21.8.1
473
+ - @looker/sdk-rtl bumped from ^21.0.14 to ^21.0.15
504
474
 
505
475
  ### [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
476
 
507
-
508
477
  ### Dependencies
509
478
 
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
479
+ - The following workspace dependencies were updated
480
+ - dependencies
481
+ - @looker/sdk bumped from ^21.8.0 to ^21.8.1
482
+ - @looker/sdk-codegen bumped from ^21.0.17 to ^21.0.18
483
+ - @looker/sdk-rtl bumped from ^21.0.13 to ^21.0.14
515
484
 
516
485
  ### [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
486
 
518
-
519
487
  ### Dependencies
520
488
 
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
489
+ - The following workspace dependencies were updated
490
+ - dependencies
491
+ - @looker/sdk bumped from ^21.6.1 to ^21.8.0
492
+ - @looker/sdk-node bumped from ^21.6.1 to ^21.8.0
525
493
 
526
494
  ### [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
495
 
528
-
529
496
  ### Features
530
497
 
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
-
498
+ - 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
499
 
534
500
  ### Dependencies
535
501
 
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
502
+ - The following workspace dependencies were updated
503
+ - dependencies
504
+ - @looker/sdk bumped from ^21.6.0 to ^21.6.1
505
+ - @looker/sdk-codegen bumped from ^21.0.16 to ^21.0.17
506
+ - @looker/sdk-node bumped from ^21.6.0 to ^21.6.1
541
507
 
542
508
  ### [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
509
 
544
-
545
510
  ### Bug Fixes
546
511
 
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
-
512
+ - 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
513
 
550
514
  ### Dependencies
551
515
 
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
516
+ - The following workspace dependencies were updated
517
+ - dependencies
518
+ - @looker/sdk bumped from ^21.4.3 to ^21.6.0
519
+ - @looker/sdk-codegen bumped from ^21.0.15 to ^21.0.16
520
+ - @looker/sdk-node bumped from ^21.4.4 to ^21.6.0
521
+ - @looker/sdk-rtl bumped from ^21.0.12 to ^21.0.13
558
522
 
559
523
  ### [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
524
 
561
-
562
525
  ### Dependencies
563
526
 
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
527
+ - The following workspace dependencies were updated
528
+ - dependencies
529
+ - @looker/sdk bumped from ^21.4.2 to ^21.4.3
530
+ - @looker/sdk-codegen bumped from ^21.0.14 to ^21.0.15
531
+ - @looker/sdk-node bumped from ^21.4.3 to ^21.4.4
569
532
 
570
533
  ### [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
534
 
572
-
573
535
  ### Dependencies
574
536
 
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
537
+ - The following workspace dependencies were updated
538
+ - dependencies
539
+ - @looker/sdk bumped from ^21.4.1 to ^21.4.2
540
+ - @looker/sdk-codegen bumped from ^21.0.13 to ^21.0.14
541
+ - @looker/sdk-node bumped from ^21.4.2 to ^21.4.3
580
542
 
581
543
  ### [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
544
 
583
-
584
545
  ### Bug Fixes
585
546
 
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
-
547
+ - 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
548
 
589
549
  ### Dependencies
590
550
 
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
551
+ - The following workspace dependencies were updated
552
+ - dependencies
553
+ - @looker/sdk-codegen bumped from ^21.0.12 to ^21.0.13
554
+ - @looker/sdk-node bumped from ^21.4.1 to ^21.4.2
595
555
 
596
556
  ### [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
557
 
598
-
599
558
  ### Features
600
559
 
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
-
560
+ - 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))
561
+ - 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
562
 
605
563
  ### Dependencies
606
564
 
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
565
+ - The following workspace dependencies were updated
566
+ - dependencies
567
+ - @looker/sdk bumped from ^21.4.0 to ^21.4.1
568
+ - @looker/sdk-codegen bumped from ^21.0.11 to ^21.0.12
569
+ - @looker/sdk-node bumped from ^21.4.0 to ^21.4.1
570
+ - @looker/sdk-rtl bumped from ^21.0.11 to ^21.0.12
613
571
 
614
572
  ### [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
573
 
616
-
617
574
  ### Features
618
575
 
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
-
576
+ - 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))
577
+ - 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
578
 
623
579
  ### Bug Fixes
624
580
 
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
-
581
+ - 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))
582
+ - 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
583
 
630
584
  ### Dependencies
631
585
 
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
586
+ - The following workspace dependencies were updated
587
+ - dependencies
588
+ - @looker/sdk bumped from ^21.0.10 to ^21.4.0
589
+ - @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
590
+ - @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
591
+ - @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
592
+ - @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11