@molopos/shared 2.0.82 → 2.0.83

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
@@ -345,6 +345,7 @@ export declare enum ProviderEnum {
345
345
  * Increment/Decrement enum
346
346
  */
347
347
  export declare enum IncrementDecrementEnum {
348
+ Lost = "LOST",
348
349
  Increment = "INCREMENT",
349
350
  Decrement = "DECREMENT"
350
351
  }
package/enum/index.js CHANGED
@@ -374,6 +374,7 @@ var ProviderEnum;
374
374
  */
375
375
  var IncrementDecrementEnum;
376
376
  (function (IncrementDecrementEnum) {
377
+ IncrementDecrementEnum["Lost"] = "LOST";
377
378
  IncrementDecrementEnum["Increment"] = "INCREMENT";
378
379
  IncrementDecrementEnum["Decrement"] = "DECREMENT";
379
380
  })(IncrementDecrementEnum || (exports.IncrementDecrementEnum = IncrementDecrementEnum = {}));
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.82","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.4.0","luxon":"^3.7.2"}}
1
+ {"name":"@molopos/shared","publishConfig":{"access":"public"},"version":"2.0.83","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.4.0","luxon":"^3.7.2"}}