Skip to content

Commit

Permalink
v0.1.0-alpha.2 (#217)
Browse files Browse the repository at this point in the history
* NODE_AUTH_TOKEN whoami (#47)

* chore(shell-js): Bump versions

* chore(shell-js): Add Pre-requisites to README
  • Loading branch information
kruplm authored May 9, 2023
1 parent b81b947 commit 58a8ade
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher-example/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 7 additions & 1 deletion src/shell/js/composeui-node-launcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/shell/js/composeui-node-launcher/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 58a8ade

Please sign in to comment.