@sisense/sdk-cli 2.8.0 → 2.10.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/README.md +1 -1
- package/dist/package-version.d.ts +1 -1
- package/dist/package-version.js +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ You will be prompted for the password.
|
|
|
15
15
|
|
|
16
16
|
The resulting file is created in the current directory.
|
|
17
17
|
|
|
18
|
-
Instead of `--username "<username>"`, you can also use `--token <token>` to authenticate with [an API token](https://sisense.
|
|
18
|
+
Instead of `--username "<username>"`, you can also use `--token <token>` to authenticate with [an API token](https://developer.sisense.com/guides/restApi/using-rest-api.html).
|
|
19
19
|
Substitute `<token>`, `<instance url>`, `<data source name>` with the values for your instance.
|
|
20
20
|
|
|
21
21
|
```sh
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const PKG_VERSION = "2.
|
|
1
|
+
export declare const PKG_VERSION = "2.10.0";
|
package/dist/package-version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const PKG_VERSION = "2.
|
|
1
|
+
export const PKG_VERSION = "2.10.0";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sisense/sdk-cli",
|
|
3
|
-
"homepage": "https://sisense.
|
|
3
|
+
"homepage": "https://developer.sisense.com/guides/sdk/",
|
|
4
4
|
"description": "Compose SDK package for interacting with Sisense via CLI",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"Sisense",
|
|
12
12
|
"Compose SDK"
|
|
13
13
|
],
|
|
14
|
-
"version": "2.
|
|
14
|
+
"version": "2.10.0",
|
|
15
15
|
"type": "module",
|
|
16
16
|
"exports": "./dist/index.js",
|
|
17
17
|
"main": "./dist/index.js",
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
21
21
|
"bin": "./dist/index.js",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@sisense/sdk-common": "2.
|
|
24
|
-
"@sisense/sdk-data": "2.
|
|
25
|
-
"@sisense/sdk-modeling": "2.
|
|
26
|
-
"@sisense/sdk-query-client": "2.
|
|
27
|
-
"@sisense/sdk-rest-client": "2.
|
|
28
|
-
"@sisense/sdk-tracking": "2.
|
|
23
|
+
"@sisense/sdk-common": "2.10.0",
|
|
24
|
+
"@sisense/sdk-data": "2.10.0",
|
|
25
|
+
"@sisense/sdk-modeling": "2.10.0",
|
|
26
|
+
"@sisense/sdk-query-client": "2.10.0",
|
|
27
|
+
"@sisense/sdk-rest-client": "2.10.0",
|
|
28
|
+
"@sisense/sdk-tracking": "2.10.0",
|
|
29
29
|
"cross-fetch": "^4.0.0",
|
|
30
30
|
"inquirer": "^8.1.2",
|
|
31
31
|
"js-levenshtein": "^1.1.6",
|