@looker/sdk-node 21.20.1 → 22.0.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 +12 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [22.0.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.1...sdk-node-v22.0.0) (2022-02-14)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### ⚠ BREAKING CHANGES
|
|
12
|
+
|
|
13
|
+
* SDK support for 22.0
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* SDK support for 22.0 ([5f9930c](https://www.github.com/looker-open-source/sdk-codegen/commit/5f9930c0b0f7bde59f0b9b47f882ae1f3ff9e490))
|
|
18
|
+
|
|
8
19
|
### [21.20.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v21.20.0...sdk-node-v21.20.1) (2022-01-27)
|
|
9
20
|
|
|
10
21
|
|
|
@@ -271,4 +282,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
271
282
|
|
|
272
283
|
## [21.0.4]
|
|
273
284
|
|
|
274
|
-
- introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node
|
|
285
|
+
- introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-node",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Looker SDK Runtime for Node Library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"dotenv": "^8.2.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@looker/sdk": "^
|
|
42
|
-
"@looker/sdk-rtl": "^21.3.
|
|
41
|
+
"@looker/sdk": "^22.0.0",
|
|
42
|
+
"@looker/sdk-rtl": "^21.3.2",
|
|
43
43
|
"ini": "^1.3.8",
|
|
44
44
|
"readable-stream": "^3.4.0",
|
|
45
45
|
"request": "^2.88.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"SDK",
|
|
51
51
|
"RTL"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "f8867339965baf85c26b3beaee8e4621e3cff3a8"
|
|
54
54
|
}
|