Skip to content

Commit 4fc792a

Browse files
committed
Make the NPM package constants usable
1 parent 3e1fdbf commit 4fc792a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
export const EXTENSION_ID = 'intersystems-community.servermanager';
2-
export const AUTHENTICATION_PROVIDER = 'intersystems-server-credentials';
1+
export declare const EXTENSION_ID = 'intersystems-community.servermanager';
2+
export declare const AUTHENTICATION_PROVIDER = 'intersystems-server-credentials';
33

44
export interface IServerName {
55
name: string;

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.0.0",
3+
"version": "3.0.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)