@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 +1 -0
- package/enum/index.js +1 -0
- package/package.json +1 -1
package/enum/index.d.ts
CHANGED
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.
|
|
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"}}
|