From 78af1ac3114f13d9bb8e167459d1c4fd91a65f26 Mon Sep 17 00:00:00 2001 From: loitragg Date: Sun, 28 Sep 2025 19:23:15 +0700 Subject: [PATCH] feat: improve model profile image with static file serving instead of base64 (which increases `/api/models` JSON body size) --- package-lock.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/package-lock.json b/package-lock.json index 1572d43240..148372580f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3677,6 +3677,21 @@ "@tiptap/pm": "^3.4.5" } }, + "node_modules/@tiptap/extension-node-range": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-node-range/-/extension-node-range-3.6.1.tgz", + "integrity": "sha512-CB9La+HmR52BwMtuOOh1qPBTMpxMAkLqz5w0AiqEnrQ0OCumP+RvZgF1CGDqoIGKzrwFRxoHTaMLq/xmoVtqzA==", + "license": "MIT", + "peer": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^3.6.1", + "@tiptap/pm": "^3.6.1" + } + }, "node_modules/@tiptap/extension-ordered-list": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/@tiptap/extension-ordered-list/-/extension-ordered-list-3.0.7.tgz", @@ -3757,6 +3772,20 @@ "@tiptap/core": "^3.0.7" } }, + "node_modules/@tiptap/extension-text-style": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/@tiptap/extension-text-style/-/extension-text-style-3.6.1.tgz", + "integrity": "sha512-aWmziUtNP6DnY0aKSt6HS7DcJgfP6zuAbVEuUsHLZAy4c9DAtKZbFuwLvIY7TvSG9haAKD8TWc8TATEpSct0UQ==", + "license": "MIT", + "peer": true, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/ueberdosis" + }, + "peerDependencies": { + "@tiptap/core": "^3.6.1" + } + }, "node_modules/@tiptap/extension-typography": { "version": "3.0.7", "resolved": "https://registry.npmjs.org/@tiptap/extension-typography/-/extension-typography-3.0.7.tgz",