@looker/sdk-node 25.4.0 → 25.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.
- package/CHANGELOG.md +28 -0
- 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
|
+
## [25.8.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.6.0...sdk-node-v25.8.0) (2025-05-19)
|
|
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.6.0 to 25.8.0
|
|
21
|
+
|
|
22
|
+
## [25.6.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.4.0...sdk-node-v25.6.0) (2025-05-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.4.0 to 25.6.0
|
|
35
|
+
|
|
8
36
|
## [25.4.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-node-v25.2.0...sdk-node-v25.4.0) (2025-03-11)
|
|
9
37
|
|
|
10
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@looker/sdk-node",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.8.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.
|
|
42
|
+
"@looker/sdk": "25.8.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": "
|
|
51
|
+
"gitHead": "8e80ac50b2b223492e9cdb4a813471083426870e"
|
|
52
52
|
}
|