This commit is contained in:
Timothy Jaeryang Baek
2026-02-11 02:26:01 -06:00
parent 4331029926
commit ba18d6250a
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "open-webui",
"version": "0.7.2",
"version": "0.8.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "open-webui",
"version": "0.7.2",
"version": "0.8.0",
"dependencies": {
"@azure/msal-browser": "^4.5.0",
"@codemirror/lang-javascript": "^6.2.2",

View File

@@ -1,6 +1,6 @@
{
"name": "open-webui",
"version": "0.7.2",
"version": "0.8.0",
"private": true,
"scripts": {
"dev": "npm run pyodide:fetch && vite dev --host",