openfin-cli
Advanced tools
Comparing version 2.0.2 to 2.0.3
'use strict'; | ||
var configBuilder = require('openfin-config-builder'), | ||
{ connect } = require('hadouken-js-adapter'), | ||
{ launch } = require('hadouken-js-adapter'), | ||
path = require('path'), | ||
@@ -59,8 +59,8 @@ fs = require('fs'), | ||
const manifestUrl = isURL(config) ? config : path.resolve(config); | ||
const fin = await connect({ | ||
await launch({ | ||
uuid: 'openfin-cli-server-connection', | ||
manifestUrl, | ||
nonPersistent: true | ||
nonPersistent: true, | ||
installerUI: true | ||
}); | ||
fin.once('disconnected', process.exit); | ||
} catch (err) { | ||
@@ -67,0 +67,0 @@ console.error(err); |
{ | ||
"name": "openfin-cli", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "OpenFin Runtime cli tool", | ||
@@ -28,3 +28,2 @@ "homepage": "http://www.openfin.co", | ||
"openfin-config-builder": "latest", | ||
"openfin-installer": "latest", | ||
"request": "^2.87.0" | ||
@@ -31,0 +30,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4
20910
- Removedopenfin-installer@latest
- Removedcamelcase@1.2.1(transitive)
- Removedcamelcase-keys@1.0.0(transitive)
- Removedget-stdin@4.0.1(transitive)
- Removedindent-string@1.2.2(transitive)
- Removedis-finite@1.1.0(transitive)
- Removedmeow@2.1.0(transitive)
- Removedminimist@1.2.8(transitive)
- Removedobject-assign@2.1.1(transitive)
- Removedopenfin-installer@0.1.2(transitive)
- Removedq@1.5.1(transitive)
- Removedrepeating@1.1.3(transitive)