@looker/extension-utils 0.1.53 → 0.1.55
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
|
@@ -229,6 +229,24 @@
|
|
|
229
229
|
* @looker/extension-sdk-react bumped from 25.6.0 to 25.8.0
|
|
230
230
|
* @looker/sdk bumped from 25.6.0 to 25.8.0
|
|
231
231
|
|
|
232
|
+
### Dependencies
|
|
233
|
+
|
|
234
|
+
* The following workspace dependencies were updated
|
|
235
|
+
* dependencies
|
|
236
|
+
* @looker/code-editor bumped from 0.1.43 to 0.1.44
|
|
237
|
+
* @looker/extension-sdk bumped from 25.8.0 to 25.10.0
|
|
238
|
+
* @looker/extension-sdk-react bumped from 25.8.0 to 25.10.0
|
|
239
|
+
* @looker/sdk bumped from 25.8.0 to 25.10.0
|
|
240
|
+
|
|
241
|
+
### Dependencies
|
|
242
|
+
|
|
243
|
+
* The following workspace dependencies were updated
|
|
244
|
+
* dependencies
|
|
245
|
+
* @looker/code-editor bumped from 0.1.44 to 0.1.45
|
|
246
|
+
* @looker/extension-sdk bumped from 25.10.0 to 25.16.0
|
|
247
|
+
* @looker/extension-sdk-react bumped from 25.10.0 to 25.16.0
|
|
248
|
+
* @looker/sdk bumped from 25.10.0 to 25.16.0
|
|
249
|
+
|
|
232
250
|
## [0.1.49](https://github.com/looker-open-source/sdk-codegen/compare/extension-utils-v0.1.48...extension-utils-v0.1.49) (2025-02-06)
|
|
233
251
|
|
|
234
252
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/extension-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.55",
|
|
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.45",
|
|
29
29
|
"@looker/components": "^5.0.3",
|
|
30
|
-
"@looker/extension-sdk": "25.
|
|
31
|
-
"@looker/extension-sdk-react": "25.
|
|
30
|
+
"@looker/extension-sdk": "25.16.0",
|
|
31
|
+
"@looker/extension-sdk-react": "25.16.0",
|
|
32
32
|
"@looker/redux": "^0.0.1",
|
|
33
|
-
"@looker/sdk": "25.
|
|
33
|
+
"@looker/sdk": "25.16.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.4",
|
|
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": "aa870fc9d9f899f116b3f9ae3378e53652c0121b"
|
|
58
58
|
}
|