gcm-database 1.0.0 → 1.0.1

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/ongeki.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- export { Chart } from "./ongeki/chart";
1
+ export { Chart, LunaticType } from "./ongeki/chart";
2
2
  export { Database } from "./ongeki/database";
3
3
  export { Difficulty } from "./ongeki/difficulty";
package/dist/ongeki.js CHANGED
@@ -1,6 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.Difficulty = void 0;
3
+ exports.Difficulty = exports.LunaticType = void 0;
4
+ var chart_1 = require("./ongeki/chart");
5
+ Object.defineProperty(exports, "LunaticType", { enumerable: true, get: function () { return chart_1.LunaticType; } });
4
6
  var difficulty_1 = require("./ongeki/difficulty");
5
7
  Object.defineProperty(exports, "Difficulty", { enumerable: true, get: function () { return difficulty_1.Difficulty; } });
6
8
  //# sourceMappingURL=ongeki.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"ongeki.js","sourceRoot":"","sources":["../src/ongeki.ts"],"names":[],"mappings":";;;AAEA,iDAAgD;AAAvC,wGAAA,UAAU,OAAA"}
1
+ {"version":3,"file":"ongeki.js","sourceRoot":"","sources":["../src/ongeki.ts"],"names":[],"mappings":";;;AAAA,uCAAmD;AAAnC,oGAAA,WAAW,OAAA;AAE3B,iDAAgD;AAAvC,wGAAA,UAAU,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gcm-database",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A GekiChuMai Metadata database protocol",
5
5
  "homepage": "https://github.com/saltcute/gcm-database#readme",
6
6
  "bugs": {