@rpg-engine/shared 0.9.37 → 0.9.38

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.
@@ -0,0 +1,2 @@
1
+ export declare const MINIMUM_MINUTES_FOR_WATERING: number;
2
+ //# sourceMappingURL=farming.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"farming.constants.d.ts","sourceRoot":"","sources":["../../src/constants/farming.constants.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,4BAA4B,EAAE,MAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.MINIMUM_MINUTES_FOR_WATERING = void 0;
4
+ exports.MINIMUM_MINUTES_FOR_WATERING = 20;
5
+ //# sourceMappingURL=farming.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"farming.constants.js","sourceRoot":"","sources":["../../src/constants/farming.constants.ts"],"names":[],"mappings":";;;AAAa,QAAA,4BAA4B,GAAW,EAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ export interface ISimpleTutorialWithKey {
2
+ key: string;
3
+ }
4
+ export declare enum SimpleTutorialSocketEvents {
5
+ SimpleTutorialWithKey = "SimpleTutorialWithKey"
6
+ }
7
+ //# sourceMappingURL=simpleTutorial.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"simpleTutorial.d.ts","sourceRoot":"","sources":["../../src/types/simpleTutorial.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,sBAAsB;IACrC,GAAG,EAAE,MAAM,CAAC;CACb;AAID,oBAAY,0BAA0B;IACpC,qBAAqB,0BAA0B;CAChD"}
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.SimpleTutorialSocketEvents = void 0;
4
+ var SimpleTutorialSocketEvents;
5
+ (function (SimpleTutorialSocketEvents) {
6
+ SimpleTutorialSocketEvents["SimpleTutorialWithKey"] = "SimpleTutorialWithKey";
7
+ })(SimpleTutorialSocketEvents = exports.SimpleTutorialSocketEvents || (exports.SimpleTutorialSocketEvents = {}));
8
+ //# sourceMappingURL=simpleTutorial.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"simpleTutorial.js","sourceRoot":"","sources":["../../src/types/simpleTutorial.ts"],"names":[],"mappings":";;;AAMA,IAAY,0BAEX;AAFD,WAAY,0BAA0B;IACpC,6EAA+C,CAAA;AACjD,CAAC,EAFW,0BAA0B,GAA1B,kCAA0B,KAA1B,kCAA0B,QAErC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rpg-engine/shared",
3
- "version": "0.9.37",
3
+ "version": "0.9.38",
4
4
  "description": "Types shared across our API and client",
5
5
  "author": "Definya Team",
6
6
  "homepage": "",