@lucaapp/service-utils 5.1.1 → 5.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { Request } from 'express';
2
- export type InternalLanguages = 'de' | 'en';
2
+ export type InternalLanguages = 'de' | 'en' | 'fr';
3
3
  export declare const DEFAULT_LANGUAGE_WHEN_NO_HEADER = "de";
4
4
  export declare const DEFAULT_LANGUAGE_WHEN_HEADER = "en";
5
5
  export declare const AVAILABLE_LANGUAGES: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lucaapp/service-utils",
3
- "version": "5.1.1",
3
+ "version": "5.2.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "files": [