@looker/api-explorer 0.9.29 → 0.9.30

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,20 @@ 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.30](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.29...api-explorer-v0.9.30) (2022-03-24)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.6 to ^0.1.7
16
+ * @looker/run-it bumped from ^0.9.29 to ^0.9.30
17
+ * @looker/sdk bumped from ^22.2.0 to ^22.4.0
18
+ * devDependencies
19
+ * @looker/sdk-codegen-scripts bumped from ^21.3.0 to ^21.3.1
20
+ * @looker/sdk-node bumped from ^22.2.0 to ^22.4.0
21
+
8
22
  ### [0.9.29](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.28...api-explorer-v0.9.29) (2022-03-04)
9
23
 
10
24
 
@@ -618,4 +632,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
618
632
  - Response types now have nested types correctly documented
619
633
  - The response type processing functions now have arguments for the number of levels to expand nested types
620
634
  - API explorer's default expansion depth is one level deep
621
- - 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
635
+ - 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/api-explorer",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "Looker API Explorer",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -33,8 +33,8 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@looker/components-test-utils": "^1.5.5",
36
- "@looker/sdk-codegen-scripts": "^21.3.0",
37
- "@looker/sdk-node": "^22.2.0",
36
+ "@looker/sdk-codegen-scripts": "^21.3.1",
37
+ "@looker/sdk-node": "^22.4.0",
38
38
  "@styled-icons/styled-icon": "^10.6.3",
39
39
  "@testing-library/jest-dom": "^5.11.6",
40
40
  "@testing-library/react": "^11.2.2",
@@ -71,11 +71,11 @@
71
71
  "@looker/components": "^2.8.1",
72
72
  "@looker/components-date": "^2.4.1",
73
73
  "@looker/design-tokens": "^2.7.1",
74
- "@looker/extension-utils": "^0.1.6",
74
+ "@looker/extension-utils": "^0.1.7",
75
75
  "@looker/icons": "^1.5.3",
76
76
  "@looker/redux": "0.0.0",
77
- "@looker/run-it": "^0.9.29",
78
- "@looker/sdk": "^22.2.0",
77
+ "@looker/run-it": "^0.9.30",
78
+ "@looker/sdk": "^22.4.0",
79
79
  "@looker/sdk-codegen": "^21.5.0",
80
80
  "@looker/sdk-rtl": "^21.3.2",
81
81
  "@reduxjs/toolkit": "^1.6.2",
@@ -96,5 +96,5 @@
96
96
  "ts-jest": "^26.2.0",
97
97
  "typed-redux-saga": "^1.3.1"
98
98
  },
99
- "gitHead": "8db44f3017f7303ad84f678a9e4999c216dfcfd9"
99
+ "gitHead": "02ce8785abc5a1ba4b10627d5d9758150842410f"
100
100
  }