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
66
77# Changelog
88
9+ ### v3.0.4
10+
11+ - Export constants correctly.
12+
913### v3.0.0
1014
1115- 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 ;
33
44export interface IServerName {
55 name : string ;
Original file line number Diff line number Diff line change 11module . 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 11{
22 "name" : " @intersystems-community/intersystems-servermanager" ,
3- "version" : " 3.0.2 " ,
3+ "version" : " 3.0.4 " ,
44 "description" : " InterSystems Server Manager VS Code extension API interfaces and constants" ,
55 "types" : " index.d.ts" ,
66 "main" : " index.js" ,
You can’t perform that action at this time.
0 commit comments