Skip to content

Commit 58a8ade

Browse files
authored
v0.1.0-alpha.2 (#217)
* NODE_AUTH_TOKEN whoami (#47) * chore(shell-js): Bump versions * chore(shell-js): Add Pre-requisites to README
1 parent b81b947 commit 58a8ade

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

src/shell/js/composeui-node-launcher-example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/composeui-node-launcher-example",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"private": true,
55
"description": "Example usage of @morgan-stanley/composeui-node-launcher-example",
66
"main": "example.js",

src/shell/js/composeui-node-launcher/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
# @morgan-stanley/composeui-node-launcher
44

5+
## Pre-requisites
6+
7+
### For the shell:
8+
* [.Net Runtime](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.16-windows-x64-installer)
9+
* [Edge WebView2 Runtime](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section)
10+
511
## Library
612

713
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
4349

4450
## CLI
4551

46-
The CLI enables you to execute your app with compose by executing the following command:
52+
The CLI enables you to execute your app with ComposeUI by executing the following command:
4753

4854
```
4955
composeui myapp.js

src/shell/js/composeui-node-launcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@morgan-stanley/composeui-node-launcher",
3-
"version": "0.1.0-alpha.1",
3+
"version": "0.1.0-alpha.2",
44
"private": false,
55
"description": "Package to launch ComposeUI from Node.js",
66
"main": "output/index.js",

0 commit comments

Comments
 (0)