@ws-ui/shared 1.6.2 → 1.6.3

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.
@@ -89,7 +89,7 @@ export declare function dropFolder(request: IDropFolderRequest): Promise<boolean
89
89
  export declare function getFilesInfo(...files: IGetFileInfo[]): Promise<IFileInfoResponse>;
90
90
  export declare function login(token: string): Promise<boolean>;
91
91
  export declare function getCatalog(): Promise<datasources.ICatalog>;
92
- export declare function getSupportedLanguages(): Promise<any>;
92
+ export declare function getSupportedLanguages(isInsideStudio: boolean): Promise<any>;
93
93
  interface IGetFileContentInfo {
94
94
  name: string;
95
95
  path?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ws-ui/shared",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.es.js",