@looker/api-explorer 0.9.70 → 0.9.72
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 +34 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -284,6 +284,40 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
284
284
|
* @looker/sdk-codegen-scripts bumped from 21.5.26 to 21.5.27
|
|
285
285
|
* @looker/sdk-node bumped from 24.18.1 to 24.20.0
|
|
286
286
|
|
|
287
|
+
### Dependencies
|
|
288
|
+
|
|
289
|
+
* The following workspace dependencies were updated
|
|
290
|
+
* dependencies
|
|
291
|
+
* @looker/code-editor bumped from 0.1.37 to 0.1.38
|
|
292
|
+
* @looker/extension-utils bumped from 0.1.47 to 0.1.48
|
|
293
|
+
* @looker/run-it bumped from 0.9.70 to 0.9.71
|
|
294
|
+
* @looker/sdk bumped from 24.20.0 to 25.0.0
|
|
295
|
+
* @looker/sdk-codegen bumped from 21.9.6 to 21.9.7
|
|
296
|
+
* devDependencies
|
|
297
|
+
* @looker/sdk-codegen-scripts bumped from 21.5.27 to 21.5.28
|
|
298
|
+
* @looker/sdk-node bumped from 24.20.0 to 25.0.0
|
|
299
|
+
|
|
300
|
+
## [0.9.72](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.71...api-explorer-v0.9.72) (2025-02-06)
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
### Bug Fixes
|
|
304
|
+
|
|
305
|
+
* update looker TypeScript package dependencies ([#1559](https://github.com/looker-open-source/sdk-codegen/issues/1559)) ([7421d43](https://github.com/looker-open-source/sdk-codegen/commit/7421d4313b09d828e03b5c9c04abd5f2b6c90ae6))
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### Dependencies
|
|
309
|
+
|
|
310
|
+
* The following workspace dependencies were updated
|
|
311
|
+
* dependencies
|
|
312
|
+
* @looker/code-editor bumped from 0.1.38 to 0.1.39
|
|
313
|
+
* @looker/extension-utils bumped from 0.1.48 to 0.1.49
|
|
314
|
+
* @looker/run-it bumped from 0.9.71 to 0.9.72
|
|
315
|
+
* @looker/sdk bumped from 25.0.0 to 25.0.1
|
|
316
|
+
* @looker/sdk-codegen bumped from 21.9.7 to 21.9.8
|
|
317
|
+
* devDependencies
|
|
318
|
+
* @looker/sdk-codegen-scripts bumped from 21.5.28 to 21.5.29
|
|
319
|
+
* @looker/sdk-node bumped from 25.0.0 to 25.0.1
|
|
320
|
+
|
|
287
321
|
## [0.9.66](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.65...api-explorer-v0.9.66) (2024-09-14)
|
|
288
322
|
|
|
289
323
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/api-explorer",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.72",
|
|
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": "
|
|
36
|
+
"@looker/sdk-codegen-scripts": "21.5.29",
|
|
37
|
+
"@looker/sdk-node": "25.0.1",
|
|
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.
|
|
74
|
-
"@looker/components": "^
|
|
75
|
-
"@looker/design-tokens": "^3.1.
|
|
76
|
-
"@looker/extension-utils": "0.1.
|
|
73
|
+
"@looker/code-editor": "0.1.39",
|
|
74
|
+
"@looker/components": "^5.0.3",
|
|
75
|
+
"@looker/design-tokens": "^3.1.3",
|
|
76
|
+
"@looker/extension-utils": "0.1.49",
|
|
77
77
|
"@looker/icons": "^1.5.21",
|
|
78
78
|
"@looker/redux": "^0.0.1",
|
|
79
|
-
"@looker/run-it": "0.9.
|
|
80
|
-
"@looker/sdk": "
|
|
81
|
-
"@looker/sdk-codegen": "21.9.
|
|
79
|
+
"@looker/run-it": "0.9.72",
|
|
80
|
+
"@looker/sdk": "25.0.1",
|
|
81
|
+
"@looker/sdk-codegen": "21.9.8",
|
|
82
82
|
"@looker/sdk-rtl": "21.6.3",
|
|
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": "272a2874acba0fe9f1b41755826b009a750fa485"
|
|
101
101
|
}
|