Skip to content

Commit a3e94a6

Browse files
Merge pull request #275 from gjsjohnmurray/3.10.2-types
Publish @intersystems-community/[email protected]
2 parents c0afd80 + 32a5b48 commit a3e94a6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

types/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Package defining the interfaces used in the API that is published by the `inters
66

77
# Changelog
88

9+
### v3.10.2
10+
11+
- Add optional `scope` property to `IServerName`, which was introduced in Server Manager 3.10.2.
12+
913
### v3.8.0
1014

1115
- Add function signatures, including `getAccount` which was introduced in Server Manager 3.8.0.

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export interface IServerName {
77
name: string;
88
description: string;
99
detail: string;
10+
scope?: vscode.ConfigurationScope;
1011
}
1112

1213
export interface IWebServerSpec {

types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intersystems-community/intersystems-servermanager",
3-
"version": "3.8.0",
3+
"version": "3.10.2",
44
"description": "InterSystems Server Manager VS Code extension API interfaces and constants",
55
"types": "index.d.ts",
66
"main": "index.js",

0 commit comments

Comments
 (0)