@looker/sdk-codegen-scripts 21.2.3 → 21.3.0
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 +15 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [21.3.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.3...sdk-codegen-scripts-v21.3.0) (2022-03-04)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* generate code deprecation tags ([#1006](https://www.github.com/looker-open-source/sdk-codegen/issues/1006)) ([afd4b66](https://www.github.com/looker-open-source/sdk-codegen/commit/afd4b66ffbd11cdacd19fe1353c9e5bf381fe932))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @looker/sdk-codegen bumped from ^21.4.0 to ^21.5.0
|
|
16
|
+
|
|
3
17
|
### [21.2.3](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.2...sdk-codegen-scripts-v21.2.3) (2022-02-18)
|
|
4
18
|
|
|
5
19
|
|
|
@@ -354,4 +368,4 @@
|
|
|
354
368
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
355
369
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
356
370
|
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
|
|
357
|
-
* @looker/sdk-rtl bumped from ^21.0.10 to ^21.0.11
|
|
371
|
+
* @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.
|
|
3
|
+
"version": "21.3.0",
|
|
4
4
|
"description": "Looker SDK Codegen scripts",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"@looker/sdk": "^22.2.0",
|
|
31
|
-
"@looker/sdk-codegen": "^21.
|
|
31
|
+
"@looker/sdk-codegen": "^21.5.0",
|
|
32
32
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
|
33
33
|
"@looker/sdk-node": "^22.2.0",
|
|
34
34
|
"@looker/sdk-rtl": "^21.3.2",
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"prettier": "^2.4.1",
|
|
49
49
|
"swagger2openapi": "^7.0.3"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "8db44f3017f7303ad84f678a9e4999c216dfcfd9"
|
|
52
52
|
}
|