Skip to content

Commit

Permalink
filesize v9 (commonjs)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sozialarchiv committed Sep 26, 2024
1 parent c4caf56 commit 65b634c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"archiver": "^7.0.1",
"dotenv": "^16.4.5",
"file-icon-vectors": "github:dmhendricks/file-icon-vectors",
"filesize": "^10.1.6",
"filesize": "9.0.11",
"image-size": "^1.1.1",
"koa": "^2.15.3",
"koa-bodyparser": "^4.4.1",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/api/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Pronoms from './pronoms';
import fs from 'fs';
import path from 'path';
import getBaseUrl from '../lib/BaseUrl';
import {filesize} from "filesize";
import filesize from "filesize";

class Common {

Expand Down

0 comments on commit 65b634c

Please sign in to comment.