@looker/sdk-codegen-scripts 21.5.41 → 21.5.42
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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -295,6 +295,16 @@
|
|
|
295
295
|
* @looker/sdk-codegen-utils bumped from 21.0.30 to 21.0.31
|
|
296
296
|
* @looker/sdk-node bumped from 26.4.0 to 26.6.0
|
|
297
297
|
|
|
298
|
+
### Dependencies
|
|
299
|
+
|
|
300
|
+
* The following workspace dependencies were updated
|
|
301
|
+
* dependencies
|
|
302
|
+
* @looker/sdk bumped from 26.6.0 to 26.6.1
|
|
303
|
+
* @looker/sdk-codegen bumped from 21.11.1 to 21.11.2
|
|
304
|
+
* @looker/sdk-codegen-utils bumped from 21.0.31 to 21.0.32
|
|
305
|
+
* @looker/sdk-node bumped from 26.6.0 to 26.6.1
|
|
306
|
+
* @looker/sdk-rtl bumped from 21.6.4 to 21.6.5
|
|
307
|
+
|
|
298
308
|
## [21.5.40](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.5.39...sdk-codegen-scripts-v21.5.40) (2026-03-11)
|
|
299
309
|
|
|
300
310
|
|
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.42",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -27,11 +27,11 @@
|
|
|
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": "26.6.
|
|
31
|
-
"@looker/sdk-codegen": "21.11.
|
|
32
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
33
|
-
"@looker/sdk-node": "26.6.
|
|
34
|
-
"@looker/sdk-rtl": "21.6.
|
|
30
|
+
"@looker/sdk": "26.6.1",
|
|
31
|
+
"@looker/sdk-codegen": "21.11.2",
|
|
32
|
+
"@looker/sdk-codegen-utils": "21.0.32",
|
|
33
|
+
"@looker/sdk-node": "26.6.1",
|
|
34
|
+
"@looker/sdk-rtl": "21.6.5",
|
|
35
35
|
"config": "^3.3.10",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
37
37
|
},
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"prettier": "2.8.8",
|
|
50
50
|
"swagger2openapi": "7.0.8"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "77fc3b4d67ce3c1f12a0a0670f3d04f4b07d9d63"
|
|
53
53
|
}
|