@undp/carbon-library 1.0.95 → 1.0.96

Sign up to get free protection for your applications and to get access to all the features.
@@ -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>;
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.96",
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": {