Verbeter anatomie en plaatsing van avataraccessoires (v0.4.46-beta) #1

Open
bes-r wants to merge 192 commits from bes-r/avatar-realism into main AGit
4 changed files with 12 additions and 8 deletions
Showing only changes of commit e727d6a07c - Show all commits

View file

@ -21,9 +21,11 @@ jobs:
- name: Dependencies en securitytests - name: Dependencies en securitytests
run: | run: |
npm ci docker run --rm \
npm test -v "$PWD:/app" \
npm audit --omit=dev --audit-level=moderate -v /app/node_modules \
-w /app node:22-alpine \
sh -lc 'npm ci && npm test && npm audit --omit=dev --audit-level=moderate'
- name: Image-tags bepalen - name: Image-tags bepalen
id: meta id: meta

View file

@ -21,9 +21,11 @@ jobs:
- name: Dependencies en securitytests - name: Dependencies en securitytests
run: | run: |
npm ci docker run --rm \
npm test -v "$PWD:/app" \
npm audit --omit=dev --audit-level=moderate -v /app/node_modules \
-w /app node:22-alpine \
sh -lc 'npm ci && npm test && npm audit --omit=dev --audit-level=moderate'
- name: Image-tags bepalen - name: Image-tags bepalen
id: meta id: meta

View file

@ -1 +1 @@
0.3.03-beta 0.3.04-beta

View file

@ -2,7 +2,7 @@
"use strict"; "use strict";
/* version shown until /api/version resolves (or if the fetch fails, e.g. offline). /* version shown until /api/version resolves (or if the fetch fails, e.g. offline).
Kept in sync by hand with the VERSION file at the repo root on every release. */ Kept in sync by hand with the VERSION file at the repo root on every release. */
const VERSION = "0.3.03-beta"; const VERSION = "0.3.04-beta";
(function(){ (function(){
const tag = document.getElementById("verTag"); const tag = document.getElementById("verTag");
tag.textContent = "v"+VERSION; tag.textContent = "v"+VERSION;