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