generaltranslation 7.0.0-alpha.6 → 7.0.0-alpha.8

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.
package/dist/types.d.ts CHANGED
@@ -26,6 +26,7 @@ export type Metadata = {
26
26
  actionType?: 'standard' | 'fast' | string;
27
27
  [key: string]: any;
28
28
  };
29
+ export type Format = 'JSX' | 'ICU' | 'I18Next';
29
30
  export type FormatVariables = Record<string, string | number | boolean | null | undefined | Date>;
30
31
  export type Update = {
31
32
  type: 'content';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generaltranslation",
3
- "version": "7.0.0-alpha.6",
3
+ "version": "7.0.0-alpha.8",
4
4
  "description": "A language toolkit for AI developers",
5
5
  "main": "dist/index.cjs.min.cjs",
6
6
  "module": "dist/index.esm.min.mjs",