@sisense/sdk-cli 0.16.0 → 1.1.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/dist/index.d.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @packageDocumentation
4
- * @beta
5
4
  */
6
5
  import 'cross-fetch/dist/node-polyfill.js';
7
6
  export * from './types.js';
package/dist/index.js CHANGED
@@ -1,7 +1,6 @@
1
1
  #!/usr/bin/env node
2
2
  /**
3
3
  * @packageDocumentation
4
- * @beta
5
4
  */
6
5
  // Native fetch() is not available in Node.js until version 18.
7
6
  // Polyfill fetch() with cross-fetch for CLI commands if needed.
@@ -1 +1 @@
1
- export declare const PKG_VERSION = "0.16.0";
1
+ export declare const PKG_VERSION = "1.1.0";
@@ -1 +1 @@
1
- export const PKG_VERSION = "0.16.0";
1
+ export const PKG_VERSION = "1.1.0";
package/package.json CHANGED
@@ -1,7 +1,17 @@
1
1
  {
2
2
  "name": "@sisense/sdk-cli",
3
- "description": "CLI for generating programmatic interface from Sisense data model",
4
- "version": "0.16.0",
3
+ "homepage": "https://sisense.dev/guides/sdk/",
4
+ "description": "Compose SDK package for interacting with Sisense via CLI",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/sisense/compose-sdk-monorepo",
8
+ "directory": "packages/sdk-cli"
9
+ },
10
+ "keywords": [
11
+ "Sisense",
12
+ "Compose SDK"
13
+ ],
14
+ "version": "1.1.0",
5
15
  "type": "module",
6
16
  "exports": "./dist/index.js",
7
17
  "main": "./dist/index.js",
@@ -10,12 +20,12 @@
10
20
  "license": "SEE LICENSE IN LICENSE.md",
11
21
  "bin": "./dist/index.js",
12
22
  "dependencies": {
13
- "@sisense/sdk-common": "^0.16.0",
14
- "@sisense/sdk-data": "^0.16.0",
15
- "@sisense/sdk-modeling": "^0.16.0",
16
- "@sisense/sdk-query-client": "^0.16.0",
17
- "@sisense/sdk-rest-client": "^0.16.0",
18
- "@sisense/sdk-tracking": "^0.16.0",
23
+ "@sisense/sdk-common": "^1.1.0",
24
+ "@sisense/sdk-data": "^1.1.0",
25
+ "@sisense/sdk-modeling": "^1.1.0",
26
+ "@sisense/sdk-query-client": "^1.1.0",
27
+ "@sisense/sdk-rest-client": "^1.1.0",
28
+ "@sisense/sdk-tracking": "^1.1.0",
19
29
  "cross-fetch": "^4.0.0",
20
30
  "inquirer": "^8.1.2",
21
31
  "yargs": "17.7.1"