@looker/run-it 0.9.62 → 0.9.63
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
|
@@ -131,6 +131,13 @@
|
|
|
131
131
|
* @looker/extension-utils bumped from 0.1.38 to 0.1.39
|
|
132
132
|
* @looker/sdk bumped from 24.10.0 to 24.12.0
|
|
133
133
|
|
|
134
|
+
### Dependencies
|
|
135
|
+
|
|
136
|
+
* The following workspace dependencies were updated
|
|
137
|
+
* dependencies
|
|
138
|
+
* @looker/extension-utils bumped from 0.1.39 to 0.1.40
|
|
139
|
+
* @looker/sdk bumped from 24.12.0 to 24.12.1
|
|
140
|
+
|
|
134
141
|
## [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)
|
|
135
142
|
|
|
136
143
|
### 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.63",
|
|
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.40",
|
|
60
60
|
"@looker/icons": "^1.5.21",
|
|
61
|
-
"@looker/sdk": "24.12.
|
|
61
|
+
"@looker/sdk": "24.12.1",
|
|
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": "e593102f095685cbdb55e573f085d338209f38d8"
|
|
77
77
|
}
|