@looker/extension-utils 0.1.18 → 0.1.20-alpha.1647
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 +13 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [0.1.19](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.18...extension-utils-v0.1.19) (2022-12-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @looker/extension-sdk bumped from ^22.20.0 to ^22.20.1
|
|
11
|
+
* @looker/extension-sdk-react bumped from ^22.20.0 to ^22.20.1
|
|
12
|
+
* @looker/sdk-rtl bumped from ^21.4.0 to ^21.5.0
|
|
13
|
+
* @looker/code-editor bumped from ^0.1.26 to ^0.1.27
|
|
14
|
+
|
|
3
15
|
### [0.1.18](https://www.github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.17...extension-utils-v0.1.18) (2022-11-10)
|
|
4
16
|
|
|
5
17
|
|
|
@@ -230,4 +242,4 @@
|
|
|
230
242
|
* The following workspace dependencies were updated
|
|
231
243
|
* dependencies
|
|
232
244
|
* @looker/extension-sdk bumped from ^21.18.1 to ^21.20.0
|
|
233
|
-
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
|
|
245
|
+
* @looker/extension-sdk-react bumped from ^21.18.1 to ^21.20.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.20-alpha.1647+eef6cd92",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"watch": "yarn lerna exec --scope @looker/extension-utils --stream 'BABEL_ENV=build babel src --root-mode upward --out-dir lib/esm --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@looker/code-editor": "^0.1.
|
|
28
|
+
"@looker/code-editor": "^0.1.27",
|
|
29
29
|
"@looker/components": "^3.0.8",
|
|
30
|
-
"@looker/extension-sdk": "^22.20.
|
|
31
|
-
"@looker/extension-sdk-react": "^22.20.
|
|
32
|
-
"@looker/sdk-rtl": "^21.
|
|
30
|
+
"@looker/extension-sdk": "^22.20.2-alpha.1647+eef6cd92",
|
|
31
|
+
"@looker/extension-sdk-react": "^22.20.2-alpha.1647+eef6cd92",
|
|
32
|
+
"@looker/sdk-rtl": "^21.5.0",
|
|
33
33
|
"react": "^16.13.1"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"webpack-dev-server": "^3.11.2",
|
|
44
44
|
"webpack-merge": "^5.7.3"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "eef6cd92039ffb1a47e4e4bf678be73b45e61969"
|
|
47
47
|
}
|