bc-minecraft-molang 1.3.2 → 1.3.3

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/lib/src/main.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export * as MolangData from "./MolangData";
2
- export * from "./Types/Defined Using";
3
2
  export * as Molang from "./Molang";
3
+ export * from "./Types/Defined Using";
package/lib/src/main.js CHANGED
@@ -28,6 +28,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
28
28
  Object.defineProperty(exports, "__esModule", { value: true });
29
29
  exports.Molang = exports.MolangData = void 0;
30
30
  exports.MolangData = __importStar(require("./MolangData"));
31
- __exportStar(require("./Types/Defined Using"), exports);
32
31
  exports.Molang = __importStar(require("./Molang"));
32
+ __exportStar(require("./Types/Defined Using"), exports);
33
33
  //# sourceMappingURL=main.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA2C;AAC3C,wDAAsC;AACtC,mDAAmC"}
1
+ {"version":3,"file":"main.js","sourceRoot":"","sources":["../../src/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,2DAA2C;AAC3C,mDAAmC;AACnC,wDAAsC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bc-minecraft-molang",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "The library designed to deal with minecraft bedrock molang",
5
5
  "main": "./lib/src/main.js",
6
6
  "types": "./lib/src/main.d.ts",