gt-next 6.7.0-alpha.2 → 6.7.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # gt-next
2
2
 
3
+ ## 6.7.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`3cb2e06`](https://github.com/generaltranslation/gt/commit/3cb2e06490820d6a27d2dc3e749044a81c48a07a)]:
8
+ - @generaltranslation/compiler@1.0.1
9
+
10
+ ## 6.7.0
11
+
12
+ ### Minor Changes
13
+
14
+ - [#575](https://github.com/generaltranslation/gt/pull/575) [`fa9c8d6`](https://github.com/generaltranslation/gt/commit/fa9c8d695ca8d17d03c79dee524f47f25ea63728) Thanks [@ErnestM1234](https://github.com/ErnestM1234)! - feat: babel compiler
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [[`fa9c8d6`](https://github.com/generaltranslation/gt/commit/fa9c8d695ca8d17d03c79dee524f47f25ea63728)]:
19
+ - @generaltranslation/compiler@1.0.0
20
+
3
21
  ## 6.6.6
4
22
 
5
23
  ### Patch Changes
Binary file
package/dist/server.d.ts CHANGED
@@ -9,7 +9,7 @@ import { LocaleProperties } from 'generaltranslation/types';
9
9
  import { getLocaleDirection } from './request/getLocaleDirection';
10
10
  import { getMessages, getGT } from './server-dir/buildtime/getTranslationFunction';
11
11
  export declare function getDefaultLocale(): string;
12
- export declare function getGTClass(): import("../../core/dist").GT;
12
+ export declare function getGTClass(): import("generaltranslation").GT;
13
13
  export declare function getLocaleProperties(locale: string): LocaleProperties;
14
14
  export declare function getLocales(): string[];
15
15
  export { GTProvider, T, getGT, getTranslations, getMessages, tx, Tx, getLocale, getLocaleDirection, };
@@ -1 +1 @@
1
- {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,OAAO,CAAC,MAAM,0BAA0B,CAAC;AACzC,OAAO,EAAE,MAAM,yBAAyB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EACL,WAAW,EACX,KAAK,EACN,MAAM,+CAA+C,CAAC;AAEvD,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAED,wBAAgB,UAAU,iCAEzB;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,UAAU,IAAI,MAAM,EAAE,CAErC;AAED,OAAO,EACL,UAAU,EACV,CAAC,EACD,KAAK,EACL,eAAe,EACf,WAAW,EACX,EAAE,EACF,EAAE,EACF,SAAS,EACT,kBAAkB,GACnB,CAAC"}
1
+ {"version":3,"file":"server.d.ts","sourceRoot":"","sources":["../src/server.ts"],"names":[],"mappings":"AAAA,OAAO,aAAa,CAAC;AAErB,OAAO,CAAC,MAAM,0BAA0B,CAAC;AACzC,OAAO,EAAE,MAAM,yBAAyB,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAEhD,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,UAAU,MAAM,uBAAuB,CAAC;AAC/C,OAAO,EAAE,MAAM,0BAA0B,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAClE,OAAO,EACL,WAAW,EACX,KAAK,EACN,MAAM,+CAA+C,CAAC;AAEvD,wBAAgB,gBAAgB,IAAI,MAAM,CAEzC;AAED,wBAAgB,UAAU,oCAEzB;AAED,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,MAAM,GAAG,gBAAgB,CAEpE;AAED,wBAAgB,UAAU,IAAI,MAAM,EAAE,CAErC;AAED,OAAO,EACL,UAAU,EACV,CAAC,EACD,KAAK,EACL,eAAe,EACf,WAAW,EACX,EAAE,EACF,EAAE,EACF,SAAS,EACT,kBAAkB,GACnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-next",
3
- "version": "6.7.0-alpha.2",
3
+ "version": "6.7.1",
4
4
  "description": "A Next.js library for automatic internationalization.",
5
5
  "main": "dist/index.server.js",
6
6
  "peerDependencies": {
@@ -13,10 +13,10 @@
13
13
  "CHANGELOG.md"
14
14
  ],
15
15
  "dependencies": {
16
- "@generaltranslation/compiler": "1.0.0-alpha.0",
17
- "gt-react": "10.7.0-alpha.2",
18
16
  "@generaltranslation/supported-locales": "2.0.14",
19
- "generaltranslation": "7.6.4"
17
+ "@generaltranslation/compiler": "1.0.1",
18
+ "generaltranslation": "7.6.4",
19
+ "gt-react": "10.6.4"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",