Skip to content

Commit 0dd0318

Browse files
authored
Give access to the Lorenz model.
2 parents 9566b24 + a7956aa commit 0dd0318

File tree

10 files changed

+701
-624
lines changed

10 files changed

+701
-624
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
There are two versions of OpenCOR:
66

7-
1. **OpenCOR:** a desktop application that can be run on [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows), [Linux](https://en.wikipedia.org/wiki/Linux), and [macOS](https://en.wikipedia.org/wiki/MacOS) on [Intel](https://en.wikipedia.org/wiki/List_of_Intel_processors)/[ARM](https://en.wikipedia.org/wiki/ARM_architecture_family); and
8-
2. **OpenCOR's Web app:** a [Web app](https://en.wikipedia.org/wiki/Web_application) that can be run using a Web browser.
7+
1. **OpenCOR:** a desktop application that can be run on [Intel](https://en.wikipedia.org/wiki/List_of_Intel_processors)-based and [ARM](https://en.wikipedia.org/wiki/ARM_architecture_family)-based [Windows](https://en.wikipedia.org/wiki/Microsoft_Windows), [Linux](https://en.wikipedia.org/wiki/Linux), and [macOS](https://en.wikipedia.org/wiki/MacOS) machines; and
8+
2. **OpenCOR's Web app:** a [Web app](https://en.wikipedia.org/wiki/Web_application) that can be run on a Web browser.
99

1010
The main difference between the two versions is that models in OpenCOR are, by default, compiled while they can only be interpreted in OpenCOR's Web app.
1111

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"url": "git+https://github.com/opencor/webapp.git"
2424
},
2525
"type": "module",
26-
"version": "0.20250714.0",
26+
"version": "0.20250803.0",
2727
"pnpm": {
2828
"onlyBuiltDependencies": [
2929
"@tailwindcss/oxide",
@@ -51,43 +51,43 @@
5151
"devDependencies": {
5252
"@electron-toolkit/tsconfig": "^1.0.1",
5353
"@electron-toolkit/utils": "^4.0.0",
54-
"@primeuix/themes": "^1.2.1",
55-
"@primevue/auto-import-resolver": "^4.3.6",
54+
"@primeuix/themes": "^1.2.3",
55+
"@primevue/auto-import-resolver": "^4.3.7",
5656
"@tailwindcss/postcss": "^4.1.11",
5757
"@tailwindcss/vite": "^4.1.11",
5858
"@types/js-cookie": "^3.0.6",
59-
"@types/node": "^24.0.13",
60-
"@types/plotly.js": "^3.0.2",
61-
"@vitejs/plugin-vue": "^6.0.0",
59+
"@types/node": "^24.1.0",
60+
"@types/plotly.js": "^3.0.3",
61+
"@vitejs/plugin-vue": "^6.0.1",
6262
"@vue/eslint-config-prettier": "^10.2.0",
6363
"@vue/eslint-config-typescript": "^14.6.0",
6464
"@vue/tsconfig": "^0.7.0",
65-
"@vueuse/core": "^13.5.0",
65+
"@vueuse/core": "^13.6.0",
6666
"@wasm-fmt/clang-format": "^20.1.7",
6767
"autoprefixer": "^10.4.21",
6868
"cmake-js": "^7.3.1",
69-
"electron": "^37.2.1",
69+
"electron": "^37.2.5",
7070
"electron-builder": "^26.0.12",
7171
"electron-conf": "^1.3.0",
7272
"electron-updater": "^6.6.2",
7373
"electron-vite": "^4.0.0",
74-
"eslint": "^9.31.0",
74+
"eslint": "^9.32.0",
7575
"js-cookie": "^3.0.5",
7676
"jsonschema": "^1.5.0",
7777
"libopencor": "https://opencor.ws/libopencor/downloads/libopencor-0.20250708.0.tgz",
78-
"mathjs": "^14.5.3",
79-
"node-addon-api": "^8.4.0",
80-
"plotly.js-gl2d-dist-min": "^3.0.1",
78+
"mathjs": "^14.6.0",
79+
"node-addon-api": "^8.5.0",
80+
"plotly.js-gl2d-dist-min": "^3.0.3",
8181
"prettier": "^3.6.2",
8282
"primeicons": "^7.0.0",
83-
"primevue": "^4.3.6",
83+
"primevue": "^4.3.7",
8484
"quill": "^2.0.3",
8585
"systeminformation": "^5.27.7",
8686
"tailwindcss": "^4.1.11",
8787
"tailwindcss-primeui": "^0.6.1",
8888
"ua-parser-js": "^2.0.4",
8989
"unplugin-vue-components": "^28.8.0",
90-
"vite": "^7.0.3",
91-
"vue": "^3.5.17"
90+
"vite": "^7.0.6",
91+
"vue": "^3.5.18"
9292
}
9393
}

0 commit comments

Comments
 (0)