From fd1de532bdc5ad347c25abeb6bae1e0eaafec234 Mon Sep 17 00:00:00 2001 From: peterhnm Date: Wed, 8 Nov 2023 12:06:22 +0100 Subject: [PATCH] chore: update miranum-modeler description --- apps/miranum-config-editor/package.json | 115 ++++++++++++------------ apps/miranum-modeler/package.json | 6 +- 2 files changed, 61 insertions(+), 60 deletions(-) diff --git a/apps/miranum-config-editor/package.json b/apps/miranum-config-editor/package.json index b6d68473..bd4b12e6 100644 --- a/apps/miranum-config-editor/package.json +++ b/apps/miranum-config-editor/package.json @@ -1,62 +1,63 @@ { - "name": "miranum-config-editor", - "displayName": "Miranum Config Editor", - "description": "This extension provides an editor for process configurations.", - "preview": true, - "version": "0.1.0", - "license": "Apache-2.0", - "publisher": "miragon-gmbh", - "homepage": "https://www.miranum.io/", - "icon": "assets/miranum_logo.png", - "galleryBanner": { - "color": "#F0F8FF", - "theme": "light" - }, - "repository": { - "type": "git", - "url": "https://github.com/Miragon/miranum-ide.git" - }, - "bugs": { - "url": "https://github.com/Miragon/miranum-ide/issues" - }, - "engines": { - "vscode": "^1.76.0" - }, - "categories": [ - "Other" - ], - "keywords": [ - "Mirnaum", - "Configuration" - ], - "main": "main.js", - "activationEvents": [], - "contributes": { - "customEditors": [ - { - "viewType": "miranum.configEditor", - "displayName": "Miranum Config Editor", - "selector": [ - { - "filenamePattern": "*.*.config.json" - }, - { - "filenamePattern": "*.*config.json" - } - ], - "priority": "default" - } + "name": "miranum-config-editor", + "displayName": "Miranum Config Editor", + "description": "This extension provides an editor for process configurations.", + "preview": true, + "version": "0.1.0", + "license": "Apache-2.0", + "publisher": "miragon-gmbh", + "homepage": "https://www.miranum.io/", + "icon": "assets/miranum_logo.png", + "galleryBanner": { + "color": "#F0F8FF", + "theme": "light" + }, + "repository": { + "type": "git", + "url": "https://github.com/Miragon/miranum-ide.git" + }, + "bugs": { + "url": "https://github.com/Miragon/miranum-ide/issues" + }, + "engines": { + "vscode": "^1.76.0" + }, + "categories": [ + "Other" + ], + "keywords": [ + "Mirnaum", + "Configuration", + "JSON Form" + ], + "main": "main.js", + "activationEvents": [], + "contributes": { + "customEditors": [ + { + "viewType": "miranum.configEditor", + "displayName": "Miranum Config Editor", + "selector": [ + { + "filenamePattern": "*.*.config.json" + }, + { + "filenamePattern": "*.*config.json" + } ], - "configuration": { - "title": "MiranumConfigEditor", - "properties": { - "miranumIDE.configEditor.basePath": { - "scope": "application", - "type": "string", - "description": "Enter the path to your schema and ui-schema files.", - "pattern": "^(.+)\/([^\/]+)$" - } - } + "priority": "default" + } + ], + "configuration": { + "title": "MiranumConfigEditor", + "properties": { + "miranumIDE.configEditor.basePath": { + "scope": "application", + "type": "string", + "description": "Enter the path to your schema and ui-schema files.", + "pattern": "^(.+)\/([^\/]+)$" } + } } + } } diff --git a/apps/miranum-modeler/package.json b/apps/miranum-modeler/package.json index 19fe9457..67ffaf11 100644 --- a/apps/miranum-modeler/package.json +++ b/apps/miranum-modeler/package.json @@ -1,7 +1,7 @@ { "name": "vs-code-bpmn-modeler", "displayName": "Miranum: Camunda Modeler", - "description": "Create and edit BPMN 2.0 Diagrams for Camunda 7 and Camunda 8 inside VS Code.", + "description": "Create and edit BPMN 2.0 and DMN Diagrams for Camunda 7 and Camunda 8 with VS Code.", "license": "SEE LICENSE IN LICENSE", "version": "0.1.0", "publisher": "miragon-gmbh", @@ -40,12 +40,12 @@ "keywords": [ "BPMN", "DMN", + "bpmn.io", "Modeler", "Camunda", "Automation", "business process", - "decision table", - "bpmn.io" + "decision table" ], "activationEvents": [ "onCustomEditor:bpmn-modeler",