gt-react 10.10.6 → 10.10.8

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,3 +1,9 @@
1
1
  import { AuthFromEnvParams, AuthFromEnvReturn } from '@generaltranslation/react-core/types';
2
+ /**
3
+ * Extract the project ID and development API key from the environment variables
4
+ * @param projectId - The project ID
5
+ * @param devApiKey - The development API key
6
+ * @returns The project ID and development API key
7
+ */
2
8
  export declare function readAuthFromEnv({ projectId, devApiKey, }: AuthFromEnvParams): AuthFromEnvReturn;
3
9
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,sCAAsC,CAAC;AAE9C,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,SAAS,GACV,EAAE,iBAAiB,GAAG,iBAAiB,CA6CvC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/utils/utils.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,iBAAiB,EACjB,iBAAiB,EAClB,MAAM,sCAAsC,CAAC;AAE9C;;;;;GAKG;AACH,wBAAgB,eAAe,CAAC,EAC9B,SAAS,EACT,SAAS,GACV,EAAE,iBAAiB,GAAG,iBAAiB,CA6CvC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gt-react",
3
- "version": "10.10.6",
3
+ "version": "10.10.8",
4
4
  "description": "A React library for automatic internationalization.",
5
5
  "main": "./dist/index.cjs.min.cjs",
6
6
  "module": "./dist/index.esm.min.mjs",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@generaltranslation/supported-locales": "2.0.40",
18
18
  "generaltranslation": "8.1.9",
19
- "@generaltranslation/react-core": "1.4.6"
19
+ "@generaltranslation/react-core": "1.4.7"
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",