@molopos/shared 2.0.31 → 2.0.32

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
@@ -276,5 +276,5 @@ export declare enum StatusEnum {
276
276
  */
277
277
  export declare enum SectionStatusEnum {
278
278
  Open = "OPEN",
279
- Closed = "CLOSED"
279
+ Close = "CLOSE"
280
280
  }
package/enum/index.js CHANGED
@@ -302,5 +302,5 @@ var StatusEnum;
302
302
  var SectionStatusEnum;
303
303
  (function (SectionStatusEnum) {
304
304
  SectionStatusEnum["Open"] = "OPEN";
305
- SectionStatusEnum["Closed"] = "CLOSED";
305
+ SectionStatusEnum["Close"] = "CLOSE";
306
306
  })(SectionStatusEnum || (exports.SectionStatusEnum = SectionStatusEnum = {}));
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.31","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.32","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"}}