@looker/api-explorer 0.9.40 → 0.9.41
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 +21 -0
- package/dist/bundle.js +1 -1
- package/dist/bundle.js.map +1 -1
- package/lib/esm/state/specs/sagas.js +1 -1
- package/lib/esm/state/specs/sagas.js.map +1 -1
- package/lib/esm/utils/adaptorUtils.js.map +1 -1
- package/lib/esm/utils/path.js +2 -1
- package/lib/esm/utils/path.js.map +1 -1
- package/lib/state/specs/sagas.js +1 -1
- package/lib/state/specs/sagas.js.map +1 -1
- package/lib/utils/adaptorUtils.js.map +1 -1
- package/lib/utils/path.js +2 -1
- package/lib/utils/path.js.map +1 -1
- package/package.json +10 -10
- package/src/state/specs/sagas.ts +2 -1
- package/src/utils/adaptorUtils.ts +1 -1
- package/src/utils/path.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,27 @@ 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.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
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* oauth support in APIX when embedded in another app ([#1198](https://www.github.com/looker-open-source/sdk-codegen/issues/1198)) ([c464d2f](https://www.github.com/looker-open-source/sdk-codegen/commit/c464d2f24c7f8e7d282208efd00feaaba216fe3e))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @looker/code-editor bumped from ^0.1.25 to ^0.1.26
|
|
21
|
+
* @looker/extension-utils bumped from ^0.1.17 to ^0.1.18
|
|
22
|
+
* @looker/run-it bumped from ^0.9.40 to ^0.9.41
|
|
23
|
+
* @looker/sdk bumped from ^22.18.0 to ^22.20.0
|
|
24
|
+
* @looker/sdk-codegen bumped from ^21.7.2 to ^21.7.3
|
|
25
|
+
* devDependencies
|
|
26
|
+
* @looker/sdk-codegen-scripts bumped from ^21.4.6 to ^21.4.7
|
|
27
|
+
* @looker/sdk-node bumped from ^22.18.0 to ^22.20.0
|
|
28
|
+
|
|
8
29
|
### [0.9.40](https://www.github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.39...api-explorer-v0.9.40) (2022-10-17)
|
|
9
30
|
|
|
10
31
|
|