@looker/api-explorer 0.9.24 → 0.9.25

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 +16 -1
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -5,6 +5,21 @@ 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.25](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.24...api-explorer-v0.9.25) (2021-12-16)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/extension-utils bumped from ^0.1.1 to ^0.1.2
16
+ * @looker/code-editor bumped from ^0.1.15 to ^0.1.16
17
+ * @looker/run-it bumped from ^0.9.24 to ^0.9.25
18
+ * @looker/sdk-codegen bumped from ^21.2.1 to ^21.3.0
19
+ * @looker/sdk-rtl bumped from ^21.2.0 to ^21.3.0
20
+ * devDependencies
21
+ * @looker/sdk-codegen-scripts bumped from ^21.1.4 to ^21.2.0
22
+
8
23
  ### [0.9.24](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.23...api-explorer-v0.9.24) (2021-12-06)
9
24
 
10
25
 
@@ -509,4 +524,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
509
524
  - Response types now have nested types correctly documented
510
525
  - The response type processing functions now have arguments for the number of levels to expand nested types
511
526
  - API explorer's default expansion depth is one level deep
512
- - 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
527
+ - 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.24",
3
+ "version": "0.9.25",
4
4
  "description": "Looker API Explorer",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/esm/index.js",
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "devDependencies": {
35
35
  "@looker/components-test-utils": "^1.5.5",
36
- "@looker/sdk-codegen-scripts": "^21.1.4",
36
+ "@looker/sdk-codegen-scripts": "^21.2.0",
37
37
  "@looker/sdk-node": "^21.20.0",
38
38
  "@styled-icons/styled-icon": "^10.6.3",
39
39
  "@testing-library/jest-dom": "^5.11.6",
@@ -67,17 +67,17 @@
67
67
  "webpack-merge": "^5.7.3"
68
68
  },
69
69
  "dependencies": {
70
- "@looker/code-editor": "^0.1.15",
70
+ "@looker/code-editor": "^0.1.16",
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.1",
74
+ "@looker/extension-utils": "^0.1.2",
75
75
  "@looker/icons": "^1.5.3",
76
76
  "@looker/redux": "0.0.0",
77
- "@looker/run-it": "^0.9.24",
77
+ "@looker/run-it": "^0.9.25",
78
78
  "@looker/sdk": "^21.20.0",
79
- "@looker/sdk-codegen": "^21.2.1",
80
- "@looker/sdk-rtl": "^21.2.0",
79
+ "@looker/sdk-codegen": "^21.3.0",
80
+ "@looker/sdk-rtl": "^21.3.0",
81
81
  "@reduxjs/toolkit": "^1.6.2",
82
82
  "@styled-icons/material": "^10.28.0",
83
83
  "@styled-icons/material-outlined": "^10.28.0",
@@ -96,5 +96,5 @@
96
96
  "ts-jest": "^26.2.0",
97
97
  "typed-redux-saga": "^1.3.1"
98
98
  },
99
- "gitHead": "8dd5e6b5ec8321871167e88081d1fcb39a8182aa"
99
+ "gitHead": "cde39cf1f69fd047f218670dc63daee2c1d32e92"
100
100
  }