generaltranslation 2.0.59 → 2.0.60

Sign up to get free protection for your applications and to get access to all the features.
@@ -5,7 +5,7 @@ export type Update = {
5
5
  metadata: Record<string, any>;
6
6
  };
7
7
  } | {
8
- type: 'intl';
8
+ type: 'string';
9
9
  data: {
10
10
  content: string;
11
11
  metadata: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "generaltranslation",
3
- "version": "2.0.59",
3
+ "version": "2.0.60",
4
4
  "description": "A language toolkit for AI developers",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",