gt-node 1.0.5 → 1.0.7
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/CHANGELOG.md +18 -0
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/{types-DRzJE3_g.d.mts → types-BHWuYiTt.d.mts} +3 -2
- package/dist/{types-q4Dh7iMi.d.cts → types-DhwjE5vA.d.cts} +3 -2
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# gt-node
|
|
2
2
|
|
|
3
|
+
## 1.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1916](https://github.com/generaltranslation/gt/pull/1916) [`c658e7e`](https://github.com/generaltranslation/gt/commit/c658e7e1f6929965e3752a6828e3658dd8c527a8) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - Unify `gt.config.json` types so complete config objects can be spread into compiler plugins and runtime initializers while file settings remain optional.
|
|
8
|
+
|
|
9
|
+
- Updated dependencies [[`c658e7e`](https://github.com/generaltranslation/gt/commit/c658e7e1f6929965e3752a6828e3658dd8c527a8)]:
|
|
10
|
+
- generaltranslation@9.0.3
|
|
11
|
+
- gt-i18n@1.0.7
|
|
12
|
+
|
|
13
|
+
## 1.0.6
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies [[`5d93858`](https://github.com/generaltranslation/gt/commit/5d9385872eb041af0991fc273d5eddd7a032e584), [`8836fbd`](https://github.com/generaltranslation/gt/commit/8836fbda088b5192b2eaa8e2109a724256458bc2), [`5721267`](https://github.com/generaltranslation/gt/commit/57212672a595c8c8578366636767bcbfe8ab6e57), [`8b9b440`](https://github.com/generaltranslation/gt/commit/8b9b4404b703b552b9aa327dc0ae85fce584c97c)]:
|
|
18
|
+
- generaltranslation@9.0.2
|
|
19
|
+
- gt-i18n@1.0.6
|
|
20
|
+
|
|
3
21
|
## 1.0.5
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as InitializeGTParams } from "./types-
|
|
1
|
+
import { n as InitializeGTParams } from "./types-DhwjE5vA.cjs";
|
|
2
2
|
import { declareVar, decodeMsg, decodeOptions, decodeVars, derive, getDefaultLocale, getLocale, getLocaleProperties, getLocales, getVersionId, msg } from "gt-i18n";
|
|
3
3
|
import { getGT, getMessages, getTranslations, tx } from "gt-i18n/internal";
|
|
4
4
|
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as InitializeGTParams } from "./types-
|
|
1
|
+
import { n as InitializeGTParams } from "./types-BHWuYiTt.mjs";
|
|
2
2
|
import { getGT, getMessages, getTranslations, tx } from "gt-i18n/internal";
|
|
3
3
|
import { declareVar, decodeMsg, decodeOptions, decodeVars, derive, getDefaultLocale, getLocale, getLocaleProperties, getLocales, getVersionId, msg } from "gt-i18n";
|
|
4
4
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { I18nCacheConstructorParams, I18nConfigParams, TranslationsLoader } from "gt-i18n/internal/types";
|
|
2
|
+
import { GTConfig } from "generaltranslation/types";
|
|
2
3
|
|
|
3
4
|
//#region src/setup/types.d.ts
|
|
4
5
|
/**
|
|
@@ -10,4 +11,4 @@ import { GTConfig, I18nCacheConstructorParams, I18nConfigParams, TranslationsLoa
|
|
|
10
11
|
type InitializeGTParams = I18nConfigParams & I18nCacheConstructorParams;
|
|
11
12
|
//#endregion
|
|
12
13
|
export { InitializeGTParams as n, TranslationsLoader as r, GTConfig as t };
|
|
13
|
-
//# sourceMappingURL=types-
|
|
14
|
+
//# sourceMappingURL=types-BHWuYiTt.d.mts.map
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { I18nCacheConstructorParams, I18nConfigParams, TranslationsLoader } from "gt-i18n/internal/types";
|
|
2
|
+
import { GTConfig } from "generaltranslation/types";
|
|
2
3
|
|
|
3
4
|
//#region src/setup/types.d.ts
|
|
4
5
|
/**
|
|
@@ -10,4 +11,4 @@ import { GTConfig, I18nCacheConstructorParams, I18nConfigParams, TranslationsLoa
|
|
|
10
11
|
type InitializeGTParams = I18nConfigParams & I18nCacheConstructorParams;
|
|
11
12
|
//#endregion
|
|
12
13
|
export { InitializeGTParams as n, TranslationsLoader as r, GTConfig as t };
|
|
13
|
-
//# sourceMappingURL=types-
|
|
14
|
+
//# sourceMappingURL=types-DhwjE5vA.d.cts.map
|
package/dist/types.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as InitializeGTParams, r as TranslationsLoader, t as GTConfig } from "./types-
|
|
1
|
+
import { n as InitializeGTParams, r as TranslationsLoader, t as GTConfig } from "./types-DhwjE5vA.cjs";
|
|
2
2
|
import { GTFunctionType, GTTranslationOptions, MFunctionType, RuntimeTranslationOptions, TFunctionType } from "gt-i18n/types";
|
|
3
3
|
export { GTConfig, type GTFunctionType, type GTTranslationOptions, InitializeGTParams, type MFunctionType, type RuntimeTranslationOptions, type TFunctionType, TranslationsLoader };
|
package/dist/types.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { n as InitializeGTParams, r as TranslationsLoader, t as GTConfig } from "./types-
|
|
1
|
+
import { n as InitializeGTParams, r as TranslationsLoader, t as GTConfig } from "./types-BHWuYiTt.mjs";
|
|
2
2
|
import { GTFunctionType, GTTranslationOptions, MFunctionType, RuntimeTranslationOptions, TFunctionType } from "gt-i18n/types";
|
|
3
3
|
export { GTConfig, type GTFunctionType, type GTTranslationOptions, InitializeGTParams, type MFunctionType, type RuntimeTranslationOptions, type TFunctionType, TranslationsLoader };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "gt-node",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Node.js utilities for General Translation",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"definition": "dist/index.d.cts"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"gt-i18n": "1.0.
|
|
48
|
-
"generaltranslation": "9.0.
|
|
47
|
+
"gt-i18n": "1.0.7",
|
|
48
|
+
"generaltranslation": "9.0.3"
|
|
49
49
|
},
|
|
50
50
|
"exports": {
|
|
51
51
|
".": {
|