@looker/sdk-codegen 21.11.0 → 21.11.1

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 (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -95,6 +95,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
95
95
  * devDependencies
96
96
  * @looker/sdk-codegen-utils bumped from 21.0.28 to 21.0.29
97
97
 
98
+ ### Dependencies
99
+
100
+ * The following workspace dependencies were updated
101
+ * devDependencies
102
+ * @looker/sdk-codegen-utils bumped from 21.0.30 to 21.0.31
103
+
98
104
  ## [21.11.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.10.4...sdk-codegen-v21.11.0) (2026-03-11)
99
105
 
100
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/sdk-codegen",
3
- "version": "21.11.0",
3
+ "version": "21.11.1",
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": "4ad57362107ab0ed2c865876921136b8b7d77db4",
42
+ "gitHead": "89328082961f387605dae0e36dd523ca62d2249c",
43
43
  "devDependencies": {
44
- "@looker/sdk-codegen-utils": "21.0.30",
44
+ "@looker/sdk-codegen-utils": "21.0.31",
45
45
  "@types/blueimp-md5": "2.18.2",
46
46
  "lodash": "4.17.21"
47
47
  }