@looker/sdk-node 22.4.0 → 22.8.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +39 -1
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -5,6 +5,44 @@ 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.8.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.6.0...sdk-node-v22.8.0) (2022-07-13)
9
+
10
+
11
+ ### Dependencies
12
+
13
+ * The following workspace dependencies were updated
14
+ * dependencies
15
+ * @looker/sdk bumped from ^22.6.0 to ^22.8.0
16
+
17
+ ## [22.6.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.2...sdk-node-v22.6.0) (2022-07-07)
18
+
19
+
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @looker/sdk bumped from ^22.4.2 to ^22.6.0
25
+ * @looker/sdk-rtl bumped from ^21.3.3 to ^21.3.4
26
+
27
+ ### [22.4.2](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.1...sdk-node-v22.4.2) (2022-04-07)
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @looker/sdk bumped from ^22.4.1 to ^22.4.2
35
+ * @looker/sdk-rtl bumped from ^21.3.2 to ^21.3.3
36
+
37
+ ### [22.4.1](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.4.0...sdk-node-v22.4.1) (2022-04-07)
38
+
39
+
40
+ ### Dependencies
41
+
42
+ * The following workspace dependencies were updated
43
+ * dependencies
44
+ * @looker/sdk bumped from ^22.4.0 to ^22.4.1
45
+
8
46
  ## [22.4.0](https://www.github.com/looker-open-source/sdk-codegen/compare/sdk-node-v22.2.0...sdk-node-v22.4.0) (2022-03-24)
9
47
 
10
48
 
@@ -310,4 +348,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
310
348
 
311
349
  ## [21.0.4]
312
350
 
313
- - introduces `@looker/node-sdk` for using the Looker TypeScript SDK with Node
351
+ - 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.4.0",
3
+ "version": "22.8.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": "^22.4.0",
42
- "@looker/sdk-rtl": "^21.3.2",
41
+ "@looker/sdk": "^22.8.0",
42
+ "@looker/sdk-rtl": "^21.3.4",
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": "02ce8785abc5a1ba4b10627d5d9758150842410f"
53
+ "gitHead": "c645e639111bd1f4784f0e16d4a5448b92804fcd"
54
54
  }