@molopos/shared 2.0.34 → 2.0.35

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.
package/enum/index.d.ts CHANGED
@@ -284,5 +284,5 @@ export declare enum SectionStatusEnum {
284
284
  */
285
285
  export declare enum ExpenseModuleEnum {
286
286
  Expense = "EXPENSE",
287
- Investment = "INVESTMENT"
287
+ CollaborativeFund = "COLLABORATIVEFUND"
288
288
  }
package/enum/index.js CHANGED
@@ -311,5 +311,5 @@ var SectionStatusEnum;
311
311
  var ExpenseModuleEnum;
312
312
  (function (ExpenseModuleEnum) {
313
313
  ExpenseModuleEnum["Expense"] = "EXPENSE";
314
- ExpenseModuleEnum["Investment"] = "INVESTMENT";
314
+ ExpenseModuleEnum["CollaborativeFund"] = "COLLABORATIVEFUND";
315
315
  })(ExpenseModuleEnum || (exports.ExpenseModuleEnum = ExpenseModuleEnum = {}));
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.34","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.3.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.35","description":"Shared between backend and frontend repos","license":"ISC","repository":{"type":"git","url":"https://github.com/unicubate/molopos-shared.git"},"dependencies":{"class-transformer":"^0.5.1","date-fns":"^4.3.0","luxon":"^3.7.2"}}