@looker/sdk-codegen-scripts 21.2.1 → 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 +49 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,53 @@
|
|
|
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
|
+
|
|
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)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* dependencies
|
|
24
|
+
* @looker/sdk bumped from ^22.0.0 to ^22.2.0
|
|
25
|
+
* @looker/sdk-node bumped from ^22.0.0 to ^22.2.0
|
|
26
|
+
|
|
27
|
+
### [21.2.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.2.1...sdk-codegen-scripts-v21.2.2) (2022-02-14)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* The following workspace dependencies were updated
|
|
33
|
+
* dependencies
|
|
34
|
+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
|
|
35
|
+
|
|
36
|
+
### [21.2.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-scripts-v21.1.3...sdk-codegen-scripts-v21.2.1) (2022-01-27)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* add http method to IRawResponse ([#925](https://www.github.com/looker-open-source/sdk-codegen/issues/925)) ([25cef47](https://www.github.com/looker-open-source/sdk-codegen/commit/25cef47fa61a5f15565560b48f5e0c45a0cd9b44))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
### Dependencies
|
|
45
|
+
|
|
46
|
+
* The following workspace dependencies were updated
|
|
47
|
+
* dependencies
|
|
48
|
+
* @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
49
|
+
* @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
|
|
50
|
+
|
|
3
51
|
### [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
52
|
|
|
5
53
|
|
|
@@ -320,4 +368,4 @@
|
|
|
320
368
|
* @looker/sdk-codegen bumped from ^21.0.10 to ^21.0.11
|
|
321
369
|
* @looker/sdk-codegen-utils bumped from ^21.0.10 to ^21.0.11
|
|
322
370
|
* @looker/sdk-node bumped from ^21.0.10 to ^21.4.0
|
|
323
|
-
* @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",
|
|
@@ -27,11 +27,11 @@
|
|
|
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.
|
|
30
|
+
"@looker/sdk": "^22.2.0",
|
|
31
|
+
"@looker/sdk-codegen": "^21.5.0",
|
|
32
32
|
"@looker/sdk-codegen-utils": "^21.0.11",
|
|
33
|
-
"@looker/sdk-node": "^
|
|
34
|
-
"@looker/sdk-rtl": "^21.3.
|
|
33
|
+
"@looker/sdk-node": "^22.2.0",
|
|
34
|
+
"@looker/sdk-rtl": "^21.3.2",
|
|
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": "8db44f3017f7303ad84f678a9e4999c216dfcfd9"
|
|
52
52
|
}
|