@looker/run-it 0.9.27 → 0.9.28
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [0.9.28](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.27...run-it-v0.9.28) (2022-02-18)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* The following workspace dependencies were updated
|
9
|
+
* dependencies
|
10
|
+
* @looker/extension-utils bumped from ^0.1.4 to ^0.1.5
|
11
|
+
* @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
12
|
+
|
3
13
|
### [0.9.27](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.26...run-it-v0.9.27) (2022-02-14)
|
4
14
|
|
5
15
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.28",
|
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",
|
@@ -55,9 +55,9 @@
|
|
55
55
|
"@looker/components": "^2.8.1",
|
56
56
|
"@looker/components-date": "^2.4.1",
|
57
57
|
"@looker/design-tokens": "^2.7.1",
|
58
|
-
"@looker/extension-utils": "^0.1.
|
58
|
+
"@looker/extension-utils": "^0.1.5",
|
59
59
|
"@looker/icons": "^1.5.3",
|
60
|
-
"@looker/sdk": "^22.
|
60
|
+
"@looker/sdk": "^22.2.0",
|
61
61
|
"@looker/sdk-codegen": "^21.4.0",
|
62
62
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
63
63
|
"@looker/sdk-rtl": "^21.3.2",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"react-is": "^16.13.1",
|
74
74
|
"styled-components": "^5.2.1"
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "a2263422a52940fdc3d5d8c3f0a9de210cb1f24b"
|
77
77
|
}
|