@looker/run-it 0.9.61 → 0.9.62
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 +7 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -124,6 +124,13 @@
|
|
|
124
124
|
* @looker/extension-utils bumped from 0.1.37 to 0.1.38
|
|
125
125
|
* @looker/sdk bumped from 24.8.0 to 24.10.0
|
|
126
126
|
|
|
127
|
+
### Dependencies
|
|
128
|
+
|
|
129
|
+
* The following workspace dependencies were updated
|
|
130
|
+
* dependencies
|
|
131
|
+
* @looker/extension-utils bumped from 0.1.38 to 0.1.39
|
|
132
|
+
* @looker/sdk bumped from 24.10.0 to 24.12.0
|
|
133
|
+
|
|
127
134
|
## [0.9.45](https://github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.44...run-it-v0.9.45) (2023-03-31)
|
|
128
135
|
|
|
129
136
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/run-it",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.62",
|
|
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",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"@looker/code-editor": "0.1.30",
|
|
57
57
|
"@looker/components": "^4.1.3",
|
|
58
58
|
"@looker/design-tokens": "^3.1.0",
|
|
59
|
-
"@looker/extension-utils": "0.1.
|
|
59
|
+
"@looker/extension-utils": "0.1.39",
|
|
60
60
|
"@looker/icons": "^1.5.21",
|
|
61
|
-
"@looker/sdk": "24.
|
|
61
|
+
"@looker/sdk": "24.12.0",
|
|
62
62
|
"@looker/sdk-codegen": "21.8.2",
|
|
63
63
|
"@looker/sdk-codegen-utils": "21.0.11",
|
|
64
64
|
"@looker/sdk-rtl": "21.6.1",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"react-is": "^17.0.2",
|
|
74
74
|
"styled-components": "^5.3.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "060b70161eb69ad92f63ba7ca436409149c9a816"
|
|
77
77
|
}
|