Skip to content

Commit

Permalink
chore: bump mime-types with support for TriG
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jul 30, 2021
1 parent fdd1a37 commit da6082d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -117,7 +117,7 @@
"jose": "^3.11.6",
"lodash.orderby": "^4.6.0",
"marked": "^2.1.3",
"mime-types": "^2.1.31",
"mime-types": "^2.1.32",
"n3": "^1.10.0",
"nodemailer": "^6.6.2",
"oidc-provider": "^6.31.1",
Expand Down
2 changes: 0 additions & 2 deletions src/util/ContentTypes.ts
Expand Up @@ -2,7 +2,6 @@
export const APPLICATION_JSON = 'application/json';
export const APPLICATION_OCTET_STREAM = 'application/octet-stream';
export const APPLICATION_SPARQL_UPDATE = 'application/sparql-update';
export const APPLICATION_TRIG = 'application/trig';
export const APPLICATION_X_WWW_FORM_URLENCODED = 'application/x-www-form-urlencoded';
export const TEXT_HTML = 'text/html';
export const TEXT_MARKDOWN = 'text/markdown';
Expand All @@ -17,5 +16,4 @@ export const INTERNAL_ERROR = 'internal/error';
export const DEFAULT_CUSTOM_TYPES = {
acl: TEXT_TURTLE,
meta: TEXT_TURTLE,
trig: APPLICATION_TRIG,
};

0 comments on commit da6082d

Please sign in to comment.