@looker/run-it 0.9.37 → 0.9.38
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,15 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### [0.9.38](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.37...run-it-v0.9.38) (2022-09-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* The following workspace dependencies were updated
|
9
|
+
* dependencies
|
10
|
+
* @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
|
11
|
+
* @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
12
|
+
|
3
13
|
### [0.9.37](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.36...run-it-v0.9.37) (2022-09-21)
|
4
14
|
|
5
15
|
|
@@ -551,4 +561,4 @@
|
|
551
561
|
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
552
562
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
553
563
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
554
|
-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
564
|
+
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@looker/run-it",
|
3
|
-
"version": "0.9.
|
3
|
+
"version": "0.9.38",
|
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",
|
@@ -54,9 +54,9 @@
|
|
54
54
|
"@looker/code-editor": "^0.1.24",
|
55
55
|
"@looker/components": "^3.0.8",
|
56
56
|
"@looker/design-tokens": "^2.7.21",
|
57
|
-
"@looker/extension-utils": "^0.1.
|
57
|
+
"@looker/extension-utils": "^0.1.15",
|
58
58
|
"@looker/icons": "^1.5.3",
|
59
|
-
"@looker/sdk": "^22.
|
59
|
+
"@looker/sdk": "^22.14.0",
|
60
60
|
"@looker/sdk-codegen": "^21.7.1",
|
61
61
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
62
62
|
"@looker/sdk-rtl": "^21.4.0",
|
@@ -72,5 +72,5 @@
|
|
72
72
|
"react-is": "^16.13.1",
|
73
73
|
"styled-components": "^5.2.1"
|
74
74
|
},
|
75
|
-
"gitHead": "
|
75
|
+
"gitHead": "625ebfc69372a15089cb90e37698086d240b9cc4"
|
76
76
|
}
|