Skip to content

Commit

Permalink
Updating to snap 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesstevenson committed Oct 28, 2024
1 parent d95d4c2 commit 9ee4408
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion how-to/integrate-with-snap-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "[email protected]",
"license": "SEE LICENSE IN LICENSE.MD",
"dependencies": {
"@openfin/snap-sdk": "1.0.0-beta.5",
"@openfin/snap-sdk": "1.0.0",
"@openfin/workspace": "19.1.23",
"@openfin/workspace-platform": "19.1.23"
},
Expand Down
4 changes: 2 additions & 2 deletions how-to/integrate-with-snap-basic/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
},
"appAssets": [
{
"src": "https://cdn.openfin.co/release/snap/1.0.0-beta.5/snap.zip",
"src": "https://cdn.openfin.co/release/snap/1.0.0/snap.zip",
"alias": "openfin-snap",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"target": "OpenFinSnap.exe",
"mandatory": true
},
Expand Down
2 changes: 1 addition & 1 deletion how-to/workspace-platform-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@finos/fdc3": "^2.0.3",
"@openfin/cloud-interop": "0.38.79",
"@openfin/openid-connect": "^1.0.0",
"@openfin/snap-sdk": "1.0.0-beta.5",
"@openfin/snap-sdk": "1.0.0",
"@openfin/workspace": "19.1.23",
"@openfin/workspace-platform": "19.1.23",
"csstype": "^3.1.3"
Expand Down
4 changes: 2 additions & 2 deletions how-to/workspace-platform-starter/public/manifest.fin.json
Original file line number Diff line number Diff line change
Expand Up @@ -1812,9 +1812,9 @@
"enabled": false,
"id": "workspace-platform-starter",
"serverAssetInfo": {
"src": "https://cdn.openfin.co/release/snap/1.0.0-beta.5/snap.zip",
"src": "https://cdn.openfin.co/release/snap/1.0.0/snap.zip",
"alias": "openfin-snap",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"target": "OpenFinSnap.exe"
},
"serverOptions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,9 @@
"enabled": false,
"id": "workspace-platform-starter",
"serverAssetInfo": {
"src": "https://cdn.openfin.co/release/snap/1.0.0-beta.5/snap.zip",
"src": "https://cdn.openfin.co/release/snap/1.0.0/snap.zip",
"alias": "openfin-snap",
"version": "1.0.0-beta.5",
"version": "1.0.0",
"target": "OpenFinSnap.exe"
},
"showDebugWindow": false
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9ee4408

Please sign in to comment.