pw-js-api 0.1.3-dev.6e0f0a1 → 0.1.3-dev.95ab0ec

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/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Errors = exports.Constants = exports.PWGameClient = exports.PWApiClient = void 0;
3
+ exports.BlockNames = exports.Errors = exports.Constants = exports.PWGameClient = exports.PWApiClient = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  var PWApiClient_js_1 = require("./api/PWApiClient.js");
6
6
  Object.defineProperty(exports, "PWApiClient", { enumerable: true, get: function () { return tslib_1.__importDefault(PWApiClient_js_1).default; } });
@@ -8,4 +8,6 @@ var PWGameClient_js_1 = require("./game/PWGameClient.js");
8
8
  Object.defineProperty(exports, "PWGameClient", { enumerable: true, get: function () { return tslib_1.__importDefault(PWGameClient_js_1).default; } });
9
9
  exports.Constants = tslib_1.__importStar(require("./util/Constants.js"));
10
10
  exports.Errors = tslib_1.__importStar(require("./util/Errors.js"));
11
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUNBLHVEQUE4RDtBQUFyRCxzSUFBQSxPQUFPLE9BQWU7QUFDL0IsMERBQWlFO0FBQXhELHdJQUFBLE9BQU8sT0FBZ0I7QUFDaEMseUVBQWlEO0FBQ2pELG1FQUEyQyJ9
11
+ var block_js_1 = require("./util/block.js");
12
+ Object.defineProperty(exports, "BlockNames", { enumerable: true, get: function () { return block_js_1.BlockNames; } });
13
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi9saWIvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7OztBQUNBLHVEQUE4RDtBQUFyRCxzSUFBQSxPQUFPLE9BQWU7QUFDL0IsMERBQWlFO0FBQXhELHdJQUFBLE9BQU8sT0FBZ0I7QUFDaEMseUVBQWlEO0FBQ2pELG1FQUEyQztBQUMzQyw0Q0FBNkM7QUFBcEMsc0dBQUEsVUFBVSxPQUFBIn0=
@@ -1,4 +1,4 @@
1
- export declare const enum BlockNames {
1
+ export declare enum BlockNames {
2
2
  EMPTY = 0,
3
3
  GRAVITY_LEFT = 1,
4
4
  GRAVITY_UP = 2,