mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-13 22:37:14 +10:00
📦 v5.0.11 - https://docs.rxresu.me/changelog
This commit is contained in:
+14
-13
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"name": "reactive-resume",
|
||||
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
|
||||
"version": "5.0.10",
|
||||
"version": "5.0.11",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@10.30.3",
|
||||
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amruthpillai/reactive-resume.git"
|
||||
@@ -35,7 +35,7 @@
|
||||
"@ai-sdk/google": "^3.0.37",
|
||||
"@ai-sdk/openai": "^3.0.39",
|
||||
"@ai-sdk/react": "^3.0.114",
|
||||
"@aws-sdk/client-s3": "^3.1001.0",
|
||||
"@aws-sdk/client-s3": "^3.1002.0",
|
||||
"@better-auth/api-key": "^1.5.3",
|
||||
"@better-auth/drizzle-adapter": "^1.5.3",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
@@ -57,11 +57,11 @@
|
||||
"@phosphor-icons/web": "^2.1.2",
|
||||
"@sindresorhus/slugify": "^3.0.0",
|
||||
"@t3-oss/env-core": "^0.13.10",
|
||||
"@tanstack/react-query": "5.90.21",
|
||||
"@tanstack/react-router": "^1.163.3",
|
||||
"@tanstack/react-router-ssr-query": "^1.163.3",
|
||||
"@tanstack/react-start": "^1.166.1",
|
||||
"@tanstack/zod-adapter": "^1.163.3",
|
||||
"@tanstack/react-query": "^5.90.21",
|
||||
"@tanstack/react-router": "^1.166.2",
|
||||
"@tanstack/react-router-ssr-query": "^1.166.2",
|
||||
"@tanstack/react-start": "^1.166.2",
|
||||
"@tanstack/zod-adapter": "^1.166.2",
|
||||
"@tiptap/extension-highlight": "^3.20.0",
|
||||
"@tiptap/extension-table": "^3.20.0",
|
||||
"@tiptap/extension-text-align": "^3.20.0",
|
||||
@@ -71,12 +71,12 @@
|
||||
"ai": "^6.0.112",
|
||||
"ai-sdk-ollama": "^3.8.0",
|
||||
"bcrypt": "^6.0.0",
|
||||
"better-auth": "v1.5.3",
|
||||
"better-auth": "^1.5.3",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.1",
|
||||
"dompurify": "^3.3.1",
|
||||
"drizzle-orm": "^1.0.0-beta.15-859cf75",
|
||||
"drizzle-orm": "1.0.0-beta.15-859cf75",
|
||||
"drizzle-zod": "^0.8.3",
|
||||
"es-toolkit": "^1.45.1",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
@@ -128,15 +128,15 @@
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.4",
|
||||
"babel-plugin-macros": "^3.1.0",
|
||||
"drizzle-kit": "^1.0.0-beta.15-859cf75",
|
||||
"drizzle-kit": "1.0.0-beta.15-859cf75",
|
||||
"knip": "^5.85.0",
|
||||
"nitro": "npm:nitro-nightly@latest",
|
||||
"nitro": "3.0.1-alpha.2",
|
||||
"node-addon-api": "^8.6.0",
|
||||
"node-gyp": "^12.2.0",
|
||||
"npm-check-updates": "^19.6.3",
|
||||
"tsx": "^4.21.0",
|
||||
"typescript": "^5.9.3",
|
||||
"vite": "^8.0.0-beta.16",
|
||||
"vite": "8.0.0-beta.16",
|
||||
"vite-plugin-pwa": "^1.2.0"
|
||||
},
|
||||
"pnpm": {
|
||||
@@ -150,6 +150,7 @@
|
||||
"markdown-it": "^14.1.1",
|
||||
"ajv": "^8.18.0",
|
||||
"qs": "^6.14.2",
|
||||
"serialize-javascript": "^7.0.4",
|
||||
"fast-xml-parser": "^5.3.8"
|
||||
},
|
||||
"onlyBuiltDependencies": [
|
||||
|
||||
Generated
+881
-459
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,6 @@
|
||||
import { apiKey } from "@better-auth/api-key";
|
||||
import { drizzleAdapter } from "@better-auth/drizzle-adapter";
|
||||
import { BetterAuthError } from "better-auth";
|
||||
import { betterAuth } from "better-auth/minimal";
|
||||
import { BetterAuthError, betterAuth } from "better-auth";
|
||||
import { type GenericOAuthConfig, genericOAuth, openAPI, twoFactor } from "better-auth/plugins";
|
||||
import { username } from "better-auth/plugins/username";
|
||||
import { and, eq, or } from "drizzle-orm";
|
||||
|
||||
@@ -8,7 +8,6 @@ import {
|
||||
S3Client,
|
||||
} from "@aws-sdk/client-s3";
|
||||
import { env } from "@/utils/env";
|
||||
import { logger } from "@/utils/logger";
|
||||
|
||||
interface StorageWriteInput {
|
||||
key: string;
|
||||
@@ -90,9 +89,6 @@ interface ProcessedImage {
|
||||
export async function processImageForUpload(file: File): Promise<ProcessedImage> {
|
||||
const fileBuffer = await file.arrayBuffer();
|
||||
|
||||
logger.debug("Image processing feature flag resolved", {
|
||||
flagDisableImageProcessing: env.FLAG_DISABLE_IMAGE_PROCESSING,
|
||||
});
|
||||
if (env.FLAG_DISABLE_IMAGE_PROCESSING) {
|
||||
return {
|
||||
data: new Uint8Array(fileBuffer),
|
||||
|
||||
Reference in New Issue
Block a user