@skroz/profile-api 1.0.5 → 1.0.6

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.
@@ -94,5 +94,5 @@ export interface ProfileContext<TUser = AuthUser> {
94
94
  user?: TUser;
95
95
  req: any;
96
96
  res: any;
97
- t: (key: string, options?: any) => string;
97
+ t: (key: string, options?: any) => any;
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@skroz/profile-api",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "license": "MIT",
5
5
  "repository": "git@gitlab.com:skroz/libs/utils.git",
6
6
  "main": "dist/index.js",
@@ -41,5 +41,5 @@
41
41
  "peerDependencies": {
42
42
  "reflect-metadata": "0.1.13"
43
43
  },
44
- "gitHead": "fbc3bff05af003470fe79b7ea7d11bc29caa9ae3"
44
+ "gitHead": "7a8e1fe4c67995cd6d916218dac57a49ddc48da2"
45
45
  }
@@ -98,5 +98,5 @@ export interface ProfileContext<TUser = AuthUser> {
98
98
  user?: TUser;
99
99
  req: any;
100
100
  res: any;
101
- t: (key: string, options?: any) => string;
101
+ t: (key: string, options?: any) => any;
102
102
  }