From b514ef49ae2068ce014157d2d3ae76451d077991 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Thu, 11 Jan 2024 19:50:07 +0000 Subject: [PATCH] bump version to v34 --- .../create-window-js/package.json | 42 ++-- .../package.json | 42 ++-- .../use-window-options-js/package.json | 42 ++-- .../container-platform-starter/package.json | 44 ++-- .../public/manifest.fin.json | 84 +++---- how-to/create-window/package.json | 46 ++-- how-to/create-window/public/app.fin.json | 54 ++--- how-to/create-window/public/manifest.fin.json | 68 +++--- how-to/integration-excel/package.json | 60 ++--- .../public/manifest.fin.json | 216 +++++++++-------- .../public/second.manifest.fin.json | 44 ++-- .../package.json | 38 +-- .../public/manifest.fin.json | 92 +++---- .../public/second.manifest.fin.json | 46 ++-- .../issue-commands-to-a-platform/package.json | 46 ++-- .../public/manifest.fin.json | 26 +- .../public/platform.fin.json | 22 +- .../use-content-creation-rules/package.json | 46 ++-- .../public/manifest.fin.json | 200 +++++++-------- .../use-dynamic-manifest/basic/package.json | 54 ++--- .../setup-multi-platform-interop/package.json | 48 ++-- .../public/manifest.fin.json | 96 ++++---- .../public/second.manifest.fin.json | 100 ++++---- .../use-launch-external-process/package.json | 48 ++-- .../public/manifest.fin.json | 68 +++--- how-to/use-logging-apis/package.json | 72 +++--- .../use-logging-apis/public/manifest.fin.json | 48 ++-- .../warn-before-closing-dialog/package.json | 44 ++-- .../public/manifest.fin.json | 228 +++++++++--------- how-to/use-popup-window/advanced/package.json | 48 ++-- .../advanced/public/manifest.fin.json | 68 +++--- how-to/use-popup-window/modal/package.json | 48 ++-- .../modal/public/manifest.fin.json | 68 +++--- .../multiple-results/package.json | 48 ++-- .../multiple-results/public/manifest.fin.json | 68 +++--- .../single-result/package.json | 48 ++-- .../single-result/public/manifest.fin.json | 68 +++--- how-to/use-preloads/basic/package.json | 46 ++-- .../basic/public/manifest.fin.json | 106 ++++---- .../restart-on-refresh/package.json | 46 ++-- .../public/manifest.fin.json | 82 +++---- how-to/use-security-realms/package.json | 46 ++-- .../use-security-realms/public/app.fin.json | 36 +-- .../public/manifest.fin.json | 88 +++---- .../public/uat/app.fin.json | 66 ++--- .../public/uat/manifest.fin.json | 88 +++---- how-to/use-window-options/package.json | 46 ++-- .../public/manifest.fin.json | 36 +-- package.json | 116 ++++----- 49 files changed, 1675 insertions(+), 1655 deletions(-) diff --git a/how-to/automation-testing/create-window-js/package.json b/how-to/automation-testing/create-window-js/package.json index 59a74f7e..01e369fe 100644 --- a/how-to/automation-testing/create-window-js/package.json +++ b/how-to/automation-testing/create-window-js/package.json @@ -1,22 +1,22 @@ { - "name": "automation-testing-create-window-js", - "version": "1.0.0", - "description": "OpenFin Container Starter Automation Tests", - "scripts": { - "build": "echo Nothing to build", - "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", - "setup": "npm install && npm run build", - "validate": "npm --prefix ../../../ run validate" - }, - "author": "ameet.jayawant@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/automation-cli": "^1.0.13", - "@openfin/automation-helpers": "^1.0.13", - "@openfin/automation-native": "^1.0.13", - "chai": "4.3.7", - "mochawesome": "7.1.3", - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11" - } -} + "name": "automation-testing-create-window-js", + "version": "1.0.0", + "description": "OpenFin Container Starter Automation Tests", + "scripts": { + "build": "echo Nothing to build", + "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", + "setup": "npm install && npm run build", + "validate": "npm --prefix ../../../ run validate" + }, + "author": "ameet.jayawant@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/automation-cli": "^1.0.13", + "@openfin/automation-helpers": "^1.0.13", + "@openfin/automation-native": "^1.0.13", + "chai": "4.3.7", + "mochawesome": "7.1.3", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/automation-testing/use-launch-external-process-js/package.json b/how-to/automation-testing/use-launch-external-process-js/package.json index 3083b63a..2301e564 100644 --- a/how-to/automation-testing/use-launch-external-process-js/package.json +++ b/how-to/automation-testing/use-launch-external-process-js/package.json @@ -1,22 +1,22 @@ { - "name": "automation-testing-use-window-options-js", - "version": "1.0.0", - "description": "OpenFin Container Starter Automation Tests", - "scripts": { - "build": "echo Nothing to build", - "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", - "setup": "npm install && npm run build", - "validate": "npm --prefix ../../../ run validate" - }, - "author": "ameet.jayawant@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/automation-cli": "^1.0.13", - "@openfin/automation-helpers": "^1.0.13", - "@openfin/automation-native": "^1.0.13", - "chai": "4.3.7", - "mochawesome": "7.1.3", - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11" - } -} + "name": "automation-testing-use-window-options-js", + "version": "1.0.0", + "description": "OpenFin Container Starter Automation Tests", + "scripts": { + "build": "echo Nothing to build", + "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", + "setup": "npm install && npm run build", + "validate": "npm --prefix ../../../ run validate" + }, + "author": "ameet.jayawant@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/automation-cli": "^1.0.13", + "@openfin/automation-helpers": "^1.0.13", + "@openfin/automation-native": "^1.0.13", + "chai": "4.3.7", + "mochawesome": "7.1.3", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/automation-testing/use-window-options-js/package.json b/how-to/automation-testing/use-window-options-js/package.json index 86fe2190..5aba744c 100644 --- a/how-to/automation-testing/use-window-options-js/package.json +++ b/how-to/automation-testing/use-window-options-js/package.json @@ -1,22 +1,22 @@ { - "name": "automation-testing-use-launch-external-process-js", - "version": "1.0.0", - "description": "OpenFin Container Starter Automation Tests", - "scripts": { - "build": "echo Nothing to build", - "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", - "setup": "npm install && npm run build", - "validate": "npm --prefix ../../../ run validate" - }, - "author": "ameet.jayawant@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/automation-cli": "^1.0.13", - "@openfin/automation-helpers": "^1.0.13", - "@openfin/automation-native": "^1.0.13", - "chai": "4.3.7", - "mochawesome": "7.1.3", - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11" - } -} + "name": "automation-testing-use-launch-external-process-js", + "version": "1.0.0", + "description": "OpenFin Container Starter Automation Tests", + "scripts": { + "build": "echo Nothing to build", + "test-local-mocha": "of-automation http://localhost:5050/manifest.fin.json ./tests/**/*.spec.js --reporter ./mocha.reporter.json", + "setup": "npm install && npm run build", + "validate": "npm --prefix ../../../ run validate" + }, + "author": "ameet.jayawant@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/automation-cli": "^1.0.13", + "@openfin/automation-helpers": "^1.0.13", + "@openfin/automation-native": "^1.0.13", + "chai": "4.3.7", + "mochawesome": "7.1.3", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/container-platform-starter/package.json b/how-to/container-platform-starter/package.json index b10ccf49..500c51ab 100644 --- a/how-to/container-platform-starter/package.json +++ b/how-to/container-platform-starter/package.json @@ -1,23 +1,23 @@ { - "name": "container-platform-starter", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/container-platform-starter && npm run build" - }, - "license": "ISC", - "devDependencies": { - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "container-platform-starter", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/container-platform-starter && npm run build" + }, + "license": "ISC", + "devDependencies": { + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/container-platform-starter/public/manifest.fin.json b/how-to/container-platform-starter/public/manifest.fin.json index c41ceb00..207b408a 100644 --- a/how-to/container-platform-starter/public/manifest.fin.json +++ b/how-to/container-platform-starter/public/manifest.fin.json @@ -1,43 +1,43 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "enableBeforeUnload": true, - "uuid": "container-platform-starter", - "icon": "http://localhost:5050/favicon.ico", - "autoShow": false, - "providerUrl": "http://localhost:5050/html/provider.html" - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "row", - "content": [ - { - "type": "stack", - "content": [ - { - "type": "component", - "title": "view1", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/common/views/platform/of-info/index.html", - "name": "view1", - "componentName": "view" - } - } - ] - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "enableBeforeUnload": true, + "uuid": "container-platform-starter", + "icon": "http://localhost:5050/favicon.ico", + "autoShow": false, + "providerUrl": "http://localhost:5050/html/provider.html" + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "row", + "content": [ + { + "type": "stack", + "content": [ + { + "type": "component", + "title": "view1", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/common/views/platform/of-info/index.html", + "name": "view1", + "componentName": "view" + } + } + ] + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/create-window/package.json b/how-to/create-window/package.json index 93aa640b..be234692 100644 --- a/how-to/create-window/package.json +++ b/how-to/create-window/package.json @@ -1,24 +1,24 @@ { - "name": "application-window-creation", - "version": "0.0.1", - "description": "A demonstration of how to open openfin application windows", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/create-window && npm run build" - }, - "author": "pj.singh@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "application-window-creation", + "version": "0.0.1", + "description": "A demonstration of how to open openfin application windows", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/create-window && npm run build" + }, + "author": "pj.singh@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/create-window/public/app.fin.json b/how-to/create-window/public/app.fin.json index 40bfabfa..16b90f0c 100644 --- a/how-to/create-window/public/app.fin.json +++ b/how-to/create-window/public/app.fin.json @@ -1,28 +1,28 @@ { - "devtools_port": 9090, - "startup_app": { - "name": "OpenMultipleWindows", - "description": "OpenMultipleWindows", - "url": "http://www.google.com", - "showTaskbarIcon": true, - "taskbarIcon": "http://cdn.openfin.co/hyperblotter/favicon.ico", - "icon": "http://cdn.openfin.co/hyperblotter/favicon.ico", - "uuid": "OpenMultipleWindows", - "autoShow": true, - "contextMenu": true, - "defaultHeight": 500, - "defaultwidth": 500, - "frame": true, - "defaultCentered": true, - "resizable": true - }, - "runtime": { - "arguments": "--enable-crash-reporting --no-sandbox", - "version": "33.116.77.11" - }, - "shortcut": { - "company": "OpenFin", - "description": "Openfin openfin application window Sample", - "name": "Openfin application window" - } -} + "devtools_port": 9090, + "startup_app": { + "name": "OpenMultipleWindows", + "description": "OpenMultipleWindows", + "url": "http://www.google.com", + "showTaskbarIcon": true, + "taskbarIcon": "http://cdn.openfin.co/hyperblotter/favicon.ico", + "icon": "http://cdn.openfin.co/hyperblotter/favicon.ico", + "uuid": "OpenMultipleWindows", + "autoShow": true, + "contextMenu": true, + "defaultHeight": 500, + "defaultwidth": 500, + "frame": true, + "defaultCentered": true, + "resizable": true + }, + "runtime": { + "arguments": "--enable-crash-reporting --no-sandbox", + "version": "34.118.78.77" + }, + "shortcut": { + "company": "OpenFin", + "description": "Openfin openfin application window Sample", + "name": "Openfin application window" + } +} \ No newline at end of file diff --git a/how-to/create-window/public/manifest.fin.json b/how-to/create-window/public/manifest.fin.json index 44df73fc..b6575870 100644 --- a/how-to/create-window/public/manifest.fin.json +++ b/how-to/create-window/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-open-windows", - "autoShow": true, - "icon": "http://localhost:5050/favicon.ico" - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-open-windows", + "autoShow": true, + "icon": "http://localhost:5050/favicon.ico" + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/integration-excel/package.json b/how-to/integration-excel/package.json index 4755fd96..26dba0c8 100644 --- a/how-to/integration-excel/package.json +++ b/how-to/integration-excel/package.json @@ -1,31 +1,31 @@ { - "name": "integration-excel", - "version": "0.0.1", - "description": "A demonstration of how to connect with Excel from OpenFin", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/integration-excel && npm run build" - }, - "author": "martyn.janes@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@finos/fdc3": "^2.0.3", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - }, - "dependencies": { - "@openfin/excel": "^1.4.1", - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11" - } -} + "name": "integration-excel", + "version": "0.0.1", + "description": "A demonstration of how to connect with Excel from OpenFin", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/integration-excel && npm run build" + }, + "author": "martyn.janes@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@finos/fdc3": "^2.0.3", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + }, + "dependencies": { + "@openfin/excel": "^1.4.1", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/integration-excel/public/manifest.fin.json b/how-to/integration-excel/public/manifest.fin.json index c40d3322..efb05577 100644 --- a/how-to/integration-excel/public/manifest.fin.json +++ b/how-to/integration-excel/public/manifest.fin.json @@ -1,107 +1,111 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "integration-excel", - "applicationIcon": "http://localhost:5050/favicon.ico", - "providerUrl": "http://localhost:5050/provider/provider.html", - "autoShow": false, - "permissions": { - "System": { - "launchExternalProcess": true, - "downloadAsset": true, - "openUrlWithBrowser": { - "enabled": true, - "protocols": ["mailto"] - } - } - } - }, - "snapshot": { - "windows": [ - { - "defaultWidth": 600, - "defaultHeight": 600, - "defaultLeft": 0, - "defaultTop": 0, - "saveWindowState": false, - "backgroundThrottling": true, - "layout": { - "content": [ - { - "type": "column", - "id": "mainRow", - "isClosable": true, - "reorderEnabled": true, - "title": "", - "content": [ - { - "type": "stack", - "width": 100, - "isClosable": true, - "reorderEnabled": true, - "title": "", - "activeItemIndex": 0, - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/views/excel.html", - "name": "excel-view", - "fdc3InteropApi": "1.2", - "interop": { - "currentContextGroup": "green" - }, - "permissions": { - "System": { - "launchExternalProcess": true, - "downloadAsset": true, - "openUrlWithBrowser": { - "enabled": true, - "protocols": ["mailto"] - } - } - } - }, - "isClosable": true, - "reorderEnabled": true, - "title": "view" - } - ] - }, - { - "type": "stack", - "width": 100, - "isClosable": true, - "reorderEnabled": true, - "title": "", - "activeItemIndex": 0, - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/views/fdc3monitor.html", - "name": "fdc3-view", - "fdc3InteropApi": "1.2", - "interop": { - "currentContextGroup": "green" - } - }, - "isClosable": true, - "reorderEnabled": true, - "title": "view" - } - ] - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "integration-excel", + "applicationIcon": "http://localhost:5050/favicon.ico", + "providerUrl": "http://localhost:5050/provider/provider.html", + "autoShow": false, + "permissions": { + "System": { + "launchExternalProcess": true, + "downloadAsset": true, + "openUrlWithBrowser": { + "enabled": true, + "protocols": [ + "mailto" + ] + } + } + } + }, + "snapshot": { + "windows": [ + { + "defaultWidth": 600, + "defaultHeight": 600, + "defaultLeft": 0, + "defaultTop": 0, + "saveWindowState": false, + "backgroundThrottling": true, + "layout": { + "content": [ + { + "type": "column", + "id": "mainRow", + "isClosable": true, + "reorderEnabled": true, + "title": "", + "content": [ + { + "type": "stack", + "width": 100, + "isClosable": true, + "reorderEnabled": true, + "title": "", + "activeItemIndex": 0, + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/views/excel.html", + "name": "excel-view", + "fdc3InteropApi": "1.2", + "interop": { + "currentContextGroup": "green" + }, + "permissions": { + "System": { + "launchExternalProcess": true, + "downloadAsset": true, + "openUrlWithBrowser": { + "enabled": true, + "protocols": [ + "mailto" + ] + } + } + } + }, + "isClosable": true, + "reorderEnabled": true, + "title": "view" + } + ] + }, + { + "type": "stack", + "width": 100, + "isClosable": true, + "reorderEnabled": true, + "title": "", + "activeItemIndex": 0, + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/views/fdc3monitor.html", + "name": "fdc3-view", + "fdc3InteropApi": "1.2", + "interop": { + "currentContextGroup": "green" + } + }, + "isClosable": true, + "reorderEnabled": true, + "title": "view" + } + ] + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/integration-excel/public/second.manifest.fin.json b/how-to/integration-excel/public/second.manifest.fin.json index ed4f8efd..65eb26d6 100644 --- a/how-to/integration-excel/public/second.manifest.fin.json +++ b/how-to/integration-excel/public/second.manifest.fin.json @@ -1,22 +1,24 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "integration-excel-tray", - "applicationIcon": "http://localhost:5050/favicon.ico", - "providerUrl": "http://localhost:5050/provider/provider-tray.html", - "autoShow": false, - "permissions": { - "System": { - "launchExternalProcess": true, - "downloadAsset": true, - "openUrlWithBrowser": { - "enabled": true, - "protocols": ["mailto"] - } - } - } - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "integration-excel-tray", + "applicationIcon": "http://localhost:5050/favicon.ico", + "providerUrl": "http://localhost:5050/provider/provider-tray.html", + "autoShow": false, + "permissions": { + "System": { + "launchExternalProcess": true, + "downloadAsset": true, + "openUrlWithBrowser": { + "enabled": true, + "protocols": [ + "mailto" + ] + } + } + } + } +} \ No newline at end of file diff --git a/how-to/use-a-manifest/create-a-single-page-platform/package.json b/how-to/use-a-manifest/create-a-single-page-platform/package.json index 9dd15832..91312bd9 100644 --- a/how-to/use-a-manifest/create-a-single-page-platform/package.json +++ b/how-to/use-a-manifest/create-a-single-page-platform/package.json @@ -1,20 +1,20 @@ { - "name": "create-a-single-page-platform", - "version": "0.0.1", - "description": "A demonstration of a one page platform that can be used as a starting point.", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", - "build-client": "echo Nothing to build", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-a-manifest/create-a-single-page-platform && npm run build" - }, - "author": "john.mandia@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "@openfin/core": "33.77.11" - } -} + "name": "create-a-single-page-platform", + "version": "0.0.1", + "description": "A demonstration of a one page platform that can be used as a starting point.", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", + "build-client": "echo Nothing to build", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-a-manifest/create-a-single-page-platform && npm run build" + }, + "author": "john.mandia@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-a-manifest/create-a-single-page-platform/public/manifest.fin.json b/how-to/use-a-manifest/create-a-single-page-platform/public/manifest.fin.json index a5143644..05840c2f 100644 --- a/how-to/use-a-manifest/create-a-single-page-platform/public/manifest.fin.json +++ b/how-to/use-a-manifest/create-a-single-page-platform/public/manifest.fin.json @@ -1,47 +1,47 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11", - "autoShow": false - }, - "platform": { - "uuid": "how-to-use-a-manifest-create-a-single-page-platform", - "icon": "http://localhost:5050/favicon.ico", - "defaultWindowOptions": { - "stylesheetUrl": "http://localhost:5050/window-override.css" - } - }, - "snapshot": { - "windows": [ - { - "defaultWidth": 800, - "defaultHeight": 600, - "defaultCentered": true, - "saveWindowState": true, - "backgroundThrottling": true, - "layout": { - "content": [ - { - "type": "stack", - "width": 100, - "isClosable": false, - "reorderEnabled": false, - "hasHeaders": false, - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/common/style/style.html" - }, - "title": "view" - } - ] - } - ] - } - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77", + "autoShow": false + }, + "platform": { + "uuid": "how-to-use-a-manifest-create-a-single-page-platform", + "icon": "http://localhost:5050/favicon.ico", + "defaultWindowOptions": { + "stylesheetUrl": "http://localhost:5050/window-override.css" + } + }, + "snapshot": { + "windows": [ + { + "defaultWidth": 800, + "defaultHeight": 600, + "defaultCentered": true, + "saveWindowState": true, + "backgroundThrottling": true, + "layout": { + "content": [ + { + "type": "stack", + "width": 100, + "isClosable": false, + "reorderEnabled": false, + "hasHeaders": false, + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/common/style/style.html" + }, + "title": "view" + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-a-manifest/create-a-single-page-platform/public/second.manifest.fin.json b/how-to/use-a-manifest/create-a-single-page-platform/public/second.manifest.fin.json index 2c681fce..0f30da3b 100644 --- a/how-to/use-a-manifest/create-a-single-page-platform/public/second.manifest.fin.json +++ b/how-to/use-a-manifest/create-a-single-page-platform/public/second.manifest.fin.json @@ -1,24 +1,24 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11", - "autoShow": false - }, - "platform": { - "uuid": "second-how-to-use-a-manifest-create-a-single-page-platform", - "icon": "http://localhost:5050/favicon.ico" - }, - "snapshot": { - "windows": [ - { - "defaultWidth": 800, - "defaultHeight": 600, - "defaultCentered": true, - "saveWindowState": true, - "backgroundThrottling": false, - "url": "http://localhost:5050/common/style/style.html" - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77", + "autoShow": false + }, + "platform": { + "uuid": "second-how-to-use-a-manifest-create-a-single-page-platform", + "icon": "http://localhost:5050/favicon.ico" + }, + "snapshot": { + "windows": [ + { + "defaultWidth": 800, + "defaultHeight": 600, + "defaultCentered": true, + "saveWindowState": true, + "backgroundThrottling": false, + "url": "http://localhost:5050/common/style/style.html" + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-channel-api/issue-commands-to-a-platform/package.json b/how-to/use-channel-api/issue-commands-to-a-platform/package.json index d62103cd..13f3d982 100644 --- a/how-to/use-channel-api/issue-commands-to-a-platform/package.json +++ b/how-to/use-channel-api/issue-commands-to-a-platform/package.json @@ -1,24 +1,24 @@ { - "name": "use-channel-api-issue-commands-to-a-platform", - "version": "0.0.1", - "description": "A demonstration of one app can issue commands to a platform application.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-channel-api/issue-commands-to-a-platform && npm run build" - }, - "author": "john.mandia@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-channel-api-issue-commands-to-a-platform", + "version": "0.0.1", + "description": "A demonstration of one app can issue commands to a platform application.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-channel-api/issue-commands-to-a-platform && npm run build" + }, + "author": "john.mandia@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-channel-api/issue-commands-to-a-platform/public/manifest.fin.json b/how-to/use-channel-api/issue-commands-to-a-platform/public/manifest.fin.json index d6c876d5..b573357d 100644 --- a/how-to/use-channel-api/issue-commands-to-a-platform/public/manifest.fin.json +++ b/how-to/use-channel-api/issue-commands-to-a-platform/public/manifest.fin.json @@ -1,14 +1,14 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "version": "33.116.77.11", - "arguments": "--v=1" - }, - "startup_app": { - "name": "issue-commands-to-platform", - "uuid": "issue-commands-to-platform", - "url": "http://localhost:5050/html/window.html", - "autoShow": true, - "icon": "http://localhost:5050/favicon.ico" - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "version": "34.118.78.77", + "arguments": "--v=1" + }, + "startup_app": { + "name": "issue-commands-to-platform", + "uuid": "issue-commands-to-platform", + "url": "http://localhost:5050/html/window.html", + "autoShow": true, + "icon": "http://localhost:5050/favicon.ico" + } +} \ No newline at end of file diff --git a/how-to/use-channel-api/issue-commands-to-a-platform/public/platform.fin.json b/how-to/use-channel-api/issue-commands-to-a-platform/public/platform.fin.json index c776453e..c1e261be 100644 --- a/how-to/use-channel-api/issue-commands-to-a-platform/public/platform.fin.json +++ b/how-to/use-channel-api/issue-commands-to-a-platform/public/platform.fin.json @@ -1,12 +1,12 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-channel-api-issue-commands-to-a-platform", - "autoShow": true, - "providerUrl": "http://localhost:5050/html/provider.html", - "icon": "http://localhost:5050/favicon.ico" - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-channel-api-issue-commands-to-a-platform", + "autoShow": true, + "providerUrl": "http://localhost:5050/html/provider.html", + "icon": "http://localhost:5050/favicon.ico" + } +} \ No newline at end of file diff --git a/how-to/use-content-creation-rules/package.json b/how-to/use-content-creation-rules/package.json index 7467e30b..76e66ca8 100644 --- a/how-to/use-content-creation-rules/package.json +++ b/how-to/use-content-creation-rules/package.json @@ -1,24 +1,24 @@ { - "name": "use-content-creation-rules", - "version": "0.0.1", - "description": "How to use content creation rules.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/use-content-creation-rules && npm run build" - }, - "author": "@adam-saland", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-content-creation-rules", + "version": "0.0.1", + "description": "How to use content creation rules.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/use-content-creation-rules && npm run build" + }, + "author": "@adam-saland", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-content-creation-rules/public/manifest.fin.json b/how-to/use-content-creation-rules/public/manifest.fin.json index 897f9b4c..366cd798 100644 --- a/how-to/use-content-creation-rules/public/manifest.fin.json +++ b/how-to/use-content-creation-rules/public/manifest.fin.json @@ -1,95 +1,107 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "shortcut": { - "company": "OpenFin", - "description": "Content Creation Rules", - "icon": "http://localhost:5050/favicon.ico", - "name": "Content Creation Rules" - }, - "platform": { - "uuid": "use-content-creation-rules", - "name": "use-content-creation-rules", - "icon": "http://localhost:5050/favicon.ico", - "autoShow": false, - "providerUrl": "http://localhost:5050/html/platform-provider.html", - "waitForPageLoad": false, - "defaultWindowOptions": { - "waitForPageLoad": false, - "url": "http://localhost:5050/html/default-platform-window.html", - "icon": "http://localhost:5050/favicon.ico", - "contextMenu": true, - "defaultWidth": 600, - "defaultHeight": 600, - "defaultLeft": 0, - "defaultTop": 0, - "saveWindowState": false, - "backgroundThrottling": true, - "minHeight": 445, - "minWidth": 308 - }, - "defaultViewOptions": { - "contentCreation": { - "rules": [ - { - "behavior": "view", - "match": ["*://*.google.com/*"] - }, - { - "behavior": "view", - "match": ["*://*.examples.com/category/business/*"] - }, - { - "behavior": "window", - "match": ["*://*.bing.com/*"] - }, - { - "behavior": "window", - "match": ["*://*.examples.com/category/education/*"] - }, - { - "behavior": "browser", - "match": ["*://*.microsoft.com/*"] - }, - { - "behavior": "block", - "match": ["*://*.apple.com/*"] - } - ] - } - }, - "commands": [ - { - "command": "stack.nextTab", - "keys": "Ctrl+Tab" - } - ] - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "name": "component_A1", - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "shortcut": { + "company": "OpenFin", + "description": "Content Creation Rules", + "icon": "http://localhost:5050/favicon.ico", + "name": "Content Creation Rules" + }, + "platform": { + "uuid": "use-content-creation-rules", + "name": "use-content-creation-rules", + "icon": "http://localhost:5050/favicon.ico", + "autoShow": false, + "providerUrl": "http://localhost:5050/html/platform-provider.html", + "waitForPageLoad": false, + "defaultWindowOptions": { + "waitForPageLoad": false, + "url": "http://localhost:5050/html/default-platform-window.html", + "icon": "http://localhost:5050/favicon.ico", + "contextMenu": true, + "defaultWidth": 600, + "defaultHeight": 600, + "defaultLeft": 0, + "defaultTop": 0, + "saveWindowState": false, + "backgroundThrottling": true, + "minHeight": 445, + "minWidth": 308 + }, + "defaultViewOptions": { + "contentCreation": { + "rules": [ + { + "behavior": "view", + "match": [ + "*://*.google.com/*" + ] + }, + { + "behavior": "view", + "match": [ + "*://*.examples.com/category/business/*" + ] + }, + { + "behavior": "window", + "match": [ + "*://*.bing.com/*" + ] + }, + { + "behavior": "window", + "match": [ + "*://*.examples.com/category/education/*" + ] + }, + { + "behavior": "browser", + "match": [ + "*://*.microsoft.com/*" + ] + }, + { + "behavior": "block", + "match": [ + "*://*.apple.com/*" + ] + } + ] + } + }, + "commands": [ + { + "command": "stack.nextTab", + "keys": "Ctrl+Tab" + } + ] + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "name": "component_A1", + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-dynamic-manifest/basic/package.json b/how-to/use-dynamic-manifest/basic/package.json index c426ee89..e35688ab 100644 --- a/how-to/use-dynamic-manifest/basic/package.json +++ b/how-to/use-dynamic-manifest/basic/package.json @@ -1,28 +1,28 @@ { - "name": "use-dynamic-manifest-basic", - "version": "0.0.1", - "description": "A basic demonstration of how to use dynamic manifest", - "main": "index.js", - "scripts": { - "build": "npm run build-server", - "build-server": "tsc --project ./server", - "start": "npm run server", - "server": "node ./server/build/index.js", - "client": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=dev", - "dev": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=dev", - "staging": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=staging", - "kill": "npm --prefix ../../common/ run kill", - "setup": "cd ../../../ && npm install && cd how-to/use-dynamic-manifest/basic && npm run build" - }, - "author": "pj.singh@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "express": "^4.18.2", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-dynamic-manifest-basic", + "version": "0.0.1", + "description": "A basic demonstration of how to use dynamic manifest", + "main": "index.js", + "scripts": { + "build": "npm run build-server", + "build-server": "tsc --project ./server", + "start": "npm run server", + "server": "node ./server/build/index.js", + "client": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=dev", + "dev": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=dev", + "staging": "node ./scripts/launch.mjs http://localhost:5050/manifest?env=staging", + "kill": "npm --prefix ../../common/ run kill", + "setup": "cd ../../../ && npm install && cd how-to/use-dynamic-manifest/basic && npm run build" + }, + "author": "pj.singh@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "express": "^4.18.2", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-interop/setup-multi-platform-interop/package.json b/how-to/use-interop/setup-multi-platform-interop/package.json index c07e7402..ba54aa95 100644 --- a/how-to/use-interop/setup-multi-platform-interop/package.json +++ b/how-to/use-interop/setup-multi-platform-interop/package.json @@ -1,25 +1,25 @@ { - "name": "setup-cross-platform-interop", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-interop/setup-multi-platform-interop && npm run build" - }, - "author": "adam.saland@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "setup-cross-platform-interop", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "secondclient": "node ./scripts/launch.mjs http://localhost:5050/second.manifest.fin.json", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-interop/setup-multi-platform-interop && npm run build" + }, + "author": "adam.saland@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-interop/setup-multi-platform-interop/public/manifest.fin.json b/how-to/use-interop/setup-multi-platform-interop/public/manifest.fin.json index 7ade4fc7..df21a2d0 100644 --- a/how-to/use-interop/setup-multi-platform-interop/public/manifest.fin.json +++ b/how-to/use-interop/setup-multi-platform-interop/public/manifest.fin.json @@ -1,49 +1,49 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "platform-1", - "icon": "https://openfin.github.io/golden-prototype/favicon.ico", - "autoShow": false, - "providerUrl": "http://localhost:5050/html/provider.html", - "apiDiagnostics": false, - "defaultWindowOptions": { - "url": "http://localhost:5050/html/window.html", - "contextMenu": true, - "defaultWidth": 600, - "defaultHeight": 600, - "defaultLeft": 0, - "defaultTop": 0, - "saveWindowState": false, - "showBackgroundImages": true, - "backgroundThrottling": true, - "minHeight": 445, - "minWidth": 354 - } - }, - "snapshot": { - "windows": [ - { - "name": "window1", - "layout": { - "content": [ - { - "type": "row", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "url": "https://samples.openfin.co/dev-extensions/extensions/v1.0.0/interop/interop-api/context/interop-broadcast-view.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "platform-1", + "icon": "https://openfin.github.io/golden-prototype/favicon.ico", + "autoShow": false, + "providerUrl": "http://localhost:5050/html/provider.html", + "apiDiagnostics": false, + "defaultWindowOptions": { + "url": "http://localhost:5050/html/window.html", + "contextMenu": true, + "defaultWidth": 600, + "defaultHeight": 600, + "defaultLeft": 0, + "defaultTop": 0, + "saveWindowState": false, + "showBackgroundImages": true, + "backgroundThrottling": true, + "minHeight": 445, + "minWidth": 354 + } + }, + "snapshot": { + "windows": [ + { + "name": "window1", + "layout": { + "content": [ + { + "type": "row", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "url": "https://samples.openfin.co/dev-extensions/extensions/v1.0.0/interop/interop-api/context/interop-broadcast-view.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-interop/setup-multi-platform-interop/public/second.manifest.fin.json b/how-to/use-interop/setup-multi-platform-interop/public/second.manifest.fin.json index 1a7daaed..d09864e5 100644 --- a/how-to/use-interop/setup-multi-platform-interop/public/second.manifest.fin.json +++ b/how-to/use-interop/setup-multi-platform-interop/public/second.manifest.fin.json @@ -1,51 +1,51 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "platform-2", - "icon": "https://openfin.github.io/golden-prototype/favicon.ico", - "autoShow": false, - "apiDiagnostics": false, - "defaultWindowOptions": { - "url": "http://localhost:5050/html/window.html", - "contextMenu": true, - "defaultWidth": 600, - "defaultHeight": 600, - "defaultLeft": 0, - "defaultTop": 0, - "saveWindowState": false, - "showBackgroundImages": true, - "backgroundThrottling": true, - "minHeight": 445, - "minWidth": 354 - }, - "defaultViewOptions": { - "fdc3InteropApi": "1.2" - } - }, - "snapshot": { - "windows": [ - { - "name": "view", - "layout": { - "content": [ - { - "type": "row", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "url": "https://samples.openfin.co/dev-extensions/extensions/v1.0.0/interop/fdc3/context/fdc3-broadcast-view.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "platform-2", + "icon": "https://openfin.github.io/golden-prototype/favicon.ico", + "autoShow": false, + "apiDiagnostics": false, + "defaultWindowOptions": { + "url": "http://localhost:5050/html/window.html", + "contextMenu": true, + "defaultWidth": 600, + "defaultHeight": 600, + "defaultLeft": 0, + "defaultTop": 0, + "saveWindowState": false, + "showBackgroundImages": true, + "backgroundThrottling": true, + "minHeight": 445, + "minWidth": 354 + }, + "defaultViewOptions": { + "fdc3InteropApi": "1.2" + } + }, + "snapshot": { + "windows": [ + { + "name": "view", + "layout": { + "content": [ + { + "type": "row", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "url": "https://samples.openfin.co/dev-extensions/extensions/v1.0.0/interop/fdc3/context/fdc3-broadcast-view.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-launch-external-process/package.json b/how-to/use-launch-external-process/package.json index 2f1685f9..4532c39e 100644 --- a/how-to/use-launch-external-process/package.json +++ b/how-to/use-launch-external-process/package.json @@ -1,25 +1,25 @@ { - "name": "launch-external-process", - "version": "0.0.1", - "description": "An example of how to use launch external process", - "main": "index.js", - "scripts": { - "dos": "node ./scripts/dos.mjs && node ./scripts/kill.mjs", - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/use-launch-external-process && npm run build" - }, - "author": "@adam-saland", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "launch-external-process", + "version": "0.0.1", + "description": "An example of how to use launch external process", + "main": "index.js", + "scripts": { + "dos": "node ./scripts/dos.mjs && node ./scripts/kill.mjs", + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/use-launch-external-process && npm run build" + }, + "author": "@adam-saland", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-launch-external-process/public/manifest.fin.json b/how-to/use-launch-external-process/public/manifest.fin.json index 926aa2b2..3ab2ff37 100644 --- a/how-to/use-launch-external-process/public/manifest.fin.json +++ b/how-to/use-launch-external-process/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "runtime": { - "version": "33.116.77.11" - }, - "startup_app": { - "name": "launch-app-asset", - "url": "http://localhost:5050/app.html", - "uuid": "launch-app-asset", - "icon": "http://localhost:5050/common/images/icon-blue.png", - "autoShow": true, - "saveWindowState": true, - "permissions": { - "System": { - "launchExternalProcess": true, - "terminateExternalProcess": true, - "downloadAsset": true - } - } - }, - "appAssets": [ - { - "src": "http://localhost:5050/assets/openfin-dotnet-example.zip", - "version": "3.1", - "alias": "of-dotnet-example", - "target": "DotNetCore.exe", - "mandatory": true - } - ], - "shortcut": { - "company": "OpenFin", - "description": "Launch App Asset", - "icon": "http://localhost:5050/common/images/icon-blue.png", - "name": "Launch App Asset" - } -} + "runtime": { + "version": "34.118.78.77" + }, + "startup_app": { + "name": "launch-app-asset", + "url": "http://localhost:5050/app.html", + "uuid": "launch-app-asset", + "icon": "http://localhost:5050/common/images/icon-blue.png", + "autoShow": true, + "saveWindowState": true, + "permissions": { + "System": { + "launchExternalProcess": true, + "terminateExternalProcess": true, + "downloadAsset": true + } + } + }, + "appAssets": [ + { + "src": "http://localhost:5050/assets/openfin-dotnet-example.zip", + "version": "3.1", + "alias": "of-dotnet-example", + "target": "DotNetCore.exe", + "mandatory": true + } + ], + "shortcut": { + "company": "OpenFin", + "description": "Launch App Asset", + "icon": "http://localhost:5050/common/images/icon-blue.png", + "name": "Launch App Asset" + } +} \ No newline at end of file diff --git a/how-to/use-logging-apis/package.json b/how-to/use-logging-apis/package.json index a545f969..ceabb9ce 100644 --- a/how-to/use-logging-apis/package.json +++ b/how-to/use-logging-apis/package.json @@ -1,37 +1,37 @@ { - "name": "use-logging-apis", - "version": "0.0.1", - "description": "A demonstration of how to use logging apis", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "server": "node ./server/build/index.js", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build-server": "tsc --project ./server", - "build": "npm run build-client && npm run build-server", - "start": "npm run server", - "setup": "cd ../../ && npm install && cd how-to/use-logging-apis && npm run build" - }, - "author": "martyn.janes@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/core": "33.77.11", - "@types/multer": "^1.4.7", - "@types/node": "^20.4.1", - "body-parser": "^1.20.2", - "express": "^4.18.2", - "@openfin/node-adapter": "33.77.11", - "source-map-loader": "^4.0.1", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - }, - "dependencies": { - "connect-busboy": "^1.0.0", - "multer": "^1.4.5-lts.1", - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11" - } -} + "name": "use-logging-apis", + "version": "0.0.1", + "description": "A demonstration of how to use logging apis", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "server": "node ./server/build/index.js", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build-server": "tsc --project ./server", + "build": "npm run build-client && npm run build-server", + "start": "npm run server", + "setup": "cd ../../ && npm install && cd how-to/use-logging-apis && npm run build" + }, + "author": "martyn.janes@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/core": "34.78.77", + "@types/multer": "^1.4.7", + "@types/node": "^20.4.1", + "body-parser": "^1.20.2", + "express": "^4.18.2", + "@openfin/node-adapter": "34.78.77", + "source-map-loader": "^4.0.1", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + }, + "dependencies": { + "connect-busboy": "^1.0.0", + "multer": "^1.4.5-lts.1", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-logging-apis/public/manifest.fin.json b/how-to/use-logging-apis/public/manifest.fin.json index 247c50e9..1392712f 100644 --- a/how-to/use-logging-apis/public/manifest.fin.json +++ b/how-to/use-logging-apis/public/manifest.fin.json @@ -1,25 +1,25 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", - "startup_app": { - "name": "use-application-logging", - "uuid": "use-application-logging", - "description": "An example of using application logging", - "url": "http://localhost:5050/html/app.html", - "icon": "http://localhost:5050/favicon.ico", - "autoShow": true, - "defaultWidth": 1200, - "defaultHeight": 800, - "defaultCentered": true, - "minWidth": 800, - "minHeight": 400, - "enableAppLogging": true, - "logManagement": { - "enabled": true, - "url": "http://localhost:5050" - } - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", + "startup_app": { + "name": "use-application-logging", + "uuid": "use-application-logging", + "description": "An example of using application logging", + "url": "http://localhost:5050/html/app.html", + "icon": "http://localhost:5050/favicon.ico", + "autoShow": true, + "defaultWidth": 1200, + "defaultHeight": 800, + "defaultCentered": true, + "minWidth": 800, + "minHeight": 400, + "enableAppLogging": true, + "logManagement": { + "enabled": true, + "url": "http://localhost:5050" + } + } +} \ No newline at end of file diff --git a/how-to/use-platform/warn-before-closing-dialog/package.json b/how-to/use-platform/warn-before-closing-dialog/package.json index 32e8ea16..0c1fe410 100644 --- a/how-to/use-platform/warn-before-closing-dialog/package.json +++ b/how-to/use-platform/warn-before-closing-dialog/package.json @@ -1,23 +1,23 @@ { - "name": "warn-before-closing-dialog", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-platform/warn-before-closing-dialog && npm run build" - }, - "license": "ISC", - "devDependencies": { - "@openfin/core": "33.77.11", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "warn-before-closing-dialog", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-platform/warn-before-closing-dialog && npm run build" + }, + "license": "ISC", + "devDependencies": { + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/use-platform/warn-before-closing-dialog/public/manifest.fin.json b/how-to/use-platform/warn-before-closing-dialog/public/manifest.fin.json index 0a7d290d..fb63d1b1 100644 --- a/how-to/use-platform/warn-before-closing-dialog/public/manifest.fin.json +++ b/how-to/use-platform/warn-before-closing-dialog/public/manifest.fin.json @@ -1,115 +1,115 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "enableBeforeUnload": true, - "uuid": "platform-warn", - "icon": "https://openfin.github.io/golden-prototype/favicon.ico", - "autoShow": false, - "providerUrl": "http://localhost:5050/html/provider.html", - "apiDiagnostics": false, - "defaultWindowOptions": { - "contextMenu": true, - "defaultWidth": 900, - "defaultHeight": 900, - "defaultLeft": 0, - "defaultTop": 0, - "saveWindowState": false, - "backgroundThrottling": true, - "minHeight": 445, - "minWidth": 354, - "defaultCentered": true - } - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "column", - "id": "no-drop-target", - "content": [ - { - "type": "row", - "content": [ - { - "type": "stack", - "content": [ - { - "type": "component", - "title": "view1", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/html/view.html?title=view1", - "name": "view1", - "backgroundThrottling": true, - "componentName": "view" - } - } - ] - }, - { - "type": "stack", - "content": [ - { - "type": "component", - "title": "view3", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/html/view.html?title=view3", - "name": "view3", - "backgroundThrottling": true, - "componentName": "view" - } - } - ] - } - ] - }, - { - "type": "row", - "content": [ - { - "type": "stack", - "content": [ - { - "type": "component", - "title": "view2", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/html/view.html?title=view2", - "name": "view2", - "componentName": "view" - } - } - ] - }, - { - "type": "stack", - "content": [ - { - "type": "component", - "title": "view4", - "componentName": "view", - "componentState": { - "url": "http://localhost:5050/html/view.html?title=view4", - "name": "view4", - "backgroundThrottling": true, - "componentName": "view" - } - } - ] - } - ] - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "enableBeforeUnload": true, + "uuid": "platform-warn", + "icon": "https://openfin.github.io/golden-prototype/favicon.ico", + "autoShow": false, + "providerUrl": "http://localhost:5050/html/provider.html", + "apiDiagnostics": false, + "defaultWindowOptions": { + "contextMenu": true, + "defaultWidth": 900, + "defaultHeight": 900, + "defaultLeft": 0, + "defaultTop": 0, + "saveWindowState": false, + "backgroundThrottling": true, + "minHeight": 445, + "minWidth": 354, + "defaultCentered": true + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "column", + "id": "no-drop-target", + "content": [ + { + "type": "row", + "content": [ + { + "type": "stack", + "content": [ + { + "type": "component", + "title": "view1", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/html/view.html?title=view1", + "name": "view1", + "backgroundThrottling": true, + "componentName": "view" + } + } + ] + }, + { + "type": "stack", + "content": [ + { + "type": "component", + "title": "view3", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/html/view.html?title=view3", + "name": "view3", + "backgroundThrottling": true, + "componentName": "view" + } + } + ] + } + ] + }, + { + "type": "row", + "content": [ + { + "type": "stack", + "content": [ + { + "type": "component", + "title": "view2", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/html/view.html?title=view2", + "name": "view2", + "componentName": "view" + } + } + ] + }, + { + "type": "stack", + "content": [ + { + "type": "component", + "title": "view4", + "componentName": "view", + "componentState": { + "url": "http://localhost:5050/html/view.html?title=view4", + "name": "view4", + "backgroundThrottling": true, + "componentName": "view" + } + } + ] + } + ] + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/advanced/package.json b/how-to/use-popup-window/advanced/package.json index ac7081f1..9742421a 100644 --- a/how-to/use-popup-window/advanced/package.json +++ b/how-to/use-popup-window/advanced/package.json @@ -1,25 +1,25 @@ { - "name": "use-popup-window-advanced", - "version": "0.0.1", - "description": "A demonstration that shows how to use an existing window as a popup.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/advanced && npm run build" - }, - "author": "connor.mccafferty@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/core": "33.77.11", - "@types/node": "^20.4.1", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "use-popup-window-advanced", + "version": "0.0.1", + "description": "A demonstration that shows how to use an existing window as a popup.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/advanced && npm run build" + }, + "author": "connor.mccafferty@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/core": "34.78.77", + "@types/node": "^20.4.1", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/advanced/public/manifest.fin.json b/how-to/use-popup-window/advanced/public/manifest.fin.json index 12c5a687..c933b7fc 100644 --- a/how-to/use-popup-window/advanced/public/manifest.fin.json +++ b/how-to/use-popup-window/advanced/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-popup-window-advanced", - "autoShow": true - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-popup-window-advanced", + "autoShow": true + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/modal/package.json b/how-to/use-popup-window/modal/package.json index acbee9c1..873ad386 100644 --- a/how-to/use-popup-window/modal/package.json +++ b/how-to/use-popup-window/modal/package.json @@ -1,25 +1,25 @@ { - "name": "use-popup-window-modal", - "version": "0.0.1", - "description": "A demonstration of a modal popup window.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/modal && npm run build" - }, - "author": "connor.mccafferty@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/core": "33.77.11", - "@types/node": "^20.4.1", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "use-popup-window-modal", + "version": "0.0.1", + "description": "A demonstration of a modal popup window.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/modal && npm run build" + }, + "author": "connor.mccafferty@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/core": "34.78.77", + "@types/node": "^20.4.1", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/modal/public/manifest.fin.json b/how-to/use-popup-window/modal/public/manifest.fin.json index f0b7886f..cde5b9ca 100644 --- a/how-to/use-popup-window/modal/public/manifest.fin.json +++ b/how-to/use-popup-window/modal/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-popup-window-modal", - "autoShow": true - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-popup-window-modal", + "autoShow": true + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/multiple-results/package.json b/how-to/use-popup-window/multiple-results/package.json index 305b1c88..5ba65ba9 100644 --- a/how-to/use-popup-window/multiple-results/package.json +++ b/how-to/use-popup-window/multiple-results/package.json @@ -1,25 +1,25 @@ { - "name": "use-popup-window-multiple-results", - "version": "0.0.1", - "description": "A demonstration of a popup window that can return multiple results.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/multiple-results && npm run build" - }, - "author": "connor.mccafferty@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/core": "33.77.11", - "@types/node": "^20.4.1", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "use-popup-window-multiple-results", + "version": "0.0.1", + "description": "A demonstration of a popup window that can return multiple results.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-popup-window/multiple-results && npm run build" + }, + "author": "connor.mccafferty@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/core": "34.78.77", + "@types/node": "^20.4.1", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/multiple-results/public/manifest.fin.json b/how-to/use-popup-window/multiple-results/public/manifest.fin.json index fc8432b7..b0c9558f 100644 --- a/how-to/use-popup-window/multiple-results/public/manifest.fin.json +++ b/how-to/use-popup-window/multiple-results/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-popup-window-multiple-results", - "autoShow": true - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-popup-window-multiple-results", + "autoShow": true + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/single-result/package.json b/how-to/use-popup-window/single-result/package.json index 4cbab8b4..ec1d499d 100644 --- a/how-to/use-popup-window/single-result/package.json +++ b/how-to/use-popup-window/single-result/package.json @@ -1,25 +1,25 @@ { - "name": "use-popup-window-single-result", - "version": "0.0.1", - "description": "A demonstration of a single use popup window.", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-poupup-window/single-result && npm run build" - }, - "author": "connor.mccafferty@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/core": "33.77.11", - "@types/node": "^20.4.1", - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4" - } -} + "name": "use-popup-window-single-result", + "version": "0.0.1", + "description": "A demonstration of a single use popup window.", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-poupup-window/single-result && npm run build" + }, + "author": "connor.mccafferty@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/core": "34.78.77", + "@types/node": "^20.4.1", + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4" + } +} \ No newline at end of file diff --git a/how-to/use-popup-window/single-result/public/manifest.fin.json b/how-to/use-popup-window/single-result/public/manifest.fin.json index b1bee337..595b4b9c 100644 --- a/how-to/use-popup-window/single-result/public/manifest.fin.json +++ b/how-to/use-popup-window/single-result/public/manifest.fin.json @@ -1,35 +1,35 @@ { - "licenseKey": "openfin-demo-license-key", - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-popup-window-single-result", - "autoShow": true - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "licenseKey": "openfin-demo-license-key", + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-popup-window-single-result", + "autoShow": true + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-preloads/basic/package.json b/how-to/use-preloads/basic/package.json index 4ee4b8b4..d0e8e1cc 100644 --- a/how-to/use-preloads/basic/package.json +++ b/how-to/use-preloads/basic/package.json @@ -1,24 +1,24 @@ { - "name": "use-preloads-hello-world", - "version": "0.0.1", - "description": "A demonstration of how to configure preload scripts", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-preloads/basic && npm run build" - }, - "author": "john.mandia@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-preloads-hello-world", + "version": "0.0.1", + "description": "A demonstration of how to configure preload scripts", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-preloads/basic && npm run build" + }, + "author": "john.mandia@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-preloads/basic/public/manifest.fin.json b/how-to/use-preloads/basic/public/manifest.fin.json index fa3844cd..d71ac1d3 100644 --- a/how-to/use-preloads/basic/public/manifest.fin.json +++ b/how-to/use-preloads/basic/public/manifest.fin.json @@ -1,54 +1,54 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-preloads-hello-world", - "autoShow": true, - "icon": "http://localhost:5050/favicon.ico", - "preloadScripts": [ - { - "url": "http://localhost:5050/js/preload-platform.bundle.js" - } - ], - "defaultWindowOptions": { - "preloadScripts": [ - { - "url": "http://localhost:5050/js/preload-window.bundle.js" - } - ] - }, - "defaultViewOptions": { - "preloadScripts": [ - { - "url": "http://localhost:5050/js/preload-view.bundle.js" - } - ] - } - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-preloads-hello-world", + "autoShow": true, + "icon": "http://localhost:5050/favicon.ico", + "preloadScripts": [ + { + "url": "http://localhost:5050/js/preload-platform.bundle.js" + } + ], + "defaultWindowOptions": { + "preloadScripts": [ + { + "url": "http://localhost:5050/js/preload-window.bundle.js" + } + ] + }, + "defaultViewOptions": { + "preloadScripts": [ + { + "url": "http://localhost:5050/js/preload-view.bundle.js" + } + ] + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-preloads/restart-on-refresh/package.json b/how-to/use-preloads/restart-on-refresh/package.json index ad00b5d3..78b59b2a 100644 --- a/how-to/use-preloads/restart-on-refresh/package.json +++ b/how-to/use-preloads/restart-on-refresh/package.json @@ -1,24 +1,24 @@ { - "name": "use-preloads-restart-on-refresh", - "version": "0.0.1", - "description": "A demonstration of how to configure preload scripts to restart on refresh of a view", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../../ && npm install && cd how-to/use-preloads/restart-on-refresh && npm run build" - }, - "author": "john.mandia@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-preloads-restart-on-refresh", + "version": "0.0.1", + "description": "A demonstration of how to configure preload scripts to restart on refresh of a view", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../../ && npm install && cd how-to/use-preloads/restart-on-refresh && npm run build" + }, + "author": "john.mandia@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-preloads/restart-on-refresh/public/manifest.fin.json b/how-to/use-preloads/restart-on-refresh/public/manifest.fin.json index 87deaeab..f9331816 100644 --- a/how-to/use-preloads/restart-on-refresh/public/manifest.fin.json +++ b/how-to/use-preloads/restart-on-refresh/public/manifest.fin.json @@ -1,42 +1,42 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "platform": { - "uuid": "how-to-use-preloads-restart-on-refresh", - "autoShow": false, - "icon": "http://localhost:5050/favicon.ico", - "defaultViewOptions": { - "preloadScripts": [ - { - "url": "http://localhost:5050/js/preload-view.bundle.js" - } - ] - } - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "https://www.google.com/search?q=openfin+preload+scripts" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "platform": { + "uuid": "how-to-use-preloads-restart-on-refresh", + "autoShow": false, + "icon": "http://localhost:5050/favicon.ico", + "defaultViewOptions": { + "preloadScripts": [ + { + "url": "http://localhost:5050/js/preload-view.bundle.js" + } + ] + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "https://www.google.com/search?q=openfin+preload+scripts" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-security-realms/package.json b/how-to/use-security-realms/package.json index 6b1115ab..45823671 100755 --- a/how-to/use-security-realms/package.json +++ b/how-to/use-security-realms/package.json @@ -1,24 +1,24 @@ { - "name": "use-security-realms", - "version": "0.0.1", - "description": "A demonstration of how to use OpenFin security realms with native applications", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/use-security-realms && npm run build" - }, - "author": "adam.saland@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-security-realms", + "version": "0.0.1", + "description": "A demonstration of how to use OpenFin security realms with native applications", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/use-security-realms && npm run build" + }, + "author": "adam.saland@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-security-realms/public/app.fin.json b/how-to/use-security-realms/public/app.fin.json index e5344671..9df50066 100644 --- a/how-to/use-security-realms/public/app.fin.json +++ b/how-to/use-security-realms/public/app.fin.json @@ -1,19 +1,19 @@ { - "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", - "runtime": { - "version": "33.116.77.11", - "arguments": "--v=1 --security-realm=PROD-MAIN" - }, - "shortcut": { - "company": "OpenFin", - "description": "PROD Main Application", - "icon": "http://localhost:5050/favicon.ico", - "name": "PROD Main Application" - }, - "startup_app": { - "name": "prod-main-application", - "uuid": "prod-main-application", - "url": "http://localhost:5050/html/app.html", - "autoShow": true - } -} + "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", + "runtime": { + "version": "34.118.78.77", + "arguments": "--v=1 --security-realm=PROD-MAIN" + }, + "shortcut": { + "company": "OpenFin", + "description": "PROD Main Application", + "icon": "http://localhost:5050/favicon.ico", + "name": "PROD Main Application" + }, + "startup_app": { + "name": "prod-main-application", + "uuid": "prod-main-application", + "url": "http://localhost:5050/html/app.html", + "autoShow": true + } +} \ No newline at end of file diff --git a/how-to/use-security-realms/public/manifest.fin.json b/how-to/use-security-realms/public/manifest.fin.json index ee3f0cfe..63ed7556 100644 --- a/how-to/use-security-realms/public/manifest.fin.json +++ b/how-to/use-security-realms/public/manifest.fin.json @@ -1,45 +1,45 @@ { - "runtime": { - "arguments": "--v=1 --inspect --security-realm=PROD-MAIN", - "version": "33.116.77.11" - }, - "shortcut": { - "company": "OpenFin", - "description": "PROD Main Platform", - "icon": "http://localhost:5050/favicon.ico", - "name": "PROD Main Platform" - }, - "platform": { - "uuid": "prod-main-platform", - "autoShow": false, - "permissions": { - "System": { - "launchExternalProcess": true - } - } - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/view-app.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect --security-realm=PROD-MAIN", + "version": "34.118.78.77" + }, + "shortcut": { + "company": "OpenFin", + "description": "PROD Main Platform", + "icon": "http://localhost:5050/favicon.ico", + "name": "PROD Main Platform" + }, + "platform": { + "uuid": "prod-main-platform", + "autoShow": false, + "permissions": { + "System": { + "launchExternalProcess": true + } + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/view-app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-security-realms/public/uat/app.fin.json b/how-to/use-security-realms/public/uat/app.fin.json index 257968b2..194262cb 100644 --- a/how-to/use-security-realms/public/uat/app.fin.json +++ b/how-to/use-security-realms/public/uat/app.fin.json @@ -1,34 +1,34 @@ { - "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", - "runtime": { - "version": "33.116.77.11", - "arguments": "--v=1 --security-realm=UAT-MAIN" - }, - "shortcut": { - "company": "OpenFin", - "description": "UAT Main Application", - "icon": "http://localhost:5050/favicon.ico", - "name": "UAT Main Application" - }, - "startup_app": { - "name": "uat-main-application", - "uuid": "uat-main-application", - "url": "http://localhost:5050/html/app.html", - "autoShow": true, - "permissions": { - "System": { - "launchExternalProcess": true, - "downloadAsset": true - } - } - }, - "appAssets": [ - { - "src": "http://localhost:5050/assets/UseSecurityRealms.zip", - "version": "0.0.0.1", - "alias": "security-realms-native", - "target": "UseSecurityRealms.exe", - "mandatory": true - } - ] -} + "licenseKey": "64605fac-add3-48a0-8710-64b38e96a2dd", + "runtime": { + "version": "34.118.78.77", + "arguments": "--v=1 --security-realm=UAT-MAIN" + }, + "shortcut": { + "company": "OpenFin", + "description": "UAT Main Application", + "icon": "http://localhost:5050/favicon.ico", + "name": "UAT Main Application" + }, + "startup_app": { + "name": "uat-main-application", + "uuid": "uat-main-application", + "url": "http://localhost:5050/html/app.html", + "autoShow": true, + "permissions": { + "System": { + "launchExternalProcess": true, + "downloadAsset": true + } + } + }, + "appAssets": [ + { + "src": "http://localhost:5050/assets/UseSecurityRealms.zip", + "version": "0.0.0.1", + "alias": "security-realms-native", + "target": "UseSecurityRealms.exe", + "mandatory": true + } + ] +} \ No newline at end of file diff --git a/how-to/use-security-realms/public/uat/manifest.fin.json b/how-to/use-security-realms/public/uat/manifest.fin.json index 2e600cb8..2b88b915 100644 --- a/how-to/use-security-realms/public/uat/manifest.fin.json +++ b/how-to/use-security-realms/public/uat/manifest.fin.json @@ -1,45 +1,45 @@ { - "runtime": { - "arguments": "--v=1 --inspect --security-realm=UAT-MAIN", - "version": "33.116.77.11" - }, - "shortcut": { - "company": "OpenFin", - "description": "UAT Main Platform", - "icon": "http://localhost:5050/favicon.ico", - "name": "UAT Main Platform" - }, - "platform": { - "uuid": "uat-main-platform", - "autoShow": false, - "permissions": { - "System": { - "launchExternalProcess": true - } - } - }, - "snapshot": { - "windows": [ - { - "layout": { - "content": [ - { - "type": "stack", - "id": "no-drop-target", - "content": [ - { - "type": "component", - "componentName": "view", - "componentState": { - "processAffinity": "ps_1", - "url": "http://localhost:5050/html/app.html" - } - } - ] - } - ] - } - } - ] - } -} + "runtime": { + "arguments": "--v=1 --inspect --security-realm=UAT-MAIN", + "version": "34.118.78.77" + }, + "shortcut": { + "company": "OpenFin", + "description": "UAT Main Platform", + "icon": "http://localhost:5050/favicon.ico", + "name": "UAT Main Platform" + }, + "platform": { + "uuid": "uat-main-platform", + "autoShow": false, + "permissions": { + "System": { + "launchExternalProcess": true + } + } + }, + "snapshot": { + "windows": [ + { + "layout": { + "content": [ + { + "type": "stack", + "id": "no-drop-target", + "content": [ + { + "type": "component", + "componentName": "view", + "componentState": { + "processAffinity": "ps_1", + "url": "http://localhost:5050/html/app.html" + } + } + ] + } + ] + } + } + ] + } +} \ No newline at end of file diff --git a/how-to/use-window-options/package.json b/how-to/use-window-options/package.json index ceaad6a5..7c53aedc 100644 --- a/how-to/use-window-options/package.json +++ b/how-to/use-window-options/package.json @@ -1,24 +1,24 @@ { - "name": "use-window-options", - "version": "0.0.1", - "description": "A demonstration of the different options available when opening windows", - "main": "index.js", - "scripts": { - "kill": "node ./scripts/kill.mjs", - "client": "node ./scripts/launch.mjs", - "build-client": "webpack build --config ./client/webpack.config.js --mode=development", - "build": "npm run build-client", - "start": "npx --yes http-server ./public -p 5050 -c-1", - "setup": "cd ../../ && npm install && cd how-to/use-window-options && npm run build" - }, - "author": "martyn.janes@openfin.co", - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "@openfin/node-adapter": "33.77.11", - "ts-loader": "^9.4.4", - "typescript": "^5.1.6", - "webpack": "^5.88.1", - "webpack-cli": "^5.1.4", - "@openfin/core": "33.77.11" - } -} + "name": "use-window-options", + "version": "0.0.1", + "description": "A demonstration of the different options available when opening windows", + "main": "index.js", + "scripts": { + "kill": "node ./scripts/kill.mjs", + "client": "node ./scripts/launch.mjs", + "build-client": "webpack build --config ./client/webpack.config.js --mode=development", + "build": "npm run build-client", + "start": "npx --yes http-server ./public -p 5050 -c-1", + "setup": "cd ../../ && npm install && cd how-to/use-window-options && npm run build" + }, + "author": "martyn.janes@openfin.co", + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "@openfin/node-adapter": "34.78.77", + "ts-loader": "^9.4.4", + "typescript": "^5.1.6", + "webpack": "^5.88.1", + "webpack-cli": "^5.1.4", + "@openfin/core": "34.78.77" + } +} \ No newline at end of file diff --git a/how-to/use-window-options/public/manifest.fin.json b/how-to/use-window-options/public/manifest.fin.json index 8f93a4fb..2c2e016f 100644 --- a/how-to/use-window-options/public/manifest.fin.json +++ b/how-to/use-window-options/public/manifest.fin.json @@ -1,19 +1,19 @@ { - "runtime": { - "arguments": "--v=1 --inspect", - "version": "33.116.77.11" - }, - "startup_app": { - "name": "use-window-options", - "uuid": "use-window-options", - "description": "A guide to OpenFin Window Development", - "url": "http://localhost:5050/html/app.html", - "icon": "http://localhost:5050/favicon.ico", - "autoShow": true, - "defaultWidth": 1200, - "defaultHeight": 800, - "defaultCentered": true, - "minWidth": 800, - "minHeight": 400 - } -} + "runtime": { + "arguments": "--v=1 --inspect", + "version": "34.118.78.77" + }, + "startup_app": { + "name": "use-window-options", + "uuid": "use-window-options", + "description": "A guide to OpenFin Window Development", + "url": "http://localhost:5050/html/app.html", + "icon": "http://localhost:5050/favicon.ico", + "autoShow": true, + "defaultWidth": 1200, + "defaultHeight": 800, + "defaultCentered": true, + "minWidth": 800, + "minHeight": 400 + } +} \ No newline at end of file diff --git a/package.json b/package.json index 2be9c791..7d3d6d36 100644 --- a/package.json +++ b/package.json @@ -1,58 +1,60 @@ { - "name": "openfin-container-starter", - "version": "33.77.11", - "description": "OpenFin Container Starter", - "scripts": { - "build": "npm run build --workspaces", - "package-how-tos": "node ./scripts/package.js --legacy", - "package": "node ./scripts/package.js", - "package-for-github": "node ./scripts/package.js --location github", - "package-for-aws": "node ./scripts/package.js --location aws", - "prettier": "prettier --config .prettierrc --write .", - "eslint": "node --max-old-space-size=5120 ./node_modules/eslint/bin/eslint . --ext .js,.mjs,.ts", - "start": "echo You must be in a folder for a specific how-to to use npm run start e.g. ./how-to/create-window", - "markdownlint": "markdownlint **/*.md --ignore **/node_modules/**", - "validate": "npm run prettier & npm run eslint & npm run markdownlint", - "list-update-packages": "npx --yes npm-check-updates --deep > updatable-packages.txt", - "update-packages": "npx --yes npm-check-updates --upgrade --deep -x @openfin/core,openfin-adapter,eslint-plugin-import", - "remove-packages": "npx --yes rimraf --glob **/node_modules && npx rimraf ./package-lock.json", - "common-update": "node ./scripts/common-update.mjs" - }, - "workspaces": [ - "how-to/**" - ], - "packageExclude": [], - "packageCustomFolder": "", - "contributors": [ - "adam.saland@openfin.co", - "connor.mccafferty@openfin.co", - "john.mandia@openfin.co", - "martyn.janes@openfin.co", - "pj.singh@openfin.co" - ], - "license": "SEE LICENSE IN LICENSE.MD", - "devDependencies": { - "eslint": "8.53.0", - "eslint-config-airbnb": "19.0.4", - "eslint-config-airbnb-typescript": "17.1.0", - "eslint-config-prettier": "9.0.0", - "eslint-plugin-import": "2.26.0", - "eslint-plugin-jsdoc": "46.9.0", - "eslint-plugin-prettier": "5.0.1", - "eslint-plugin-promise": "6.1.1", - "eslint-plugin-simple-import-sort": "10.0.0", - "eslint-plugin-unicorn": "49.0.0", - "eslint-plugin-unused-imports": "3.0.0", - "fast-glob": "3.3.2", - "fs-extra": "11.1.1", - "markdownlint-cli": "0.37.0", - "prettier": "3.1.0", - "replace-in-file": "7.0.2", - "yargs": "17.7.2" - }, - "overrides": { - "parse-bmfont-xml": { - "xml2js": "0.5.0" - } - } -} + "name": "openfin-container-starter", + "version": "34.78.77", + "description": "OpenFin Container Starter", + "scripts": { + "build": "npm run build --workspaces", + "package-how-tos": "node ./scripts/package.js --legacy", + "package": "node ./scripts/package.js", + "package-for-github": "node ./scripts/package.js --location github", + "package-for-aws": "node ./scripts/package.js --location aws", + "prettier": "prettier --config .prettierrc --write .", + "eslint": "node --max-old-space-size=5120 ./node_modules/eslint/bin/eslint . --ext .js,.mjs,.ts", + "start": "echo You must be in a folder for a specific how-to to use npm run start e.g. ./how-to/create-window", + "markdownlint": "markdownlint **/*.md --ignore **/node_modules/**", + "validate": "npm run prettier & npm run eslint & npm run markdownlint", + "list-update-packages": "npx --yes npm-check-updates --deep > updatable-packages.txt", + "update-packages": "npx --yes npm-check-updates --upgrade --deep -x @openfin/core,openfin-adapter,eslint-plugin-import", + "remove-packages": "npx --yes rimraf --glob **/node_modules && npx rimraf ./package-lock.json", + "common-update": "node ./scripts/common-update.mjs" + }, + "workspaces": [ + "how-to/**" + ], + "packageExclude": [], + "packageCustomFolder": "", + "contributors": [ + "adam.saland@openfin.co", + "connor.mccafferty@openfin.co", + "john.mandia@openfin.co", + "martyn.janes@openfin.co", + "pj.singh@openfin.co" + ], + "license": "SEE LICENSE IN LICENSE.MD", + "devDependencies": { + "eslint": "8.53.0", + "eslint-config-airbnb": "19.0.4", + "eslint-config-airbnb-typescript": "17.1.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-import": "2.26.0", + "eslint-plugin-jsdoc": "46.9.0", + "eslint-plugin-prettier": "5.0.1", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-simple-import-sort": "10.0.0", + "eslint-plugin-unicorn": "49.0.0", + "eslint-plugin-unused-imports": "3.0.0", + "fast-glob": "3.3.2", + "fs-extra": "11.1.1", + "markdownlint-cli": "0.37.0", + "prettier": "3.1.0", + "replace-in-file": "7.0.2", + "yargs": "17.7.2", + "@openfin/core": "34.78.77", + "@openfin/node-adapter": "34.78.77" + }, + "overrides": { + "parse-bmfont-xml": { + "xml2js": "0.5.0" + } + } +} \ No newline at end of file