@undp/carbon-library 1.0.23 → 1.0.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,5 @@
1
1
  import { DateTime } from "luxon";
2
- import { ProgrammeTransfer } from '../Entities/programmeTransfer';
2
+ import { ProgrammeTransfer } from "../Entities/programmeTransfer";
3
3
  export declare enum ProgrammeStage {
4
4
  AwaitingAuthorization = "Pending",
5
5
  Authorised = "Authorised",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@undp/carbon-library",
3
- "version": "1.0.23",
3
+ "version": "1.0.25",
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": {