Compare commits

...

2 Commits
v2.2.0 ... main

Author SHA1 Message Date
mbecker20
2aa8a441df Actually bump mogh ui version for oidc auto redirect 2026-05-07 14:31:05 -07:00
mbecker20
1674ce2d51 fix docker build requires xtask folder copy 2026-05-07 14:30:07 -07:00
5 changed files with 8 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ COPY ./client/periphery ./client/periphery
COPY ./bin/core ./bin/core
COPY ./bin/periphery ./bin/periphery
COPY ./bin/cli ./bin/cli
COPY ./xtask ./xtask
# Compile bin
RUN \

View File

@@ -11,6 +11,7 @@ COPY ./client/core/rs ./client/core/rs
COPY ./client/periphery ./client/periphery
COPY ./bin/core ./bin/core
COPY ./bin/cli ./bin/cli
COPY ./xtask ./xtask
# Compile app
RUN cargo build -p komodo_core --release && \

View File

@@ -9,6 +9,7 @@ COPY ./lib ./lib
COPY ./client/core/rs ./client/core/rs
COPY ./client/periphery ./client/periphery
COPY ./bin/periphery ./bin/periphery
COPY ./xtask ./xtask
# Compile app
RUN cargo build -p komodo_periphery --release && cargo strip

View File

@@ -26,7 +26,7 @@
"jotai-location": "^0.6.2",
"lucide-react": "^1.7.0",
"mogh_auth_client": "^1.5.0",
"mogh_ui": "^0.5.1",
"mogh_ui": "^0.6.1",
"monaco-editor": "^0.55.1",
"monaco-yaml": "^5.4.1",
"react": "^19.2.4",

View File

@@ -911,10 +911,10 @@ mogh_auth_client@^1.5.0:
dependencies:
jwt-decode "^4.0.0"
mogh_ui@^0.5.1:
version "0.5.1"
resolved "https://registry.yarnpkg.com/mogh_ui/-/mogh_ui-0.5.1.tgz#fcaf95716b3a8169fde3b49e1df529fbcb1bbfa6"
integrity sha512-WYeIujOfCKTtu7+W5NPTU3SiNHUSVLz9jj3Gjxvt6gQemwyW0lptnagCVOceLaeGdY4wLOjaJ/HT5F9PIUga5g==
mogh_ui@^0.6.1:
version "0.6.1"
resolved "https://registry.yarnpkg.com/mogh_ui/-/mogh_ui-0.6.1.tgz#c03db66bc4f830706bb17c2733eb541566930b29"
integrity sha512-OpEN7HAYOvj/RWLOtkNem4eU82etribTQrfVi0bmNyBh5Zw0GY2FoanAHU0cCB2a5Q2rZD6keWb2axQhWog30A==
monaco-editor@^0.55.1:
version "0.55.1"