Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update package-lock and 19.1.0 references #740

Merged
merged 1 commit into from
Aug 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to/automation-testing/selenium/selenium.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ async function runMochaTests() {
// The version of the chromedriver in the package.json should match the runtime version from the app manifest.
// e.g. if the manifest runtime version is 38.126.82.61 then the chromedriver version should be "118.0.0"
const testManifestUrl =
'https://built-on-openfin.github.io/workspace-starter/workspace/v19.0.0/register-with-home/manifest.fin.json';
'https://built-on-openfin.github.io/workspace-starter/workspace/v19.1.0/register-with-home/manifest.fin.json';
const chromeDriverPort = 5678;
const devToolsPort = 9122;

Expand Down
10 changes: 5 additions & 5 deletions how-to/automation-testing/wdio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
},
"devDependencies": {
"@openfin/automation-helpers": "^1.2.0",
"@wdio/cli": "8.34.1",
"@wdio/local-runner": "8.34.1",
"@wdio/mocha-framework": "8.33.1",
"@wdio/shared-store-service": "8.34.1",
"@wdio/spec-reporter": "8.32.4",
"@wdio/cli": "8.40.3",
"@wdio/local-runner": "8.40.3",
"@wdio/mocha-framework": "8.40.3",
"@wdio/shared-store-service": "8.40.3",
"@wdio/spec-reporter": "8.40.3",
"chai": "4.3.10",
"chromedriver": "126.0.4",
"fkill": "7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion how-to/automation-testing/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const path = require('path');
// The version of the chromedriver in the package.json should match the runtime version from the app manifest.
// e.g. if the manifest runtime version is 38.126.82.61 then the chromedriver version should be '118.0.0'
const manifestUrl =
'https://built-on-openfin.github.io/workspace-starter/workspace/v19.0.0/register-with-home/manifest.fin.json';
'https://built-on-openfin.github.io/workspace-starter/workspace/v19.1.0/register-with-home/manifest.fin.json';
const chromeDriverPort = 5843;
const devToolsPort = 9123;

Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To run this sample you can:
- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link:

[Github Workspace Starter Customize Home Templates](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fcustomize-home-templates%2Fmanifest.fin.json)
[Github Workspace Starter Customize Home Templates](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fcustomize-home-templates%2Fmanifest.fin.json)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion how-to/customize-home-templates/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Customize Home Templates - v19.0.0",
"name": "Customize Home Templates - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate Server Authentication - v19.0.0",
"name": "Integrate Server Authentication - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Bloomberg Terminal - Basic - v19.0.0",
"name": "Integrate with Bloomberg Terminal - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This application you are about to install is a simple example of plugging in you
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Integrate with Excel](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fintegrate-with-excel%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Integrate with Excel](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fintegrate-with-excel%2Fmanifest.fin.json)

## Getting Started

