@looker/sdk-codegen-scripts 21.4.0 → 21.4.1
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 +11 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [21.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.4.0...sdk-codegen-scripts-v21.4.1) (2022-07-14)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @looker/sdk bumped from ^22.8.0 to ^22.10.0
|
|
11
|
+
* @looker/sdk-node bumped from ^22.8.0 to ^22.10.0
|
|
12
|
+
|
|
3
13
|
## [21.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.3.4...sdk-codegen-scripts-v21.4.0) (2022-07-13)
|
|
4
14
|
|
|
5
15
|
|
|
@@ -439,4 +449,4 @@
|
|
|
439
449
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
440
450
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
441
451
|
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
|
|
442
|
-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
452
|
+
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-codegen-scripts",
|
|
3
|
-
"version": "21.4.
|
|
3
|
+
"version": "21.4.1",
|
|
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": "^22.
|
|
30
|
+
"@looker/sdk": "^22.10.0",
|
|
31
31
|
"@looker/sdk-codegen": "^21.6.0",
|
|
32
32
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
|
33
|
-
"@looker/sdk-node": "^22.
|
|
33
|
+
"@looker/sdk-node": "^22.10.0",
|
|
34
34
|
"@looker/sdk-rtl": "^21.3.4",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"prettier": "^2.4.1",
|
|
49
49
|
"swagger2openapi": "^7.0.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "dd8c49742dcb8b92e6ad22252884eb6ca3a041ed"
|
|
52
52
|
}
|