@undp/carbon-library 1.0.95 → 1.0.97

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.
@@ -14,5 +14,6 @@ export interface ProgrammeDocumentsProps {
14
14
  useConnection: any;
15
15
  useUserContext: any;
16
16
  translator: any;
17
+ methodologyDocumentUpdated: any;
17
18
  }
18
19
  export declare const ProgrammeDocuments: FC<ProgrammeDocumentsProps>;
@@ -0,0 +1 @@
1
+ export declare const isValidateFileType: (fileType: string) => boolean;
package/dist/index.d.ts CHANGED
@@ -964,6 +964,7 @@ interface ProgrammeDocumentsProps {
964
964
  useConnection: any;
965
965
  useUserContext: any;
966
966
  translator: any;
967
+ methodologyDocumentUpdated: any;
967
968
  }
968
969
  declare const ProgrammeDocuments: FC<ProgrammeDocumentsProps>;
969
970
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.95",
3
+ "version": "1.0.97",
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": {