@looker/sdk-codegen-scripts 21.2.0 → 21.2.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.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.0...sdk-codegen-scripts-v21.2.1) (2021-12-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @looker/sdk-codegen bumped from ^21.3.0 to ^21.3.1
|
|
11
|
+
* @looker/sdk-rtl bumped from ^21.3.0 to ^21.3.1
|
|
12
|
+
|
|
3
13
|
## [21.2.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.4...sdk-codegen-scripts-v21.2.0) (2021-12-16)
|
|
4
14
|
|
|
5
15
|
|
|
@@ -310,4 +320,4 @@
|
|
|
310
320
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
311
321
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
312
322
|
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
|
|
313
|
-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
323
|
+
* @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.2.
|
|
3
|
+
"version": "21.2.1",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@looker/sdk": "^21.20.0",
|
|
31
|
-
"@looker/sdk-codegen": "^21.3.
|
|
31
|
+
"@looker/sdk-codegen": "^21.3.1",
|
|
32
32
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
|
33
33
|
"@looker/sdk-node": "^21.20.0",
|
|
34
|
-
"@looker/sdk-rtl": "^21.3.
|
|
34
|
+
"@looker/sdk-rtl": "^21.3.1",
|
|
35
35
|
"config": "^3.3.1",
|
|
36
36
|
"cross-env": "^7.0.2"
|
|
37
37
|
},
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"prettier": "^2.4.1",
|
|
49
49
|
"swagger2openapi": "^7.0.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "933163198d7e1ab482c8c5aedc43c35eb9923d86"
|
|
52
52
|
}
|