@looker/run-it 0.9.59 → 0.9.60
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
|
@@ -110,6 +110,13 @@
|
|
|
110
110
|
* @looker/extension-utils bumped from 0.1.35 to 0.1.36
|
|
111
111
|
* @looker/sdk bumped from 24.2.1 to 24.4.0
|
|
112
112
|
|
|
113
|
+
### Dependencies
|
|
114
|
+
|
|
115
|
+
* The following workspace dependencies were updated
|
|
116
|
+
* dependencies
|
|
117
|
+
* @looker/extension-utils bumped from 0.1.36 to 0.1.37
|
|
118
|
+
* @looker/sdk bumped from 24.4.0 to 24.8.0
|
|
119
|
+
|
|
113
120
|
## [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)
|
|
114
121
|
|
|
115
122
|
### 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.60",
|
|
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.37",
|
|
60
60
|
"@looker/icons": "^1.5.21",
|
|
61
|
-
"@looker/sdk": "24.
|
|
61
|
+
"@looker/sdk": "24.8.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": "20f9cc34e05470a413dbc679534a2d32e3eab1ae"
|
|
77
77
|
}
|