@looker/run-it 0.9.63 → 0.9.64
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 +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -138,6 +138,15 @@
|
|
|
138
138
|
* @looker/extension-utils bumped from 0.1.39 to 0.1.40
|
|
139
139
|
* @looker/sdk bumped from 24.12.0 to 24.12.1
|
|
140
140
|
|
|
141
|
+
### Dependencies
|
|
142
|
+
|
|
143
|
+
* The following workspace dependencies were updated
|
|
144
|
+
* dependencies
|
|
145
|
+
* @looker/code-editor bumped from 0.1.30 to 0.1.31
|
|
146
|
+
* @looker/extension-utils bumped from 0.1.40 to 0.1.41
|
|
147
|
+
* @looker/sdk bumped from 24.12.1 to 24.14.0
|
|
148
|
+
* @looker/sdk-codegen bumped from 21.8.2 to 21.9.0
|
|
149
|
+
|
|
141
150
|
## [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)
|
|
142
151
|
|
|
143
152
|
### 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.64",
|
|
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",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"webpack-dev-server": "4.15.1"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@looker/code-editor": "0.1.
|
|
56
|
+
"@looker/code-editor": "0.1.31",
|
|
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.41",
|
|
60
60
|
"@looker/icons": "^1.5.21",
|
|
61
|
-
"@looker/sdk": "24.
|
|
62
|
-
"@looker/sdk-codegen": "21.
|
|
61
|
+
"@looker/sdk": "24.14.0",
|
|
62
|
+
"@looker/sdk-codegen": "21.9.0",
|
|
63
63
|
"@looker/sdk-codegen-utils": "21.0.11",
|
|
64
64
|
"@looker/sdk-rtl": "21.6.1",
|
|
65
65
|
"@styled-icons/material": "^10.47.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"react-is": "^17.0.2",
|
|
74
74
|
"styled-components": "^5.3.1"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "0c6b5c02305ad67f559213a281667ba5cbb3b3c3"
|
|
77
77
|
}
|