@looker/sdk-codegen 21.9.2 → 21.9.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
  - dependencies
12
12
  - @looker/sdk-rtl bumped from ^21.6.0 to ^21.6.1
13
13
 
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * devDependencies
18
+ * @looker/sdk-codegen-utils bumped from 21.0.13 to 21.0.14
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * devDependencies
24
+ * @looker/sdk-codegen-utils bumped from 21.0.14 to 21.0.15
25
+
14
26
  ## [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)
15
27
 
16
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/sdk-codegen",
3
- "version": "21.9.2",
3
+ "version": "21.9.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": "f95fdcebe3e11b4cf1c7d07e26a6b8a153bd074f",
42
+ "gitHead": "87b09765f6bbf98d6a0c7295a31cabef3eaa250c",
43
43
  "devDependencies": {
44
- "@looker/sdk-codegen-utils": "21.0.13",
44
+ "@looker/sdk-codegen-utils": "21.0.15",
45
45
  "@types/blueimp-md5": "2.18.2",
46
46
  "lodash": "4.17.21"
47
47
  }