@sap/datasphere-cli 2024.25.0 → 2025.2.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 +5 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,12 +5,16 @@ All notable changes to this project SAP Datasphere Command-Line Interface (DS CL
|
|
|
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
|
-
##
|
|
8
|
+
## 2025.1.0
|
|
9
9
|
|
|
10
10
|
### Added
|
|
11
11
|
|
|
12
12
|
- Support for Node v22.
|
|
13
13
|
|
|
14
|
+
## 2024.25.0
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
|
|
14
18
|
- New command `<cli> config secrets check` has been added to the CLI. This command allows you to verify whether the secrets file used to run commands is consistent.
|
|
15
19
|
|
|
16
20
|
Examples for inconsistent secrets files:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/datasphere-cli",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2025.2.0",
|
|
4
4
|
"description": "Command-Line Interface for SAP Datasphere.",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE",
|
|
6
6
|
"author": "SAP SE",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"datasphere": "terminal.js"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
|
-
"node": "^18 || ^19 || ^20 || ^21",
|
|
13
|
+
"node": "^18 || ^19 || ^20 || ^21 || ^22",
|
|
14
14
|
"npm": "^9 || ^10"
|
|
15
15
|
},
|
|
16
16
|
"keywords": [
|
|
@@ -19,6 +19,6 @@
|
|
|
19
19
|
"datasphere-cli"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@sap/cli-core": "
|
|
22
|
+
"@sap/cli-core": "2025.1.0"
|
|
23
23
|
}
|
|
24
24
|
}
|