@looker/sdk-codegen-scripts 21.2.1 → 21.2.2
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 +24 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### [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)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* The following workspace dependencies were updated
|
|
9
|
+
* dependencies
|
|
10
|
+
* @looker/sdk-codegen bumped from ^21.3.2 to ^21.4.0
|
|
11
|
+
|
|
12
|
+
### [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)
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* 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))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* dependencies
|
|
24
|
+
* @looker/sdk bumped from ^21.20.0 to ^21.20.1
|
|
25
|
+
* @looker/sdk-node bumped from ^21.20.0 to ^21.20.1
|
|
26
|
+
|
|
3
27
|
### [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
28
|
|
|
5
29
|
|
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.2",
|
|
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.0.0",
|
|
31
|
+
"@looker/sdk-codegen": "^21.4.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.0.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": "f8867339965baf85c26b3beaee8e4621e3cff3a8"
|
|
52
52
|
}
|