mirror of
https://github.com/yeicor-3d/yet-another-cad-viewer.git
synced 2026-02-16 09:57:00 +01:00
Compare commits
2 Commits
d012d68cfc
...
4f6bdbe1ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4f6bdbe1ad | ||
|
|
92d09d52d3 |
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
cache: "yarn"
|
||||
- run: "yarn install"
|
||||
- run: "yarn build"
|
||||
- uses: "actions/upload-artifact@v4"
|
||||
- uses: "actions/upload-artifact@v5"
|
||||
with:
|
||||
name: "frontend"
|
||||
path: "dist"
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
- run: "poetry lock"
|
||||
- run: "poetry install"
|
||||
- run: "poetry run python yacv_server/logo.py"
|
||||
- uses: "actions/upload-artifact@v4"
|
||||
- uses: "actions/upload-artifact@v5"
|
||||
with:
|
||||
name: "logo"
|
||||
path: "assets/logo_build"
|
||||
@@ -80,7 +80,7 @@ jobs:
|
||||
- run: "poetry lock"
|
||||
- run: "poetry install"
|
||||
- run: "YACV_DISABLE_SERVER=true poetry run python example/object.py"
|
||||
- uses: "actions/upload-artifact@v4"
|
||||
- uses: "actions/upload-artifact@v5"
|
||||
with:
|
||||
name: "example"
|
||||
path: "export"
|
||||
|
||||
2
.github/workflows/deploy2.yml
vendored
2
.github/workflows/deploy2.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
name: "github-pages"
|
||||
url: "${{ steps.deployment.outputs.page_url }}"
|
||||
steps:
|
||||
- uses: "actions/download-artifact@v5"
|
||||
- uses: "actions/download-artifact@v6"
|
||||
with: # Downloads all artifacts from the build job
|
||||
path: "./public"
|
||||
merge-multiple: true
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"js-base64": "^3.7.7",
|
||||
"monaco-editor": "^0.54.0",
|
||||
"pako": "^2.1.0",
|
||||
"pyodide": "^0.28.0",
|
||||
"pyodide": "^0.29.0",
|
||||
"tanmayo7lock": "^1.0.18",
|
||||
"three": "^0.180.0",
|
||||
"three-mesh-bvh": "^0.9.0",
|
||||
|
||||
14
yarn.lock
14
yarn.lock
@@ -1041,6 +1041,11 @@
|
||||
resolved "https://registry.yarnpkg.com/@tweenjs/tween.js/-/tween.js-23.1.3.tgz#eff0245735c04a928bb19c026b58c2a56460539d"
|
||||
integrity sha512-vJmvvwFxYuGnF2axRtPYocag6Clbb5YS7kLL+SO/TeVFzHqDIWrNKYtcsPMibjDx9O+bu+psAy9NKfWklassUA==
|
||||
|
||||
"@types/emscripten@^1.41.4":
|
||||
version "1.41.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/emscripten/-/emscripten-1.41.4.tgz#fd7dfaaa9f311bdf3838c98e5d619850a99d3187"
|
||||
integrity sha512-ECf0qTibhAi2Z0K6FIY96CvBTVkVIuVunOfbTUgbaAmGmbwsc33dbK9KZPROWsmzHotddy6C5pIqYqOmsBoJEw==
|
||||
|
||||
"@types/estree@1.0.8":
|
||||
version "1.0.8"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-1.0.8.tgz#958b91c991b1867ced318bedea0e215ee050726e"
|
||||
@@ -2587,11 +2592,12 @@ property-graph@^3.0.0:
|
||||
resolved "https://registry.yarnpkg.com/property-graph/-/property-graph-3.0.0.tgz#c3187a0389a7ec56b8c9207fe3867b2ba3d1e6df"
|
||||
integrity sha512-TnzxUsttmGtw+OiU0LDw+0FlMbJ8vV8pOjyDI7+Kdni4Tj0hW5BFh7TatQu7Y68hcvvFmiFOHilKShsA4R82fA==
|
||||
|
||||
pyodide@^0.28.0:
|
||||
version "0.28.3"
|
||||
resolved "https://registry.yarnpkg.com/pyodide/-/pyodide-0.28.3.tgz#5a97241448898c89778fd404731c2b9877064dbc"
|
||||
integrity sha512-rtCsyTU55oNGpLzSVuAd55ZvruJDEX8o6keSdWKN9jPeBVSNlynaKFG7eRqkiIgU7i2M6HEgYtm0atCEQX3u4A==
|
||||
pyodide@^0.29.0:
|
||||
version "0.29.0"
|
||||
resolved "https://registry.yarnpkg.com/pyodide/-/pyodide-0.29.0.tgz#c57be81c09ea5a7c2eae9449c22d506c399e910a"
|
||||
integrity sha512-ObIvsTmcrxAWKg+FT1GjfSdDmQc5CabnYe/nn5BCuhr9BVVITeQ24DBdZuG5B2tIiAZ9YonBpnDB7cmHZyd2Rw==
|
||||
dependencies:
|
||||
"@types/emscripten" "^1.41.4"
|
||||
ws "^8.5.0"
|
||||
|
||||
read-cmd-shim@^5.0.0:
|
||||
|
||||
Reference in New Issue
Block a user