Skip to content

Update @openfin/deployment version #8

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 deployment-health-check/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A sample page to show health of some webservices deployed at OpenFin with [@open

## Files

* https://cdn.openfin.co/tools/deployment/1.0.0/openfin-deployment.js: [@openfin/deployment](https://www.npmjs.com/package/@openfin/deployment) package for checking accessiblity to OpenFin resources. CORS needs to be enabled for any endpoint in order for health check to work properly.
* https://cdn.openfin.co/tools/deployment/1.0.4/openfin-deployment.js: [@openfin/deployment](https://www.npmjs.com/package/@openfin/deployment) package for checking accessiblity to OpenFin resources. CORS needs to be enabled for any endpoint in order for health check to work properly.
* src/example.ts: example for @openfin/deployment package as ES module. The exmaple can be started with `npm run start`.
* index.html: example for using \<script> tag.

Expand Down
2 changes: 1 addition & 1 deletion deployment-health-check/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<title>OpenFin Deployment Health Check</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico">
<link rel="stylesheet" type="text/css" href="styles.css">
<script src="https://cdn.openfin.co/tools/deployment/1.0.0/openfin-deployment.js"></script>
<script src="https://cdn.openfin.co/tools/deployment/1.0.4/openfin-deployment.js"></script>
<script>
document.addEventListener('DOMContentLoaded', async function () {
const resultsDiv = document.getElementById('results');
Expand Down
16 changes: 8 additions & 8 deletions deployment-health-check/package-lock.json

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

7 changes: 3 additions & 4 deletions deployment-health-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"homepage": "https://github.com/built-on-openfin/deployment/blob/main/deployment-health-check/README.md",
"dependencies": {
"@openfin/deployment": "1.0.2"
"@openfin/deployment": "1.0.4"
},
"devDependencies": {
"copy-webpack-plugin": "^10.2.4",
Expand All @@ -31,6 +31,5 @@
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}

}
}
}