From 58a8ade7e390c2fa0ac26f2225185bc5494665fe Mon Sep 17 00:00:00 2001 From: kruplm <73655443+kruplm@users.noreply.github.com> Date: Tue, 9 May 2023 16:53:56 +0200 Subject: [PATCH] v0.1.0-alpha.2 (#217) * NODE_AUTH_TOKEN whoami (#47) * chore(shell-js): Bump versions * chore(shell-js): Add Pre-requisites to README --- src/shell/js/composeui-node-launcher-example/package.json | 2 +- src/shell/js/composeui-node-launcher/README.md | 8 +++++++- src/shell/js/composeui-node-launcher/package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/shell/js/composeui-node-launcher-example/package.json b/src/shell/js/composeui-node-launcher-example/package.json index 3f524dad5..e016d1e4a 100644 --- a/src/shell/js/composeui-node-launcher-example/package.json +++ b/src/shell/js/composeui-node-launcher-example/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-node-launcher-example", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "private": true, "description": "Example usage of @morgan-stanley/composeui-node-launcher-example", "main": "example.js", diff --git a/src/shell/js/composeui-node-launcher/README.md b/src/shell/js/composeui-node-launcher/README.md index 84a0e84ec..59f74eeed 100644 --- a/src/shell/js/composeui-node-launcher/README.md +++ b/src/shell/js/composeui-node-launcher/README.md @@ -2,6 +2,12 @@ # @morgan-stanley/composeui-node-launcher +## Pre-requisites + +### For the shell: +* [.Net Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x64-installer) +* [Edge WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section) + ## Library The library enables you to dynamically set properties for your window in your javascript code. @@ -43,7 +49,7 @@ In order to set an icon for your application, set the _icon_ property when creat ## CLI -The CLI enables you to execute your app with compose by executing the following command: +The CLI enables you to execute your app with ComposeUI by executing the following command: ``` composeui myapp.js diff --git a/src/shell/js/composeui-node-launcher/package.json b/src/shell/js/composeui-node-launcher/package.json index a1fcc25af..4f29ce2b9 100644 --- a/src/shell/js/composeui-node-launcher/package.json +++ b/src/shell/js/composeui-node-launcher/package.json @@ -1,6 +1,6 @@ { "name": "@morgan-stanley/composeui-node-launcher", - "version": "0.1.0-alpha.1", + "version": "0.1.0-alpha.2", "private": false, "description": "Package to launch ComposeUI from Node.js", "main": "output/index.js",