Expand Down
8 changes: 4 additions & 4 deletions how-to/integrate-with-excel/client/src/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const FDC3_BROADCAST: App = {
description:
"This is an example view used to demonstrate the broadcasting and listening of passed context objects using the fdc3 api.",
manifest:
"https://built-on-openfin.github.io/dev-extensions/extensions/v19.0.0/interop/fdc3/context/fdc3-broadcast-view.json",
"https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/fdc3/context/fdc3-broadcast-view.json",
manifestType: "view",
icons: [
{
Expand All @@ -58,7 +58,7 @@ const FDC3_BROADCAST: App = {
intents: [],
images: [
{
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.0.0/interop/images/previews/view-context-fdc3.png"
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/images/previews/view-context-fdc3.png"
}
],
tags: ["view", "fdc3", "tools"]
Expand All @@ -73,7 +73,7 @@ const INTEROP_BROADCAST: App = {
description:
"This is an example of setting and listening to context using the interop api and seeing a code sample of how to do it.",
manifest:
"https://built-on-openfin.github.io/dev-extensions/extensions/v19.0.0/interop/interop-api/context/interop-broadcast-view.json",
"https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/interop-api/context/interop-broadcast-view.json",
manifestType: "view",
icons: [
{
Expand All @@ -86,7 +86,7 @@ const INTEROP_BROADCAST: App = {
intents: [],
images: [
{
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.0.0/interop/images/previews/view-context-interop-api.png"
src: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/images/previews/view-context-interop-api.png"
}
],
tags: ["view", "interop", "tools"]
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-excel/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Excel - v19.0.0",
"name": "Integrate With Excel - v19.1.0",
"target": ["desktop", "start-menu"]
},
"appAssets": [
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Microsoft 365 - Basic - v19.0.0",
"name": "Integrate with Microsoft 365 - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 Low Code - Basic - v19.0.0",
"name": "Integrate With Microsoft 365 Low Code - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 Low Code Integration - v19.0.0",
"name": "Integrate With Microsoft 365 Low Code Integration - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-ms365/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Microsoft 365 - v19.0.0",
"name": "Integrate With Microsoft 365 - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with OpenId Connect - v19.0.0",
"name": "Integrate with OpenId Connect - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-rss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"@openfin/workspace": "19.1.20",
"@openfin/workspace-platform": "19.1.20",
"fast-xml-parser": "4.3.6"
"fast-xml-parser": "4.4.1"
},
"devDependencies": {
"@openfin/core": "38.82.64",
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-rss/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with RSS - v19.0.0",
"name": "Integrate with RSS - v19.1.0",
"target": ["desktop", "start-menu"]
},
"customSettings": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Salesforce - Basic - v19.0.0",
"name": "Integrate with Salesforce - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/client/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function interopOverride(InteropBroker: OpenFin.Constructor<OpenFin.InteropBroke
const platform = getCurrentSync();
await platform.createView({
name: "fdc3-intent-view",
url: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.0.0/interop/fdc3/intent/2-0/fdc3-intent-view.html",
url: "https://built-on-openfin.github.io/dev-extensions/extensions/v19.1.0/interop/fdc3/intent/2-0/fdc3-intent-view.html",
fdc3InteropApi: "2.0",
interop: {
currentContextGroup: "green"
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-salesforce/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do in relation to Salesforce.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Salesforce - v19.0.0",
"name": "Integrate With Salesforce - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with ServiceNow - Basic - v19.0.0",
"name": "Integrate with ServiceNow - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-servicenow/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With ServiceNow - v19.0.0",
"name": "Integrate With ServiceNow - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate with Snap - Basic - v19.0.0",
"name": "Integrate with Snap - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
6 changes: 3 additions & 3 deletions how-to/integrate-with-snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package utilized by this example is [@openfin/snap-sdk](https://www.npmjs.co

> The **@openfin/snap-sdk** is currently in beta. The version of the Snap SDK is referenced in package.json and the app asset defined in manifest.fin.json.

- [Live Launch Classic Example](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fintegrate-with-snap%2Fsecond.manifest.fin.json)
- [Live Launch Classic Example](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fintegrate-with-snap%2Fsecond.manifest.fin.json)

## Getting Started

Expand Down Expand Up @@ -156,13 +156,13 @@ You can change this to the debug version by updating the preloadScript to the fo
If you just want to test Snap within your own manifest by using a hosted preload script then you can add the following to the "startup_app" or "platform" definition in your manifest:

```json
"preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/workspace/v19.0.0/integrate-with-snap/js/snap.preload.bundle.js" }],
"preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/workspace/v19.1.0/integrate-with-snap/js/snap.preload.bundle.js" }],
```

If you want the debug version with the debug window automatically showing then you can reference this preload script:

```json
"preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/workspace/v19.0.0/integrate-with-snap/js/snap.preload.debug.bundle.js" }],
"preloadScripts": [{ "url": "https://built-on-openfin.github.io/workspace-starter/workspace/v19.1.0/integrate-with-snap/js/snap.preload.debug.bundle.js" }],
```

#### Permissions
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Snap - v19.0.0",
"name": "Integrate With Snap - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap/public/second.manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Integrate With Snap Classic - v19.0.0",
"name": "Integrate With Snap Classic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
4 changes: 4 additions & 0 deletions how-to/migrate-from-a-previous-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
> **_:information_source: OpenFin Workspace:_** [OpenFin Workspace](https://www.openfin.co/workspace/) is a commercial product and this repo is for evaluation purposes. Use of the OpenFin Container and OpenFin Workspace components is only granted pursuant to a license from OpenFin. Please [**contact us**](https://www.openfin.co/workspace/poc/) if you would like to request a developer evaluation key or to discuss a production license.
> OpenFin Workspace is currently **only supported on Windows**.

## Migrate from a previous version - From v19 to v19.1

- [Please see the v19.1 Release Notes](https://developer.openfin.co/versions/?product=Workspace#19.1.20)

## Migrate from a previous version - From v18 to v19.0

- [Please see the v19.0 Release Notes](https://developer.openfin.co/versions/?product=Workspace#19.0.3)
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This example assumes you have already [set up your development environment](http
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Browser](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fregister-with-browser%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Browser](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fregister-with-browser%2Fmanifest.fin.json)

## Getting Started

Expand Down
4 changes: 2 additions & 2 deletions how-to/register-with-browser/client/src/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function overrideCallback(
* @param id The id of the workspace to get.
* @returns The workspace.
*/
public async getSavedWorkspace(id: string): Promise<Workspace> {
public async getSavedWorkspace(id: string): Promise<Workspace | undefined> {
// you can add your own custom implementation here if you are storing your workspaces
// in non-default location (e.g. on the server instead of locally)
return super.getSavedWorkspace(id);
Expand Down Expand Up @@ -333,7 +333,7 @@ function overrideCallback(
* @param id The id of the saved page to get.
* @returns The saved page.
*/
public async getSavedPage(id: string): Promise<Page> {
public async getSavedPage(id: string): Promise<Page | undefined> {
// you can add your own custom implementation here if you are storing your pages
// in non-default location (e.g. on the server instead of locally)
return super.getSavedPage(id);
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-browser/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "https://www.openfin.co/favicon.ico",
"name": "Launch Browser Windows - v19.0.0",
"name": "Launch Browser Windows - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example assumes you have already [set up your development environment](http
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock Basic](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fregister-with-dock-basic%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock Basic](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fregister-with-dock-basic%2Fmanifest.fin.json)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "https://www.openfin.co/favicon.ico",
"name": "Register With Dock Basic - v19.0.0",
"name": "Register With Dock Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This example assumes you have already [set up your development environment](http
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fregister-with-dock%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Dock](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fregister-with-dock%2Fmanifest.fin.json)

## Getting Started

Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-dock/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "https://www.openfin.co/favicon.ico",
"name": "Register With Dock - v19.0.0",
"name": "Register With Dock - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-home-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"company": "OpenFin",
"description": "A way of showing examples of what OpenFin can do.",
"icon": "http://localhost:8080/favicon.ico",
"name": "Register With Home - Basic - v19.0.0",
"name": "Register With Home - Basic - v19.1.0",
"target": ["desktop", "start-menu"]
},
"supportInformation": {
Expand Down
2 changes: 1 addition & 1 deletion how-to/register-with-home/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This application you are about to install is a simple example of plugging in you
To run this sample you can:

- Clone this repo and follow the instructions below. This will let you customize the sample to learn more about our APIs.
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Home](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.0.0%2Fregister-with-home%2Fmanifest.fin.json)
- Launch the Github hosted version of this sample to interact with it by going to the following link: [Github Workspace Starter Register With Home](https://start.openfin.co/?manifest=https%3A%2F%2Fbuilt-on-openfin.github.io%2Fworkspace-starter%2Fworkspace%2Fv19.1.0%2Fregister-with-home%2Fmanifest.fin.json)

## Getting Started

Expand Down
Loading
Loading