@halcyontech/vscode-ibmi-types 3.0.5 → 3.0.6

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.
Files changed (2) hide show
  1. package/api/IBMi.d.ts +2 -1
  2. package/package.json +1 -1
package/api/IBMi.d.ts CHANGED
@@ -10,7 +10,7 @@ import { ConnectionManager } from './configuration/config/ConnectionManager';
10
10
  import { ConnectionConfig, RemoteConfigFile } from './configuration/config/types';
11
11
  import { ConfigFile } from './configuration/serverFile';
12
12
  import { CodeForIStorage } from './configuration/storage/CodeForIStorage';
13
- import { AspInfo, CommandData, CommandResult, ConnectionData, EditorPath, IBMiMember, RemoteCommand, QsysPath, CacheItem } from './types';
13
+ import { AspInfo, CacheItem, CommandData, CommandResult, ConnectionData, EditorPath, IBMiMember, QsysPath, RemoteCommand } from './types';
14
14
  export interface MemberParts extends IBMiMember {
15
15
  basename: string;
16
16
  }
@@ -119,6 +119,7 @@ export default class IBMi {
119
119
  getContent(): IBMiContent;
120
120
  getConfig(): ConnectionConfig;
121
121
  setConfig(newConfig: ConnectionConfig): void;
122
+ getTempDirectory(): string;
122
123
  constructor();
123
124
  connect(connectionObject: ConnectionData, options: ConnectionOptions): Promise<ConnectionResult>;
124
125
  private checkOrCreateTempLibrary;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@halcyontech/vscode-ibmi-types",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Types for vscode-ibmi",
5
5
  "typings": "./typings.d.ts",
6
6
  "scripts": {