hh-contracts 0.0.46 → 0.0.47

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.
@@ -18,6 +18,7 @@ export const LANGUAGES = {
18
18
  } as const;
19
19
 
20
20
  export type TLanguage = keyof typeof LANGUAGES;
21
+ export type TLanguageValues = (typeof LANGUAGES)[keyof typeof LANGUAGES];
21
22
 
22
23
  export type TLocale = (typeof LANGUAGES)[TLanguage]['locale'];
23
24
  export type TPostgresLocale = (typeof LANGUAGES)[TLanguage]['postgressLocale'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hh-contracts",
3
- "version": "0.0.46",
3
+ "version": "0.0.47",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {