@looker/run-it 0.9.80 → 0.9.82
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
|
@@ -278,6 +278,26 @@
|
|
|
278
278
|
* @looker/sdk-codegen bumped from 21.10.1 to 21.10.2
|
|
279
279
|
* @looker/sdk-codegen-utils bumped from 21.0.26 to 21.0.27
|
|
280
280
|
|
|
281
|
+
### Dependencies
|
|
282
|
+
|
|
283
|
+
* The following workspace dependencies were updated
|
|
284
|
+
* dependencies
|
|
285
|
+
* @looker/code-editor bumped from 0.1.47 to 0.1.48
|
|
286
|
+
* @looker/extension-utils bumped from 0.1.57 to 0.1.58
|
|
287
|
+
* @looker/sdk bumped from 25.20.0 to 26.0.0
|
|
288
|
+
* @looker/sdk-codegen bumped from 21.10.2 to 21.10.3
|
|
289
|
+
* @looker/sdk-codegen-utils bumped from 21.0.27 to 21.0.28
|
|
290
|
+
|
|
291
|
+
### Dependencies
|
|
292
|
+
|
|
293
|
+
* The following workspace dependencies were updated
|
|
294
|
+
* dependencies
|
|
295
|
+
* @looker/code-editor bumped from 0.1.48 to 0.1.49
|
|
296
|
+
* @looker/extension-utils bumped from 0.1.58 to 0.1.59
|
|
297
|
+
* @looker/sdk bumped from 26.0.0 to 26.2.0
|
|
298
|
+
* @looker/sdk-codegen bumped from 21.10.3 to 21.10.4
|
|
299
|
+
* @looker/sdk-codegen-utils bumped from 21.0.28 to 21.0.29
|
|
300
|
+
|
|
281
301
|
## [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)
|
|
282
302
|
|
|
283
303
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/run-it",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.82",
|
|
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.49",
|
|
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.59",
|
|
59
59
|
"@looker/icons": "^1.5.21",
|
|
60
|
-
"@looker/sdk": "
|
|
61
|
-
"@looker/sdk-codegen": "21.10.
|
|
62
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
60
|
+
"@looker/sdk": "26.2.0",
|
|
61
|
+
"@looker/sdk-codegen": "21.10.4",
|
|
62
|
+
"@looker/sdk-codegen-utils": "21.0.29",
|
|
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": "f4ddaec4b892946cca2e077a42fcbcb49b356dc2"
|
|
76
76
|
}
|