RubyGems
npm
Organizations
Log in
Sign up
npm
generaltranslation
Versions diffs
2.0.59 → 2.0.60
generaltranslation 2.0.59 → 2.0.60
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
package/dist/translation/_updateProjectDictionary.d.ts
+1
-1
package/package.json
+1
-1
package/dist/translation/_updateProjectDictionary.d.ts
CHANGED
Viewed
@@ -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
Viewed
@@ -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",