@looker/api-explorer 0.9.87 → 0.9.88
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 +13 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -467,6 +467,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
467
467
|
* @looker/sdk-codegen-scripts bumped from 21.5.43 to 21.5.44
|
|
468
468
|
* @looker/sdk-node bumped from 26.8.0 to 26.10.0
|
|
469
469
|
|
|
470
|
+
### Dependencies
|
|
471
|
+
|
|
472
|
+
* The following workspace dependencies were updated
|
|
473
|
+
* dependencies
|
|
474
|
+
* @looker/code-editor bumped from 0.1.54 to 0.1.55
|
|
475
|
+
* @looker/extension-utils bumped from 0.1.64 to 0.1.65
|
|
476
|
+
* @looker/run-it bumped from 0.9.87 to 0.9.88
|
|
477
|
+
* @looker/sdk bumped from 26.10.0 to 26.12.0
|
|
478
|
+
* @looker/sdk-codegen bumped from 21.11.4 to 26.12.0
|
|
479
|
+
* devDependencies
|
|
480
|
+
* @looker/sdk-codegen-scripts bumped from 21.5.44 to 21.5.45
|
|
481
|
+
* @looker/sdk-node bumped from 26.10.0 to 26.12.0
|
|
482
|
+
|
|
470
483
|
## [0.9.83](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.82...api-explorer-v0.9.83) (2026-03-11)
|
|
471
484
|
|
|
472
485
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/api-explorer",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.88",
|
|
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.27",
|
|
36
|
-
"@looker/sdk-codegen-scripts": "21.5.
|
|
37
|
-
"@looker/sdk-node": "26.
|
|
36
|
+
"@looker/sdk-codegen-scripts": "21.5.45",
|
|
37
|
+
"@looker/sdk-node": "26.12.0",
|
|
38
38
|
"@styled-icons/styled-icon": "^10.6.3",
|
|
39
39
|
"@testing-library/jest-dom": "5.16.5",
|
|
40
40
|
"@testing-library/react": "12.1.5",
|
|
@@ -70,15 +70,15 @@
|
|
|
70
70
|
"webpack-merge": "^5.7.3"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@looker/code-editor": "0.1.
|
|
73
|
+
"@looker/code-editor": "0.1.55",
|
|
74
74
|
"@looker/components": "^5.0.3",
|
|
75
75
|
"@looker/design-tokens": "^3.1.3",
|
|
76
|
-
"@looker/extension-utils": "0.1.
|
|
76
|
+
"@looker/extension-utils": "0.1.65",
|
|
77
77
|
"@looker/icons": "^1.5.21",
|
|
78
78
|
"@looker/redux": "^0.0.1",
|
|
79
|
-
"@looker/run-it": "0.9.
|
|
80
|
-
"@looker/sdk": "26.
|
|
81
|
-
"@looker/sdk-codegen": "
|
|
79
|
+
"@looker/run-it": "0.9.88",
|
|
80
|
+
"@looker/sdk": "26.12.0",
|
|
81
|
+
"@looker/sdk-codegen": "26.12.0",
|
|
82
82
|
"@looker/sdk-rtl": "21.6.5",
|
|
83
83
|
"@reduxjs/toolkit": "^1.9.3",
|
|
84
84
|
"@styled-icons/material": "^10.47.0",
|
|
@@ -97,5 +97,5 @@
|
|
|
97
97
|
"styled-components": "^5.3.1",
|
|
98
98
|
"typed-redux-saga": "^1.5.0"
|
|
99
99
|
},
|
|
100
|
-
"gitHead": "
|
|
100
|
+
"gitHead": "c2bf549bdb6bf02117875712094195a7b48701fb"
|
|
101
101
|
}
|