diff --git a/package-lock.json b/package-lock.json index 9d371bbf..ad201741 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vrealize-developer-tools", - "version": "2.5.2", + "version": "2.5.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vrealize-developer-tools", - "version": "2.5.2", + "version": "2.5.3", "hasInstallScript": true, "license": "MIT", "workspaces": [ @@ -15750,7 +15750,7 @@ }, "packages/node/vrdt-common": { "name": "@vmware/vrdt-common", - "version": "2.5.2", + "version": "2.5.3", "license": "MIT", "dependencies": { "fast-xml-parser": "3.19.0", @@ -15779,7 +15779,7 @@ }, "packages/node/vro-language-server": { "name": "@vmware/vro-language-server", - "version": "2.5.2", + "version": "2.5.3", "license": "MIT", "dependencies": { "adm-zip": "^0.5.4", diff --git a/package.json b/package.json index 8b632d59..61e75f21 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "vrealize-developer-tools", "displayName": "vRealize Developer Tools", "description": "Provides code intelligence features and enables a more developer-friendly experience when creating VMware vRealize Orchestrator and VMware vRealize Automation content.", - "version": "2.5.2", + "version": "2.5.3", "publisher": "vmware-pscoe", "license": "MIT", "homepage": "https://github.com/vmware/vrealize-developer-tools", @@ -19,328 +19,430 @@ "npm": ">=8.0.0", "vscode": "^1.54.0" }, - "categories": ["Programming Languages"], - "keywords": ["vRealize", "vRO", "vRA"], - "activationEvents": ["onLanguage:javascript", "onLanguage:typescript", "workspaceContains:.o11n/", "onView:vrdev.views.explorer", "onCommand:vrdev.new.project", "onCommand:vrdev.change.profile", "onCommand:vrdev.open.action", "onCommand:vrdev.open.workflow", "onCommand:vrdev.open.config", "onCommand:vrdev.open.resource", "onCommand:vrdev.run.action", "onCommand:vrdev.toggle.typescript", "onCommand:vrdev.vra.auth.configure", "onCommand:vrdev.blueprint.create", "onCommand:vrdev.blueprint.fetch", "onCommand:vrdev.blueprint.upload", "onCommand:vrdev.blueprint.deploy"], + "categories": [ + "Programming Languages" + ], + "keywords": [ + "vRealize", + "vRO", + "vRA" + ], + "activationEvents": [ + "onLanguage:javascript", + "onLanguage:typescript", + "workspaceContains:.o11n/", + "onView:vrdev.views.explorer", + "onCommand:vrdev.new.project", + "onCommand:vrdev.change.profile", + "onCommand:vrdev.open.action", + "onCommand:vrdev.open.workflow", + "onCommand:vrdev.open.config", + "onCommand:vrdev.open.resource", + "onCommand:vrdev.run.action", + "onCommand:vrdev.toggle.typescript", + "onCommand:vrdev.vra.auth.configure", + "onCommand:vrdev.blueprint.create", + "onCommand:vrdev.blueprint.fetch", + "onCommand:vrdev.blueprint.upload", + "onCommand:vrdev.blueprint.deploy" + ], "main": "./extension/dist/extension", "icon": "assets/logo.png", "contributes": { "viewsContainers": { - "activitybar": [{ - "id": "vro-explorer", - "title": "vRealize Developer Tools", - "icon": "assets/icons/explorer.svg" - }] + "activitybar": [ + { + "id": "vro-explorer", + "title": "vRealize Developer Tools", + "icon": "assets/icons/explorer.svg" + } + ] }, "views": { - "vro-explorer": [{ - "id": "vrdev.views.explorer", - "name": "Explorer" - }, { - "id": "vrdev.views.properties", - "name": "Properties" - }] + "vro-explorer": [ + { + "id": "vrdev.views.explorer", + "name": "Explorer" + }, + { + "id": "vrdev.views.properties", + "name": "Properties" + } + ] }, - "viewsWelcome": [{ - "view": "vrdev.views.explorer", - "contents": "Connect to vRealize Orchetsrator by selecting a maven profile.\n\n[Select Profile](command:vrdev.change.profile)" - }, { - "view": "vrdev.views.properties", - "contents": "Select a node in the Explorer to view its properties." - }], - "commands": [{ - "command": "vrdev.views.explorer.refresh", - "title": "Refresh", - "category": "vRealize", - "icon": { - "light": "assets/icons/light/refresh.svg", - "dark": "assets/icons/dark/refresh.svg" - } - }, { - "command": "vrdev.views.explorer.revealItem", - "title": "Reveal Item in Explorer", - "category": "vRealize" - }, { - "command": "vrdev.views.properties.show", - "title": "Show Properties", - "category": "vRealize" - }, { - "command": "vrdev.views.properties.copy", - "title": "Copy Value", - "category": "vRealize", - "icon": { - "light": "assets/icons/light/clipboard.svg", - "dark": "assets/icons/dark/clipboard.svg" - } - }, { - "command": "vrdev.views.properties.locateItem", - "title": "Locate Item in Explorer", - "category": "vRealize", - "icon": { - "light": "assets/icons/light/location.svg", - "dark": "assets/icons/dark/location.svg" - } - }, { - "command": "vrdev.fetchRemoteElement", - "title": "Fetch from Remote", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/link-external.svg", - "light": "assets/icons/light/link-external.svg" - } - }, { - "command": "vrdev.workflow.fetchSchema", - "title": "Open Workflow Schema", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/circuit-board.svg", - "light": "assets/icons/light/circuit-board.svg" - } - }, { - "command": "vrdev.package.delete", - "title": "Delete", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/trash.svg", - "light": "assets/icons/light/trash.svg" - } - }, { - "command": "vrdev.change.profile", - "title": "Change Active Profile", - "category": "vRealize" - }, { - "command": "vrdev.open.action", - "title": "Open vRO Action", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/search.svg", - "light": "assets/icons/light/search.svg" - } - }, { - "command": "vrdev.open.workflow", - "title": "Open vRO Workflow", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/search.svg", - "light": "assets/icons/light/search.svg" - } - }, { - "command": "vrdev.open.config", - "title": "Open vRO Configuration", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/search.svg", - "light": "assets/icons/light/search.svg" - } - }, { - "command": "vrdev.open.resource", - "title": "Open vRO Resource", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/search.svg", - "light": "assets/icons/light/search.svg" + "viewsWelcome": [ + { + "view": "vrdev.views.explorer", + "contents": "Connect to vRealize Orchetsrator by selecting a maven profile.\n\n[Select Profile](command:vrdev.change.profile)" + }, + { + "view": "vrdev.views.properties", + "contents": "Select a node in the Explorer to view its properties." } - }, { - "command": "vrdev.new.project", - "title": "New Project", - "category": "vRealize" - }, { - "command": "vrdev.run.action", - "title": "Run vRO Action", - "category": "vRealize", - "icon": { - "light": "assets/icons/light/zap.svg", - "dark": "assets/icons/dark/zap.svg" - } - }, { - "command": "vrdev.toggle.typescript", - "title": "Toggle TypeScript Support (Experimental)", - "category": "vRealize" - }, { - "command": "vrdev.vra.auth.configure", - "title": "Configure vRA Authentication", - "category": "vRealize" - }, { - "command": "vrdev.blueprint.create", - "title": "Create vRA Blueprint", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/circuit-board.svg", - "light": "assets/icons/light/circuit-board.svg" - } - }, { - "command": "vrdev.blueprint.upload", - "title": "Upload vRA Blueprint", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/circuit-board.svg", - "light": "assets/icons/light/circuit-board.svg" - } - }, { - "command": "vrdev.blueprint.fetch", - "title": "Fetch vRA Blueprint", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/circuit-board.svg", - "light": "assets/icons/light/circuit-board.svg" - } - }, { - "command": "vrdev.blueprint.deploy", - "title": "Deploy vRA Blueprint", - "category": "vRealize", - "icon": { - "dark": "assets/icons/dark/circuit-board.svg", - "light": "assets/icons/light/circuit-board.svg" - } - }], - "menus": { - "view/title": [{ - "when": "view =~ /^vrdev\\.views\\.explorer/", + ], + "commands": [ + { "command": "vrdev.views.explorer.refresh", - "group": "navigation@1" - }, { - "when": "!vrdev:properties:empty && view =~ /^vrdev\\.views\\.properties/", + "title": "Refresh", + "category": "vRealize", + "icon": { + "light": "assets/icons/light/refresh.svg", + "dark": "assets/icons/dark/refresh.svg" + } + }, + { + "command": "vrdev.views.explorer.revealItem", + "title": "Reveal Item in Explorer", + "category": "vRealize" + }, + { + "command": "vrdev.views.properties.show", + "title": "Show Properties", + "category": "vRealize" + }, + { + "command": "vrdev.views.properties.copy", + "title": "Copy Value", + "category": "vRealize", + "icon": { + "light": "assets/icons/light/clipboard.svg", + "dark": "assets/icons/dark/clipboard.svg" + } + }, + { "command": "vrdev.views.properties.locateItem", - "group": "navigation@1" - }], - "view/item/context": [{ - "command": "vrdev.fetchRemoteElement", - "when": "viewItem =~ /vrdev:element:kind:(action|workflow|config|resource)\\b/", - "group": "inline@98" - }, { + "title": "Locate Item in Explorer", + "category": "vRealize", + "icon": { + "light": "assets/icons/light/location.svg", + "dark": "assets/icons/dark/location.svg" + } + }, + { "command": "vrdev.fetchRemoteElement", - "when": "viewItem =~ /vrdev:element:kind:(action|workflow|config|resource)\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.workflow.fetchSchema", - "when": "viewItem =~ /vrdev:element:kind:workflow\\b/", - "group": "inline@95" - }, { + "title": "Fetch from Remote", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/link-external.svg", + "light": "assets/icons/light/link-external.svg" + } + }, + { "command": "vrdev.workflow.fetchSchema", - "when": "viewItem =~ /vrdev:element:kind:workflow\\b/", - "group": "1_vrdevs@2" - }, { - "command": "vrdev.package.delete", - "when": "viewItem =~ /vrdev:element:kind:package\\b/", - "group": "inline@95" - }, { + "title": "Open Workflow Schema", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/circuit-board.svg", + "light": "assets/icons/light/circuit-board.svg" + } + }, + { "command": "vrdev.package.delete", - "when": "viewItem =~ /vrdev:element:kind:package\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.open.action", - "when": "viewItem =~ /vrdev:element:kind:actions\\b/", - "group": "inline@95" - }, { + "title": "Delete", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/trash.svg", + "light": "assets/icons/light/trash.svg" + } + }, + { + "command": "vrdev.change.profile", + "title": "Change Active Profile", + "category": "vRealize" + }, + { "command": "vrdev.open.action", - "when": "viewItem =~ /vrdev:element:kind:actions\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.open.workflow", - "when": "viewItem =~ /vrdev:element:kind:workflows\\b/", - "group": "inline@95" - }, { + "title": "Open vRO Action", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/search.svg", + "light": "assets/icons/light/search.svg" + } + }, + { "command": "vrdev.open.workflow", - "when": "viewItem =~ /vrdev:element:kind:workflows\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.open.config", - "when": "viewItem =~ /vrdev:element:kind:configs\\b/", - "group": "inline@95" - }, { + "title": "Open vRO Workflow", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/search.svg", + "light": "assets/icons/light/search.svg" + } + }, + { "command": "vrdev.open.config", - "when": "viewItem =~ /vrdev:element:kind:configs\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.open.resource", - "when": "viewItem =~ /vrdev:element:kind:resources\\b/", - "group": "inline@95" - }, { + "title": "Open vRO Configuration", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/search.svg", + "light": "assets/icons/light/search.svg" + } + }, + { "command": "vrdev.open.resource", - "when": "viewItem =~ /vrdev:element:kind:resources\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.views.properties.copy", - "when": "viewItem =~ /vrdev:element:kind:property\\b(?!.*?\\+multi\\b)\\b/", - "group": "inline@95" - }, { - "command": "vrdev.views.properties.copy", - "when": "viewItem =~ /vrdev:element:kind:property\\b(?!.*?\\+multi\\b)\\b/", - "group": "1_vrdevs@1" - }, { - "command": "vrdev.blueprint.create", - "when": "viewItem =~ /vrdev:element:kind:blueprint\\b/", - "group": "inline@95" - }, { - "command": "vrdev.blueprint.create", - "when": "viewItem =~ /vrdev:element:kind:blueprint\\b/", - "group": "1_vrdevs@1" - }], - "editor/title": [{ - "when": "resourceLangId == javascript || resourceLangId == typescript", + "title": "Open vRO Resource", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/search.svg", + "light": "assets/icons/light/search.svg" + } + }, + { + "command": "vrdev.new.project", + "title": "New Project", + "category": "vRealize" + }, + { "command": "vrdev.run.action", - "group": "navigation" - }, { - "when": "resourceLangId == yaml", + "title": "Run vRO Action", + "category": "vRealize", + "icon": { + "light": "assets/icons/light/zap.svg", + "dark": "assets/icons/dark/zap.svg" + } + }, + { + "command": "vrdev.toggle.typescript", + "title": "Toggle TypeScript Support (Experimental)", + "category": "vRealize" + }, + { + "command": "vrdev.vra.auth.configure", + "title": "Configure vRA Authentication", + "category": "vRealize" + }, + { + "command": "vrdev.blueprint.create", + "title": "Create vRA Blueprint", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/circuit-board.svg", + "light": "assets/icons/light/circuit-board.svg" + } + }, + { "command": "vrdev.blueprint.upload", - "group": "navigation" - }, { - "when": "resourceLangId == yaml", + "title": "Upload vRA Blueprint", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/circuit-board.svg", + "light": "assets/icons/light/circuit-board.svg" + } + }, + { + "command": "vrdev.blueprint.fetch", + "title": "Fetch vRA Blueprint", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/circuit-board.svg", + "light": "assets/icons/light/circuit-board.svg" + } + }, + { "command": "vrdev.blueprint.deploy", - "group": "navigation" - }], - "commandPalette": [{ - "command": "vrdev.fetchRemoteElement", - "when": "false" - }, { - "command": "vrdev.workflow.fetchSchema", - "when": "false" - }, { - "command": "vrdev.package.delete", - "when": "false" - }, { - "command": "vrdev.views.properties.show", - "when": "false" - }, { - "command": "vrdev.views.properties.copy", - "when": "false" - }, { - "command": "vrdev.views.properties.locateItem", - "when": "false" - }, { - "command": "vrdev.views.explorer.revealItem", - "when": "false" - }, { - "command": "vrdev.views.explorer.refresh", - "when": "false" - }] - }, - "taskDefinitions": [{ - "type": "vRealize", - "required": ["label", "command"], - "properties": { - "label": { - "type": "string" + "title": "Deploy vRA Blueprint", + "category": "vRealize", + "icon": { + "dark": "assets/icons/dark/circuit-board.svg", + "light": "assets/icons/light/circuit-board.svg" + } + } + ], + "menus": { + "view/title": [ + { + "when": "view =~ /^vrdev\\.views\\.explorer/", + "command": "vrdev.views.explorer.refresh", + "group": "navigation@1" }, - "command": { - "type": "string", - "description": "The command to execute" + { + "when": "!vrdev:properties:empty && view =~ /^vrdev\\.views\\.properties/", + "command": "vrdev.views.properties.locateItem", + "group": "navigation@1" + } + ], + "view/item/context": [ + { + "command": "vrdev.fetchRemoteElement", + "when": "viewItem =~ /vrdev:element:kind:(action|workflow|config|resource)\\b/", + "group": "inline@98" + }, + { + "command": "vrdev.fetchRemoteElement", + "when": "viewItem =~ /vrdev:element:kind:(action|workflow|config|resource)\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.workflow.fetchSchema", + "when": "viewItem =~ /vrdev:element:kind:workflow\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.workflow.fetchSchema", + "when": "viewItem =~ /vrdev:element:kind:workflow\\b/", + "group": "1_vrdevs@2" + }, + { + "command": "vrdev.package.delete", + "when": "viewItem =~ /vrdev:element:kind:package\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.package.delete", + "when": "viewItem =~ /vrdev:element:kind:package\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.open.action", + "when": "viewItem =~ /vrdev:element:kind:actions\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.open.action", + "when": "viewItem =~ /vrdev:element:kind:actions\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.open.workflow", + "when": "viewItem =~ /vrdev:element:kind:workflows\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.open.workflow", + "when": "viewItem =~ /vrdev:element:kind:workflows\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.open.config", + "when": "viewItem =~ /vrdev:element:kind:configs\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.open.config", + "when": "viewItem =~ /vrdev:element:kind:configs\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.open.resource", + "when": "viewItem =~ /vrdev:element:kind:resources\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.open.resource", + "when": "viewItem =~ /vrdev:element:kind:resources\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.views.properties.copy", + "when": "viewItem =~ /vrdev:element:kind:property\\b(?!.*?\\+multi\\b)\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.views.properties.copy", + "when": "viewItem =~ /vrdev:element:kind:property\\b(?!.*?\\+multi\\b)\\b/", + "group": "1_vrdevs@1" + }, + { + "command": "vrdev.blueprint.create", + "when": "viewItem =~ /vrdev:element:kind:blueprint\\b/", + "group": "inline@95" + }, + { + "command": "vrdev.blueprint.create", + "when": "viewItem =~ /vrdev:element:kind:blueprint\\b/", + "group": "1_vrdevs@1" + } + ], + "editor/title": [ + { + "when": "resourceLangId == javascript || resourceLangId == typescript", + "command": "vrdev.run.action", + "group": "navigation" + }, + { + "when": "resourceLangId == yaml", + "command": "vrdev.blueprint.upload", + "group": "navigation" + }, + { + "when": "resourceLangId == yaml", + "command": "vrdev.blueprint.deploy", + "group": "navigation" + } + ], + "commandPalette": [ + { + "command": "vrdev.fetchRemoteElement", + "when": "false" + }, + { + "command": "vrdev.workflow.fetchSchema", + "when": "false" + }, + { + "command": "vrdev.package.delete", + "when": "false" + }, + { + "command": "vrdev.views.properties.show", + "when": "false" + }, + { + "command": "vrdev.views.properties.copy", + "when": "false" + }, + { + "command": "vrdev.views.properties.locateItem", + "when": "false" + }, + { + "command": "vrdev.views.explorer.revealItem", + "when": "false" + }, + { + "command": "vrdev.views.explorer.refresh", + "when": "false" + } + ] + }, + "taskDefinitions": [ + { + "type": "vRealize", + "required": [ + "label", + "command" + ], + "properties": { + "label": { + "type": "string" + }, + "command": { + "type": "string", + "description": "The command to execute" + } } } - }], + ], "configuration": { "type": "object", "title": "vRealize Developer Tools", "properties": { "vrdev.log": { "type": "string", - "enum": ["off", "info", "debug"], + "enum": [ + "off", + "info", + "debug" + ], "default": "info", "description": "Enables logging of the vRealize Developer Tools to the OUTPUT panel. This log can be used to diagnose vRealize Developer Tools issues. The log may contain file paths, source code, and other potentially sensitive information from your project." }, "vrdev.trace": { "type": "string", - "enum": ["off", "messages", "verbose"], + "enum": [ + "off", + "messages", + "verbose" + ], "default": "off", "description": "Enables tracing of messages exchanged between the vRealize Developer Tools extension and the vRO language server. This trace can be used to diagnose extension issues. The trace may contain file paths, source code, and other potentially sensitive information from your project." }, @@ -379,7 +481,10 @@ }, "vrdev.vra.auth.type": { "type": "string", - "enum": ["refresh_token", "password"], + "enum": [ + "refresh_token", + "password" + ], "description": "Method for authetication towards vRealize Automation 8", "scope": "window" }, @@ -404,8 +509,16 @@ "vrdev.views.explorer.actions.layout": { "type": "string", "default": "compact", - "enum": ["tree", "compact", "flat"], - "enumDescriptions": ["Displays action packages as a tree", "Displays action packages as a tree, but flattens any folders that have no children", "Displays action packages as a list"], + "enum": [ + "tree", + "compact", + "flat" + ], + "enumDescriptions": [ + "Displays action packages as a tree", + "Displays action packages as a tree, but flattens any folders that have no children", + "Displays action packages as a list" + ], "markdownDescription": "Specifies how the _Explorer_ view will display vRO action packages", "scope": "window" }, @@ -417,13 +530,16 @@ } } }, - "snippets": [{ - "language": "javascript", - "path": "./extension/snippets/vro.json" - }, { - "language": "yaml", - "path": "./extension/snippets/vra-blueprint.json" - }] + "snippets": [ + { + "language": "javascript", + "path": "./extension/snippets/vro.json" + }, + { + "language": "yaml", + "path": "./extension/snippets/vra-blueprint.json" + } + ] }, "devDependencies": { "@types/adm-zip": "^0.4.33", @@ -503,9 +619,11 @@ "glob-stream": "^7.0.0", "ansi-regex": "^5.0.1" }, - "workspaces": ["packages/node/*"], + "workspaces": [ + "packages/node/*" + ], "scripts": { "preinstall": "node build/preinstall.js", "vscode:prepublish": "webpack --mode production --config ./extension/webpack.config.js && webpack --mode production --config ./packages/node/vro-language-server/webpack.config.js" } -} \ No newline at end of file +} diff --git a/packages/node/vrdt-common/package.json b/packages/node/vrdt-common/package.json index e715f272..ac9a15e3 100644 --- a/packages/node/vrdt-common/package.json +++ b/packages/node/vrdt-common/package.json @@ -1,6 +1,6 @@ { "name": "@vmware/vrdt-common", - "version": "2.5.2", + "version": "2.5.3", "description": "", "license": "MIT", "homepage": "https://github.com/vmware/vrealize-developer-tools", diff --git a/packages/node/vro-language-server/package.json b/packages/node/vro-language-server/package.json index 49d17bc9..73fa3393 100644 --- a/packages/node/vro-language-server/package.json +++ b/packages/node/vro-language-server/package.json @@ -1,6 +1,6 @@ { "name": "@vmware/vro-language-server", - "version": "2.5.2", + "version": "2.5.3", "description": "", "license": "MIT", "homepage": "https://github.com/vmware/vrealize-developer-tools",