@looker/run-it 0.9.76 → 0.9.78
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 +20 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -238,6 +238,26 @@
|
|
|
238
238
|
* @looker/sdk-codegen bumped from 21.9.11 to 21.9.12
|
|
239
239
|
* @looker/sdk-codegen-utils bumped from 21.0.22 to 21.0.23
|
|
240
240
|
|
|
241
|
+
### Dependencies
|
|
242
|
+
|
|
243
|
+
* The following workspace dependencies were updated
|
|
244
|
+
* dependencies
|
|
245
|
+
* @looker/code-editor bumped from 0.1.43 to 0.1.44
|
|
246
|
+
* @looker/extension-utils bumped from 0.1.53 to 0.1.54
|
|
247
|
+
* @looker/sdk bumped from 25.8.0 to 25.10.0
|
|
248
|
+
* @looker/sdk-codegen bumped from 21.9.12 to 21.9.13
|
|
249
|
+
* @looker/sdk-codegen-utils bumped from 21.0.23 to 21.0.24
|
|
250
|
+
|
|
251
|
+
### Dependencies
|
|
252
|
+
|
|
253
|
+
* The following workspace dependencies were updated
|
|
254
|
+
* dependencies
|
|
255
|
+
* @looker/code-editor bumped from 0.1.44 to 0.1.45
|
|
256
|
+
* @looker/extension-utils bumped from 0.1.54 to 0.1.55
|
|
257
|
+
* @looker/sdk bumped from 25.10.0 to 25.16.0
|
|
258
|
+
* @looker/sdk-codegen bumped from 21.9.13 to 21.10.0
|
|
259
|
+
* @looker/sdk-codegen-utils bumped from 21.0.24 to 21.0.25
|
|
260
|
+
|
|
241
261
|
## [0.9.72](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.71...run-it-v0.9.72) (2025-02-06)
|
|
242
262
|
|
|
243
263
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/run-it",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.78",
|
|
4
4
|
"description": "A dynamic REST request input form and response visualizer",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -52,14 +52,14 @@
|
|
|
52
52
|
"webpack-dev-server": "4.15.1"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@looker/code-editor": "0.1.
|
|
55
|
+
"@looker/code-editor": "0.1.45",
|
|
56
56
|
"@looker/components": "^5.0.3",
|
|
57
57
|
"@looker/design-tokens": "^3.1.3",
|
|
58
|
-
"@looker/extension-utils": "0.1.
|
|
58
|
+
"@looker/extension-utils": "0.1.55",
|
|
59
59
|
"@looker/icons": "^1.5.21",
|
|
60
|
-
"@looker/sdk": "25.
|
|
61
|
-
"@looker/sdk-codegen": "21.
|
|
62
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
60
|
+
"@looker/sdk": "25.16.0",
|
|
61
|
+
"@looker/sdk-codegen": "21.10.0",
|
|
62
|
+
"@looker/sdk-codegen-utils": "21.0.25",
|
|
63
63
|
"@looker/sdk-rtl": "21.6.4",
|
|
64
64
|
"@styled-icons/material": "^10.47.0",
|
|
65
65
|
"@styled-icons/material-outlined": "^10.47.0",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"react-is": "^17.0.2",
|
|
73
73
|
"styled-components": "^5.3.1"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "aa870fc9d9f899f116b3f9ae3378e53652c0121b"
|
|
76
76
|
}
|