@looker/run-it 0.9.61 → 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 +14 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -124,6 +124,20 @@
|
|
|
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
|
+
|
|
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
|
+
|
|
127
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)
|
|
128
142
|
|
|
129
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.
|
|
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
|
}
|