@looker/api-explorer 0.9.75 → 0.9.77
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 +26 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -323,6 +323,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
323
323
|
* @looker/sdk-codegen-scripts bumped from 21.5.31 to 21.5.32
|
|
324
324
|
* @looker/sdk-node bumped from 25.4.0 to 25.6.0
|
|
325
325
|
|
|
326
|
+
### Dependencies
|
|
327
|
+
|
|
328
|
+
* The following workspace dependencies were updated
|
|
329
|
+
* dependencies
|
|
330
|
+
* @looker/code-editor bumped from 0.1.42 to 0.1.43
|
|
331
|
+
* @looker/extension-utils bumped from 0.1.52 to 0.1.53
|
|
332
|
+
* @looker/run-it bumped from 0.9.75 to 0.9.76
|
|
333
|
+
* @looker/sdk bumped from 25.6.0 to 25.8.0
|
|
334
|
+
* @looker/sdk-codegen bumped from 21.9.11 to 21.9.12
|
|
335
|
+
* devDependencies
|
|
336
|
+
* @looker/sdk-codegen-scripts bumped from 21.5.32 to 21.5.33
|
|
337
|
+
* @looker/sdk-node bumped from 25.6.0 to 25.8.0
|
|
338
|
+
|
|
339
|
+
### Dependencies
|
|
340
|
+
|
|
341
|
+
* The following workspace dependencies were updated
|
|
342
|
+
* dependencies
|
|
343
|
+
* @looker/code-editor bumped from 0.1.43 to 0.1.44
|
|
344
|
+
* @looker/extension-utils bumped from 0.1.53 to 0.1.54
|
|
345
|
+
* @looker/run-it bumped from 0.9.76 to 0.9.77
|
|
346
|
+
* @looker/sdk bumped from 25.8.0 to 25.10.0
|
|
347
|
+
* @looker/sdk-codegen bumped from 21.9.12 to 21.9.13
|
|
348
|
+
* devDependencies
|
|
349
|
+
* @looker/sdk-codegen-scripts bumped from 21.5.33 to 21.5.34
|
|
350
|
+
* @looker/sdk-node bumped from 25.8.0 to 25.10.0
|
|
351
|
+
|
|
326
352
|
## [0.9.74](https://github.com/looker-open-source/sdk-codegen/compare/api-explorer-v0.9.73...api-explorer-v0.9.74) (2025-03-11)
|
|
327
353
|
|
|
328
354
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/api-explorer",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.77",
|
|
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": "25.
|
|
36
|
+
"@looker/sdk-codegen-scripts": "21.5.34",
|
|
37
|
+
"@looker/sdk-node": "25.10.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.44",
|
|
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.54",
|
|
77
77
|
"@looker/icons": "^1.5.21",
|
|
78
78
|
"@looker/redux": "^0.0.1",
|
|
79
|
-
"@looker/run-it": "0.9.
|
|
80
|
-
"@looker/sdk": "25.
|
|
81
|
-
"@looker/sdk-codegen": "21.9.
|
|
79
|
+
"@looker/run-it": "0.9.77",
|
|
80
|
+
"@looker/sdk": "25.10.0",
|
|
81
|
+
"@looker/sdk-codegen": "21.9.13",
|
|
82
82
|
"@looker/sdk-rtl": "21.6.4",
|
|
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": "77f59cea930e08c87ebc09f2ea5e64eca959398e"
|
|
101
101
|
}
|