@looker/sdk-codegen-scripts 21.5.17 → 21.5.18
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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -122,6 +122,13 @@
|
|
|
122
122
|
* @looker/sdk bumped from 24.4.0 to 24.8.0
|
|
123
123
|
* @looker/sdk-node bumped from 24.4.0 to 24.8.0
|
|
124
124
|
|
|
125
|
+
### Dependencies
|
|
126
|
+
|
|
127
|
+
* The following workspace dependencies were updated
|
|
128
|
+
* dependencies
|
|
129
|
+
* @looker/sdk bumped from 24.8.0 to 24.10.0
|
|
130
|
+
* @looker/sdk-node bumped from 24.8.0 to 24.10.0
|
|
131
|
+
|
|
125
132
|
## [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)
|
|
126
133
|
|
|
127
134
|
### Features
|
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.18",
|
|
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.
|
|
30
|
+
"@looker/sdk": "24.10.0",
|
|
31
31
|
"@looker/sdk-codegen": "21.8.2",
|
|
32
32
|
"@looker/sdk-codegen-utils": "21.0.11",
|
|
33
|
-
"@looker/sdk-node": "24.
|
|
33
|
+
"@looker/sdk-node": "24.10.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.1",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"prettier": "3.1.1",
|
|
49
49
|
"swagger2openapi": "7.0.8"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "d509df3691f42a5d2749b3d97fbe70f169070fb0"
|
|
52
52
|
}
|