@looker/run-it 0.9.37 → 0.9.39
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 +21 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.9.39](https://www.github.com/looker-open-source/sdk-codegen/compare/run-it-v0.9.38...run-it-v0.9.39) (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.15 to ^0.1.16
|
|
11
|
+
* @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
12
|
+
|
|
13
|
+
### [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)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Dependencies
|
|
17
|
+
|
|
18
|
+
* The following workspace dependencies were updated
|
|
19
|
+
* dependencies
|
|
20
|
+
* @looker/extension-utils bumped from ^0.1.14 to ^0.1.15
|
|
21
|
+
* @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
22
|
+
|
|
3
23
|
### [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
24
|
|
|
5
25
|
|
|
@@ -551,4 +571,4 @@
|
|
|
551
571
|
* @looker/sdk bumped from ^21.0.10 to ^21.4.0
|
|
552
572
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
553
573
|
* @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
|
|
574
|
+
* @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.39",
|
|
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.16",
|
|
58
58
|
"@looker/icons": "^1.5.3",
|
|
59
|
-
"@looker/sdk": "^22.
|
|
59
|
+
"@looker/sdk": "^22.16.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": "2e6e19e72048e88be93af11e6de5e92cee92fed0"
|
|
76
76
|
}
|