@looker/sdk-codegen-scripts 21.5.37 → 21.5.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 +18 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -268,6 +268,24 @@
|
|
|
268
268
|
* @looker/sdk-codegen-utils bumped from 21.0.26 to 21.0.27
|
|
269
269
|
* @looker/sdk-node bumped from 25.18.0 to 25.20.0
|
|
270
270
|
|
|
271
|
+
### Dependencies
|
|
272
|
+
|
|
273
|
+
* The following workspace dependencies were updated
|
|
274
|
+
* dependencies
|
|
275
|
+
* @looker/sdk bumped from 25.20.0 to 26.0.0
|
|
276
|
+
* @looker/sdk-codegen bumped from 21.10.2 to 21.10.3
|
|
277
|
+
* @looker/sdk-codegen-utils bumped from 21.0.27 to 21.0.28
|
|
278
|
+
* @looker/sdk-node bumped from 25.20.0 to 26.0.0
|
|
279
|
+
|
|
280
|
+
### Dependencies
|
|
281
|
+
|
|
282
|
+
* The following workspace dependencies were updated
|
|
283
|
+
* dependencies
|
|
284
|
+
* @looker/sdk bumped from 26.0.0 to 26.2.0
|
|
285
|
+
* @looker/sdk-codegen bumped from 21.10.3 to 21.10.4
|
|
286
|
+
* @looker/sdk-codegen-utils bumped from 21.0.28 to 21.0.29
|
|
287
|
+
* @looker/sdk-node bumped from 26.0.0 to 26.2.0
|
|
288
|
+
|
|
271
289
|
## [21.5.31](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.5.30...sdk-codegen-scripts-v21.5.31) (2025-03-11)
|
|
272
290
|
|
|
273
291
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-scripts",
|
|
3
|
-
"version": "21.5.
|
|
3
|
+
"version": "21.5.39",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -27,10 +27,10 @@
|
|
|
27
27
|
"watch:cjs": "yarn lerna exec --scope @looker/sdk-codegen-scripts --stream 'BABEL_ENV=build_cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --no-comments --watch'"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@looker/sdk": "
|
|
31
|
-
"@looker/sdk-codegen": "21.10.
|
|
32
|
-
"@looker/sdk-codegen-utils": "21.0.
|
|
33
|
-
"@looker/sdk-node": "
|
|
30
|
+
"@looker/sdk": "26.2.0",
|
|
31
|
+
"@looker/sdk-codegen": "21.10.4",
|
|
32
|
+
"@looker/sdk-codegen-utils": "21.0.29",
|
|
33
|
+
"@looker/sdk-node": "26.2.0",
|
|
34
34
|
"@looker/sdk-rtl": "21.6.4",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"prettier": "2.8.8",
|
|
50
50
|
"swagger2openapi": "7.0.8"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "f4ddaec4b892946cca2e077a42fcbcb49b356dc2"
|
|
53
53
|
}
|