@looker/sdk-codegen-utils 21.0.31 → 21.0.32
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 +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -119,6 +119,14 @@
|
|
|
119
119
|
* @looker/sdk bumped from 26.4.0 to 26.6.0
|
|
120
120
|
* @looker/sdk-node bumped from 26.4.0 to 26.6.0
|
|
121
121
|
|
|
122
|
+
### Dependencies
|
|
123
|
+
|
|
124
|
+
* The following workspace dependencies were updated
|
|
125
|
+
* devDependencies
|
|
126
|
+
* @looker/sdk-rtl bumped from 21.6.4 to 21.6.5
|
|
127
|
+
* @looker/sdk bumped from 26.6.0 to 26.6.1
|
|
128
|
+
* @looker/sdk-node bumped from 26.6.0 to 26.6.1
|
|
129
|
+
|
|
122
130
|
## [21.0.21](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-utils-v21.0.20...sdk-codegen-utils-v21.0.21) (2025-03-11)
|
|
123
131
|
|
|
124
132
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-utils",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.32",
|
|
4
4
|
"description": "Looker SDK Codegen utils",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -31,13 +31,13 @@
|
|
|
31
31
|
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-utils --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@looker/sdk": "26.6.
|
|
35
|
-
"@looker/sdk-node": "26.6.
|
|
36
|
-
"@looker/sdk-rtl": "21.6.
|
|
34
|
+
"@looker/sdk": "26.6.1",
|
|
35
|
+
"@looker/sdk-node": "26.6.1",
|
|
36
|
+
"@looker/sdk-rtl": "21.6.5",
|
|
37
37
|
"@manypkg/find-root": "2.2.1",
|
|
38
38
|
"@types/js-yaml": "4.0.9",
|
|
39
39
|
"js-yaml": "4.1.0",
|
|
40
40
|
"lodash": "4.17.21"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "77fc3b4d67ce3c1f12a0a0670f3d04f4b07d9d63"
|
|
43
43
|
}
|