@looker/sdk-codegen-scripts 21.5.25 → 21.5.27
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.
- package/CHANGELOG.md +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -169,6 +169,24 @@
|
|
|
169
169
|
* @looker/sdk-codegen-utils bumped from 21.0.14 to 21.0.15
|
|
170
170
|
* @looker/sdk-node bumped from 24.16.2 to 24.18.0
|
|
171
171
|
|
|
172
|
+
### Dependencies
|
|
173
|
+
|
|
174
|
+
* The following workspace dependencies were updated
|
|
175
|
+
* dependencies
|
|
176
|
+
* @looker/sdk bumped from 24.18.0 to 24.18.1
|
|
177
|
+
* @looker/sdk-codegen bumped from 21.9.4 to 21.9.5
|
|
178
|
+
* @looker/sdk-codegen-utils bumped from 21.0.15 to 21.0.16
|
|
179
|
+
* @looker/sdk-node bumped from 24.18.0 to 24.18.1
|
|
180
|
+
|
|
181
|
+
### Dependencies
|
|
182
|
+
|
|
183
|
+
* The following workspace dependencies were updated
|
|
184
|
+
* dependencies
|
|
185
|
+
* @looker/sdk bumped from 24.18.1 to 24.20.0
|
|
186
|
+
* @looker/sdk-codegen bumped from 21.9.5 to 21.9.6
|
|
187
|
+
* @looker/sdk-codegen-utils bumped from 21.0.16 to 21.0.17
|
|
188
|
+
* @looker/sdk-node bumped from 24.18.1 to 24.20.0
|
|
189
|
+
|
|
172
190
|
## [21.5.23](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.5.22...sdk-codegen-scripts-v21.5.23) (2024-09-14)
|
|
173
191
|
|
|
174
192
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-scripts",
|
|
3
|
-
"version": "21.5.
|
|
3
|
+
"version": "21.5.27",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@looker/sdk": "24.
|
|
31
|
-
"@looker/sdk-codegen": "21.9.
|
|
32
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
33
|
-
"@looker/sdk-node": "24.
|
|
30
|
+
"@looker/sdk": "24.20.0",
|
|
31
|
+
"@looker/sdk-codegen": "21.9.6",
|
|
32
|
+
"@looker/sdk-codegen-utils": "21.0.17",
|
|
33
|
+
"@looker/sdk-node": "24.20.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.3",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"prettier": "2.8.8",
|
|
50
50
|
"swagger2openapi": "7.0.8"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "143636824fd506b8fa5f43691746738860449744"
|
|
53
53
|
}
|