@looker/run-it 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 +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -339,6 +339,16 @@
|
|
|
339
339
|
* @looker/sdk-codegen bumped from 21.11.3 to 21.11.4
|
|
340
340
|
* @looker/sdk-codegen-utils bumped from 21.0.33 to 21.0.34
|
|
341
341
|
|
|
342
|
+
### Dependencies
|
|
343
|
+
|
|
344
|
+
* The following workspace dependencies were updated
|
|
345
|
+
* dependencies
|
|
346
|
+
* @looker/code-editor bumped from 0.1.54 to 0.1.55
|
|
347
|
+
* @looker/extension-utils bumped from 0.1.64 to 0.1.65
|
|
348
|
+
* @looker/sdk bumped from 26.10.0 to 26.12.0
|
|
349
|
+
* @looker/sdk-codegen bumped from 21.11.4 to 26.12.0
|
|
350
|
+
* @looker/sdk-codegen-utils bumped from 21.0.34 to 21.0.35
|
|
351
|
+
|
|
342
352
|
## [0.9.83](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.82...run-it-v0.9.83) (2026-03-11)
|
|
343
353
|
|
|
344
354
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/run-it",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.88",
|
|
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.55",
|
|
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.65",
|
|
59
59
|
"@looker/icons": "^1.5.21",
|
|
60
|
-
"@looker/sdk": "26.
|
|
61
|
-
"@looker/sdk-codegen": "
|
|
62
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
60
|
+
"@looker/sdk": "26.12.0",
|
|
61
|
+
"@looker/sdk-codegen": "26.12.0",
|
|
62
|
+
"@looker/sdk-codegen-utils": "21.0.35",
|
|
63
63
|
"@looker/sdk-rtl": "21.6.5",
|
|
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": "c2bf549bdb6bf02117875712094195a7b48701fb"
|
|
76
76
|
}
|