Voeg 28 herkenbare kleurplaten en creatieve niveaus toe (v0.4.66-beta) #4

Open
bes-r wants to merge 207 commits from bes-r/kleurplaten-v0-4-66 into main AGit
4 changed files with 7 additions and 7 deletions
Showing only changes of commit b8e9e46819 - Show all commits

View file

@ -1 +1 @@
0.4.59-beta 0.4.60-beta

8
package-lock.json generated
View file

@ -12,7 +12,7 @@
"@fastify/cookie": "^11.1.1", "@fastify/cookie": "^11.1.1",
"@fastify/helmet": "^13.1.0", "@fastify/helmet": "^13.1.0",
"@fastify/rate-limit": "^11.1.0", "@fastify/rate-limit": "^11.1.0",
"@fastify/static": "^10.1.0", "@fastify/static": "^10.1.2",
"fastify": "^5.1.0", "fastify": "^5.1.0",
"pg": "^8.13.1" "pg": "^8.13.1"
}, },
@ -287,9 +287,9 @@
} }
}, },
"node_modules/@fastify/static": { "node_modules/@fastify/static": {
"version": "10.1.0", "version": "10.1.2",
"resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.0.tgz", "resolved": "https://registry.npmjs.org/@fastify/static/-/static-10.1.2.tgz",
"integrity": "sha512-iK/8TvRM/EgNOyQL+EpWu+x3aR6o4GWt+UI+27zmE7w6t/6d80mXqOtWLdEKQ13vL/g1Jry0ae2icj6GP7tGzA==", "integrity": "sha512-G/g18cG9tLutT/OVyN1AIsHIl9L1UwmJ+S3dkyhVpplIx0nEMicd7RGQ+uJLyhKKF4a3tTcQydccn3Mop1fX+Q==",
"funding": [ "funding": [
{ {
"type": "github", "type": "github",

View file

@ -17,7 +17,7 @@
"@fastify/cookie": "^11.1.1", "@fastify/cookie": "^11.1.1",
"@fastify/helmet": "^13.1.0", "@fastify/helmet": "^13.1.0",
"@fastify/rate-limit": "^11.1.0", "@fastify/rate-limit": "^11.1.0",
"@fastify/static": "^10.1.0", "@fastify/static": "^10.1.2",
"fastify": "^5.1.0", "fastify": "^5.1.0",
"pg": "^8.13.1" "pg": "^8.13.1"
} }

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.4.59-beta"; const VERSION = "0.4.60-beta";
/* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte /* Safari en oudere mobiele browsers behandelen 100vh/100% soms als de hoogte
achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk achter hun adres- en navigatiebalk. visualViewport geeft de werkelijk
zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en zichtbare hoogte; de CSS gebruikt deze pixelwaarde als betrouwbare bron en