@looker/sdk-codegen 21.9.6 → 21.9.8

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 +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -35,6 +35,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
35
35
  * devDependencies
36
36
  * @looker/sdk-codegen-utils bumped from 21.0.16 to 21.0.17
37
37
 
38
+ ### Dependencies
39
+
40
+ * The following workspace dependencies were updated
41
+ * devDependencies
42
+ * @looker/sdk-codegen-utils bumped from 21.0.17 to 21.0.18
43
+
44
+ ### Dependencies
45
+
46
+ * The following workspace dependencies were updated
47
+ * devDependencies
48
+ * @looker/sdk-codegen-utils bumped from 21.0.18 to 21.0.19
49
+
38
50
  ## [21.9.2](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-v21.9.1...sdk-codegen-v21.9.2) (2024-09-14)
39
51
 
40
52
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/sdk-codegen",
3
- "version": "21.9.6",
3
+ "version": "21.9.8",
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": "143636824fd506b8fa5f43691746738860449744",
42
+ "gitHead": "272a2874acba0fe9f1b41755826b009a750fa485",
43
43
  "devDependencies": {
44
- "@looker/sdk-codegen-utils": "21.0.17",
44
+ "@looker/sdk-codegen-utils": "21.0.19",
45
45
  "@types/blueimp-md5": "2.18.2",
46
46
  "lodash": "4.17.21"
47
47
  }