@looker/api-explorer 0.9.41 → 0.9.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 CHANGED
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ### [0.9.42](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.41...api-explorer-v0.9.42) (2022-12-09)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/code-editor bumped from ^0.1.26 to ^0.1.27
16
+ * @looker/extension-utils bumped from ^0.1.18 to ^0.1.19
17
+ * @looker/run-it bumped from ^0.9.41 to ^0.9.42
18
+ * @looker/sdk bumped from ^22.20.0 to ^22.20.1
19
+ * @looker/sdk-codegen bumped from ^21.7.3 to ^21.7.4
20
+ * @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
21
+ * devDependencies
22
+ * @looker/sdk-codegen-scripts bumped from ^21.4.7 to ^21.4.8
23
+ * @looker/sdk-node bumped from ^22.20.0 to ^22.20.1
24
+
8
25
  ### [0.9.41](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.40...api-explorer-v0.9.41) (2022-11-10)
9
26
 
10
27
 
@@ -843,4 +860,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
843
860
  - Response types now have nested types correctly documented
844
861
  - The response type processing functions now have arguments for the number of levels to expand nested types
845
862
  - API explorer's default expansion depth is one level deep
846
- - Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page
863
+ - Added [`ExploreType`](src/components/ExploreType/ExploreType.tsx) and [`ExploreProperty`](src/components/ExploreType/ExploreProperty.tsx) components used to display responses and explore the type on the type page