@looker/extension-utils 0.1.43 → 0.1.45
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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -147,6 +147,24 @@
|
|
|
147
147
|
* @looker/extension-sdk-react bumped from 24.12.1 to 24.14.0
|
|
148
148
|
* @looker/sdk bumped from 24.12.1 to 24.14.0
|
|
149
149
|
|
|
150
|
+
### Dependencies
|
|
151
|
+
|
|
152
|
+
* The following workspace dependencies were updated
|
|
153
|
+
* dependencies
|
|
154
|
+
* @looker/code-editor bumped from 0.1.33 to 0.1.34
|
|
155
|
+
* @looker/extension-sdk bumped from 24.16.1 to 24.16.2
|
|
156
|
+
* @looker/extension-sdk-react bumped from 24.16.1 to 24.16.2
|
|
157
|
+
* @looker/sdk bumped from 24.16.1 to 24.16.2
|
|
158
|
+
|
|
159
|
+
### Dependencies
|
|
160
|
+
|
|
161
|
+
* The following workspace dependencies were updated
|
|
162
|
+
* dependencies
|
|
163
|
+
* @looker/code-editor bumped from 0.1.34 to 0.1.35
|
|
164
|
+
* @looker/extension-sdk bumped from 24.16.2 to 24.18.0
|
|
165
|
+
* @looker/extension-sdk-react bumped from 24.16.2 to 24.18.0
|
|
166
|
+
* @looker/sdk bumped from 24.16.2 to 24.18.0
|
|
167
|
+
|
|
150
168
|
## [0.1.43](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.42...extension-utils-v0.1.43) (2024-09-14)
|
|
151
169
|
|
|
152
170
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.45",
|
|
4
4
|
"description": "Looker Extension Utilities",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -25,12 +25,12 @@
|
|
|
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.35",
|
|
29
29
|
"@looker/components": "^4.1.3",
|
|
30
|
-
"@looker/extension-sdk": "24.
|
|
31
|
-
"@looker/extension-sdk-react": "24.
|
|
30
|
+
"@looker/extension-sdk": "24.18.0",
|
|
31
|
+
"@looker/extension-sdk-react": "24.18.0",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "24.
|
|
33
|
+
"@looker/sdk": "24.18.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.3",
|
|
35
35
|
"@reduxjs/toolkit": "^1.9.3",
|
|
36
36
|
"@styled-icons/material": "^10.47.0",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"webpack-cli": "5.0.1",
|
|
55
55
|
"webpack-merge": "^5.7.3"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "87b09765f6bbf98d6a0c7295a31cabef3eaa250c"
|
|
58
58
|
}
|