@looker/sdk-node 22.12.1 → 22.16.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 +19 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,24 @@ 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.16.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.14.0...sdk-node-v22.16.0) (2022-09-21)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Dependencies
|
|
12
|
+
|
|
13
|
+
* The following workspace dependencies were updated
|
|
14
|
+
* dependencies
|
|
15
|
+
* @looker/sdk bumped from ^22.14.0 to ^22.16.0
|
|
16
|
+
|
|
17
|
+
## [22.14.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.12.1...sdk-node-v22.14.0) (2022-09-21)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* The following workspace dependencies were updated
|
|
23
|
+
* dependencies
|
|
24
|
+
* @looker/sdk bumped from ^22.12.1 to ^22.14.0
|
|
25
|
+
|
|
8
26
|
### [22.12.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.10.1...sdk-node-v22.12.1) (2022-09-21)
|
|
9
27
|
|
|
10
28
|
|
|
@@ -382,4 +400,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
382
400
|
|
|
383
401
|
## [21.0.4]
|
|
384
402
|
|
|
385
|
-
- introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node
|
|
403
|
+
- 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": "22.
|
|
3
|
+
"version": "22.16.0",
|
|
4
4
|
"description": "Looker SDK Runtime for Node Library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"dotenv": "^8.2.0"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@looker/sdk": "^22.
|
|
41
|
+
"@looker/sdk": "^22.16.0",
|
|
42
42
|
"@looker/sdk-rtl": "^21.4.0",
|
|
43
43
|
"ini": "^1.3.8",
|
|
44
44
|
"readable-stream": "^3.4.0",
|
|
@@ -50,5 +50,5 @@
|
|
|
50
50
|
"SDK",
|
|
51
51
|
"RTL"
|
|
52
52
|
],
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "2e6e19e72048e88be93af11e6de5e92cee92fed0"
|
|
54
54
|
}
|