From fcbf71d0d312657d33306bcb6b48f0091a4dfda6 Mon Sep 17 00:00:00 2001 From: llibarona <llibarona@salesforce.com> Date: Mon, 14 Feb 2022 11:10:02 -0300 Subject: [PATCH 1/2] prepare release with 5.0.1 --- package-lock.json | 6 +++--- package.json | 18 +++++++++--------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6809eb3..35c6370 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "@aml-org/als-node-client": { - "version": "5.0.0-2-1", - "resolved": "https://registry.npmjs.org/@aml-org/als-node-client/-/als-node-client-5.0.0-2-1.tgz", - "integrity": "sha512-+QAAZjEkd78vjaZbMkxakm3rEqMMIpvbbpT+FHzMBd3ttWg1A1gdPnxy8RltKJZlMB5cePUS6Om/K/lkCcZ4rw==", + "version": "5.0.1-RC", + "resolved": "https://registry.npmjs.org/@aml-org/als-node-client/-/als-node-client-5.0.1-RC.tgz", + "integrity": "sha512-ZWtAtiugpNkhHMTpslbMwen4fq03KDbzhWYkUavVwDsBk6ceUSbd+3uTsesHnmzPif+2vt8LVpIHr8eDBsyGIA==", "requires": { "@aml-org/amf-custom-validator": "1.0.0", "@aml-org/amf-custom-validator-web": "1.0.0", diff --git a/package.json b/package.json index 55b6635..6fa8884 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "AML support", "description": "", "publisher": "MuleSoftInc", - "version": "0.4.1", + "version": "0.4.2", "engines": { "vscode": "^1.52.0" }, @@ -258,37 +258,37 @@ "menus": { "explorer/context": [ { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.renameFile", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.serialization", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.conversion", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.setMainFile", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.registerProfile", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.unregisterProfile", "group": "7_modification" }, { - "when": "resourceLangId == aml", + "when": "resourceLangId == aml || resourceLangId == aml-json", "command": "als.registerSemantic", "group": "7_modification" } @@ -313,7 +313,7 @@ } }, "dependencies": { - "@aml-org/als-node-client": "5.0.0-2-1", + "@aml-org/als-node-client": "5.0.1-RC", "@types/mocha": "^8.2.1", "@types/node": "^11.15.20", "@types/vscode": "1.52.0", From 49d92cf8a60a4e4943a4233a521494ca1b40a483 Mon Sep 17 00:00:00 2001 From: llibarona <llibarona@salesforce.com> Date: Mon, 14 Feb 2022 14:01:41 -0300 Subject: [PATCH 2/2] publish ALS 5.0.1 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 35c6370..31fcaab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,13 +1,13 @@ { "name": "aml-vscode", - "version": "0.4.1", + "version": "0.4.2", "lockfileVersion": 1, "requires": true, "dependencies": { "@aml-org/als-node-client": { - "version": "5.0.1-RC", - "resolved": "https://registry.npmjs.org/@aml-org/als-node-client/-/als-node-client-5.0.1-RC.tgz", - "integrity": "sha512-ZWtAtiugpNkhHMTpslbMwen4fq03KDbzhWYkUavVwDsBk6ceUSbd+3uTsesHnmzPif+2vt8LVpIHr8eDBsyGIA==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@aml-org/als-node-client/-/als-node-client-5.0.1.tgz", + "integrity": "sha512-SbezWH1iN8lolOos3+aI8nNYB+x44ApvxFpFrrmqi7OZFaLlL4dr3SHUPxqMrIOKwP0IZPnW14rWa7d/EPYrmQ==", "requires": { "@aml-org/amf-custom-validator": "1.0.0", "@aml-org/amf-custom-validator-web": "1.0.0", diff --git a/package.json b/package.json index 6fa8884..6fe98dd 100644 --- a/package.json +++ b/package.json @@ -313,7 +313,7 @@ } }, "dependencies": { - "@aml-org/als-node-client": "5.0.1-RC", + "@aml-org/als-node-client": "5.0.1", "@types/mocha": "^8.2.1", "@types/node": "^11.15.20", "@types/vscode": "1.52.0",