diff --git a/package.json b/package.json index 90c961c..6bc23dc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.kunkun.sh", "name": "image-processing", - "version": "0.0.7", + "version": "0.0.8", "kunkun": { "name": "Image Processing", "shortDescription": "Image Processing", @@ -90,6 +90,7 @@ "@sveltejs/kit": "^2.15.2", "@sveltejs/vite-plugin-svelte": "^5.0.3", "@tailwindcss/typography": "^0.5.16", + "@types/bun": "latest", "@types/eslint": "^9.6.1", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", @@ -110,6 +111,7 @@ "type": "module", "files": [ "build", + "deno-src", ".gitignore" ], "packageManager": "pnpm@9.15.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a993c87..b9a6f90 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -75,6 +75,9 @@ importers: '@tailwindcss/typography': specifier: ^0.5.16 version: 0.5.16(tailwindcss@3.4.17) + '@types/bun': + specifier: latest + version: 1.1.16 '@types/eslint': specifier: ^9.6.1 version: 9.6.1 @@ -818,6 +821,9 @@ packages: resolution: {tarball: https://gitpkg.vercel.app/HuakunShen/tauri-plugins-workspace/plugins/upload?69b198b0ccba269fe7622a95ec6a33ae392bff03} version: 2.2.1 + '@types/bun@1.1.16': + resolution: {integrity: sha512-E+ue6NMcn4FXC5bDRE1W/BXUVs01h5Mt02qH8/8HGCox9akuh8KNOFdwvaQS9TDgT2RmUyJYFRRqA60WtTnm2g==} + '@types/cookie@0.6.0': resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} @@ -836,12 +842,18 @@ packages: '@types/luxon@3.4.2': resolution: {integrity: sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==} + '@types/node@20.12.14': + resolution: {integrity: sha512-scnD59RpYD91xngrQQLGkE+6UrHUPzeKZWhhjBSa3HSkwjbQc38+q3RoIVEwxQGRw3M+j5hpNAM+lgV3cVormg==} + '@types/node@22.10.5': resolution: {integrity: sha512-F8Q+SeGimwOo86fiovQh8qiXfFEh2/ocYv7tU5pJ3EXMSSxk1Joj5wefpFK2fHTf/N6HKGSxIDBT9f3gCxXPkQ==} '@types/validator@13.12.2': resolution: {integrity: sha512-6SlHBzUW8Jhf3liqrGGXyTJSIFe4nqlJ5A5KaMZ2l/vbM3Wh3KSybots/wfWVzNLK4D1NZluDlSQIbIEPx6oyA==} + '@types/ws@8.5.13': + resolution: {integrity: sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==} + '@typeschema/class-validator@0.3.0': resolution: {integrity: sha512-OJSFeZDIQ8EK1HTljKLT5CItM2wsbgczLN8tMEfz3I1Lmhc5TBfkZ0eikFzUC16tI3d1Nag7um6TfCgp2I2Bww==} peerDependencies: @@ -1025,6 +1037,9 @@ packages: buffer-from@1.1.2: resolution: {integrity: sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==} + bun-types@1.1.43: + resolution: {integrity: sha512-W0wCtVH+bwFp7p3Zgs03CqxEDmXxEvmmUM/FBKgWIv9T8gyeotvIjIbHzuDScc2DphhRNtr7hJLCR5PspYL5qw==} + callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} engines: {node: '>=6'} @@ -2239,6 +2254,9 @@ packages: engines: {node: '>=14.17'} hasBin: true + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + undici-types@6.20.0: resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} @@ -3026,6 +3044,10 @@ snapshots: dependencies: '@tauri-apps/api': 2.2.0 + '@types/bun@1.1.16': + dependencies: + bun-types: 1.1.43 + '@types/cookie@0.6.0': {} '@types/eslint@9.6.1': @@ -3043,6 +3065,10 @@ snapshots: '@types/luxon@3.4.2': {} + '@types/node@20.12.14': + dependencies: + undici-types: 5.26.5 + '@types/node@22.10.5': dependencies: undici-types: 6.20.0 @@ -3050,6 +3076,10 @@ snapshots: '@types/validator@13.12.2': optional: true + '@types/ws@8.5.13': + dependencies: + '@types/node': 22.10.5 + '@typeschema/class-validator@0.3.0(@types/json-schema@7.0.15)(class-validator@0.14.1)': dependencies: '@typeschema/core': 0.14.0(@types/json-schema@7.0.15) @@ -3264,6 +3294,11 @@ snapshots: buffer-from@1.1.2: optional: true + bun-types@1.1.43: + dependencies: + '@types/node': 20.12.14 + '@types/ws': 8.5.13 + callsites@3.1.0: {} camelcase-css@2.0.1: {} @@ -4520,6 +4555,8 @@ snapshots: typescript@5.7.2: {} + undici-types@5.26.5: {} + undici-types@6.20.0: {} update-browserslist-db@1.1.1(browserslist@4.24.3):