File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ Package defining the interfaces used in the API that is published by the `inters
6
6
7
7
# Changelog
8
8
9
+ ### v3.0.4
10
+
11
+ - Export constants correctly.
12
+
9
13
### v3.0.0
10
14
11
15
- First release, numbered to align with the first published version of Server Manager 3.
Original file line number Diff line number Diff line change 1
- export declare const EXTENSION_ID = 'intersystems-community.servermanager' ;
2
- export declare const AUTHENTICATION_PROVIDER = 'intersystems-server-credentials' ;
1
+ export const EXTENSION_ID : string ;
2
+ export const AUTHENTICATION_PROVIDER : string ;
3
3
4
4
export interface IServerName {
5
5
name : string ;
Original file line number Diff line number Diff line change 1
1
module . exports = {
2
- } ;
2
+ EXTENSION_ID : 'intersystems-community.servermanager' ,
3
+ AUTHENTICATION_PROVIDER : 'intersystems-server-credentials'
4
+ } ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intersystems-community/intersystems-servermanager" ,
3
- "version" : " 3.0.2 " ,
3
+ "version" : " 3.0.4 " ,
4
4
"description" : " InterSystems Server Manager VS Code extension API interfaces and constants" ,
5
5
"types" : " index.d.ts" ,
6
6
"main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments