@looker/sdk-node 25.18.0 → 26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -5,6 +5,34 @@ 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
+ ## [26.0.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.20.0...sdk-node-v26.0.0) (2026-02-02)
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 25.20.0 to 26.0.0
21
+
22
+ ## [25.20.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.18.0...sdk-node-v25.20.0) (2025-11-05)
23
+
24
+
25
+ ### Miscellaneous Chores
26
+
27
+ * **sdk-node:** Synchronize undefined versions
28
+
29
+
30
+ ### Dependencies
31
+
32
+ * The following workspace dependencies were updated
33
+ * dependencies
34
+ * @looker/sdk bumped from 25.18.0 to 25.20.0
35
+
8
36
  ## [25.18.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.16.0...sdk-node-v25.18.0) (2025-10-28)
9
37
 
10
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@looker/sdk-node",
3
- "version": "25.18.0",
3
+ "version": "26.0.0",
4
4
  "description": "Looker SDK Runtime for Node Library",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",
@@ -39,7 +39,7 @@
39
39
  "whatwg-fetch": "3.6.20"
40
40
  },
41
41
  "dependencies": {
42
- "@looker/sdk": "25.18.0",
42
+ "@looker/sdk": "26.0.0",
43
43
  "@looker/sdk-rtl": "21.6.4",
44
44
  "ini": "5.0.0"
45
45
  },
@@ -48,5 +48,5 @@
48
48
  "SDK",
49
49
  "RTL"
50
50
  ],
51
- "gitHead": "3b8cd9907035ecf5472bbf56d555215a66f3d20b"
51
+ "gitHead": "bda3dc08ee839151fbaaf455c7f7b1c80cb57fba"
52
52
  }