@looker/sdk-node 24.12.1 → 24.14.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 +14 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,20 @@ 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
+ ## [24.14.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v24.12.1...sdk-node-v24.14.0) (2024-08-12)
9
+
10
+
11
+ ### Miscellaneous Chores
12
+
13
+ * **sdk-node:** Synchronize undefined versions
14
+
15
+
16
+ ### Dependencies
17
+
18
+ * The following workspace dependencies were updated
19
+ * dependencies
20
+ * @looker/sdk bumped from 24.12.1 to 24.14.0
21
+
8
22
  ## [24.12.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v24.12.0...sdk-node-v24.12.1) (2024-07-29)
9
23
 
10
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/sdk-node",
3
- "version": "24.12.1",
3
+ "version": "24.14.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": "24.12.1",
41
+ "@looker/sdk": "24.14.0",
42
42
  "@looker/sdk-rtl": "21.6.1",
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": "e593102f095685cbdb55e573f085d338209f38d8"
53
+ "gitHead": "0c6b5c02305ad67f559213a281667ba5cbb3b3c3"
54
54
  }