@ruvice/my-maple-models 0.1.0 → 0.1.2

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.d.ts CHANGED
@@ -3,3 +3,4 @@ export * from "./models/api/equipmentTypes";
3
3
  export * from "./models/maple/Equipment/equipmentTypes";
4
4
  export * from "./models/maple/Equipment/options";
5
5
  export * from "./models/maple/mapleModels";
6
+ export * from "./models/maple/Generic/enums";
package/dist/index.js CHANGED
@@ -3,3 +3,4 @@ export * from "./models/api/equipmentTypes";
3
3
  export * from "./models/maple/Equipment/equipmentTypes";
4
4
  export * from "./models/maple/Equipment/options";
5
5
  export * from "./models/maple/mapleModels";
6
+ export * from "./models/maple/Generic/enums";
@@ -55,4 +55,3 @@ export interface StatResponse {
55
55
  stat_name: string;
56
56
  stat_value: string;
57
57
  }
58
- export type TwitchBroadcasterConfiguration = Record<string, Ocid>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ruvice/my-maple-models",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Shared models and utils for MapleStory Nexon Open API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -8,7 +8,12 @@
8
8
  "build": "tsc",
9
9
  "clean": "rm -rf dist"
10
10
  },
11
- "keywords": ["maplestory", "models", "types", "Nexon Open API"],
11
+ "keywords": [
12
+ "maplestory",
13
+ "models",
14
+ "types",
15
+ "Nexon Open API"
16
+ ],
12
17
  "author": "Andrew Wee",
13
18
  "license": "MIT",
14
19
  "files": [