@deafwave/osrs-botmaker-types 0.5.16 → 0.5.17

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.
@@ -1,6 +1,4 @@
1
- declare namespace java {
2
- export class JavaImporter {
3
- public modules: any[];
4
- constructor(...modules: any[]);
5
- }
1
+ declare class JavaImporter {
2
+ public modules: any[];
3
+ constructor(...modules: any[]);
6
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deafwave/osrs-botmaker-types",
3
- "version": "0.5.16",
3
+ "version": "0.5.17",
4
4
  "author": {
5
5
  "name": "Chandler Ferry",
6
6
  "url": "https://github.com/ChandlerFerry"