@undp/carbon-library 1.0.157-CARBON-339.1 → 1.0.157-CARBON-339.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -39,4 +39,3 @@ export * from "./Common/OrganisationStatus/organisationStatus";
39
39
  export * from "./Common/ProgrammeDocuments/programmeDocuments";
40
40
  export * from "./Common/UserRoleIcon/userRoleIcon";
41
41
  export * from "./Common/TimelineBody/timelineBody";
42
- export * from "./Internationalization/i18n";
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import React, { FC, ReactNode } from 'react';
2
2
  import { RcFile } from 'rc-upload/lib/interface';
3
- export { default as i18n } from 'i18next';
4
3
  import { RawAxiosResponseHeaders, AxiosResponseHeaders, AxiosRequestConfig } from 'axios';
5
4
  import { BuildingType } from '@undp/carbon-credit-calculator';
6
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.157-CARBON-339.1",
3
+ "version": "1.0.157-CARBON-339.2",
4
4
  "description": "Shared Library of tools for Carbon Credits applications ecosystem for ExO and and HQ/GEF",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,2 +0,0 @@
1
- import i18n from 'i18next';
2
- export { i18n };
@@ -1,2 +0,0 @@
1
- import i18n from 'i18next';
2
- export { i18n };