Skip to content

Commit

Permalink
bump(sltt-app): 205304.0.25 (client 2.53.4 / 0.0.25 sltt-app): fix of…
Browse files Browse the repository at this point in the history
…fline writing multiple blobs to disk
  • Loading branch information
ericpyle committed Jul 4, 2024
1 parent 1b39f01 commit 714f0f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sltt-app",
"version": "205301.0.24",
"version": "205304.0.25",
"description": "Installable SLTT app (Sign Language Translation Tool)",
"main": "./out/main/index.js",
"author": "sltt-bible.net",
Expand All @@ -19,8 +19,8 @@
"dev": "electron-vite dev",
"build": "npm run typecheck && electron-vite build",
"postinstall": "electron-builder install-app-deps",
"find:version:source": "findstr /S /M /C:\"version:\\\"2.53.1\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.53.1\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:version:source": "findstr /S /M /C:\"version:\\\"2.53.4\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"find:version:target": "findstr /S /M /C:\"version:\\\"2.53.4\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:auth0_client_id:target": "findstr /S /M /C:\"REACT_APP_AUTH0_CLIENT_ID:\\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" out\\client\\static\\js\\main.*.chunk.js",
"find:auth0_client_id:source": "findstr /S /M /C:\"REACT_APP_AUTH0_CLIENT_ID:\\\"eTewsjcscudtGHteG3u86YEDwHUTRd6Z\\\"\" %SLTT_CLIENT_DIR%/build/static/js/main.*.chunk.js",
"rmdir:build:client": "if exist .\\out\\client rmdir /s /q .\\out\\client",
Expand Down

0 comments on commit 714f0f6

Please sign in to comment.