@looker/sdk-codegen 21.11.3 → 21.11.4
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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -107,6 +107,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
107
107
|
* devDependencies
|
|
108
108
|
* @looker/sdk-codegen-utils bumped from 21.0.32 to 21.0.33
|
|
109
109
|
|
|
110
|
+
### Dependencies
|
|
111
|
+
|
|
112
|
+
* The following workspace dependencies were updated
|
|
113
|
+
* devDependencies
|
|
114
|
+
* @looker/sdk-codegen-utils bumped from 21.0.33 to 21.0.34
|
|
115
|
+
|
|
110
116
|
## [21.11.2](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.11.1...sdk-codegen-v21.11.2) (2026-03-25)
|
|
111
117
|
|
|
112
118
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen",
|
|
3
|
-
"version": "21.11.
|
|
3
|
+
"version": "21.11.4",
|
|
4
4
|
"description": "Looker SDK Codegen core",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"blueimp-md5": "2.18.0",
|
|
40
40
|
"openapi3-ts": "2.0.2"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "f6ce5284341b7a0da6651f8f8122e69e96e28acc",
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
44
|
+
"@looker/sdk-codegen-utils": "21.0.34",
|
|
45
45
|
"@types/blueimp-md5": "2.18.2",
|
|
46
46
|
"lodash": "4.17.21"
|
|
47
47
|
}
|