generaltranslation 8.0.0 → 8.0.1-alpha.1

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,4 +1,5 @@
1
- import { Content, DataFormat } from '../../types';
1
+ import { Content } from '../../types-dir/jsx/content';
2
+ import { DataFormat } from '../../types-dir/jsx/content';
2
3
  /**
3
4
  * ActionType is the type of action to perform on the request.
4
5
  *
@@ -1,4 +1,4 @@
1
- import { DataFormat } from 'src/types';
1
+ import { DataFormat } from '../jsx/content';
2
2
  import { Entry } from './entry';
3
3
  export type FileFormat = 'GTJSON' | 'JSON' | 'YAML' | 'MDX' | 'MD' | 'TS' | 'JS' | 'HTML';
4
4
  export type FileMetadata = {
package/dist/types.d.ts CHANGED
@@ -1,5 +1,3 @@
1
- import { DataFormat as DataFormat$1 } from 'src/types';
2
-
3
1
  type CustomMapping = Record<string, string | Partial<LocaleProperties>>;
4
2
 
5
3
  type LocaleProperties = {
@@ -171,7 +169,7 @@ type FileReference = {
171
169
  branchId: string;
172
170
  fileName: string;
173
171
  fileFormat: FileFormat;
174
- dataFormat?: DataFormat$1;
172
+ dataFormat?: DataFormat;
175
173
  };
176
174
 
177
175
  type DownloadFileBatchOptions = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generaltranslation",
3
- "version": "8.0.0",
3
+ "version": "8.0.1-alpha.1",
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",