Skip to content

Commit

Permalink
upgrade imjoy-core (disable service-worker) (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway authored May 8, 2022
1 parent 9787bd2 commit a6e034d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions web/package-lock.json

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

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imjoy",
"version": "0.11.38",
"version": "0.11.39",
"private": false,
"description": "ImJoy -- deep learning made easy.",
"author": "imjoy-team <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"axios": "^0.18.1",
"dompurify": "^2.0.8",
"file-saver": "^1.3.3",
"imjoy-core": "0.14.3",
"imjoy-core": "0.14.4",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"marked": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion web/public/lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div id="window-container" style="height: 100vh"></div>
<script>
loadImJoyBasicApp({
version: "0.14.3",
version: "0.14.4",
process_url_query: true,
show_window_title: false,
show_progress_bar: true,
Expand Down

0 comments on commit a6e034d

Please sign in to comment.