guildwars2-ts 1.2.3 → 1.4.0
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/README.md +3 -3
- package/dist/index.d.ts +5356 -9981
- package/dist/index.js +53 -6648
- package/dist/index.mjs +53 -6637
- package/package.json +31 -47
- package/dist/index.d.mts +0 -10185
package/README.md
CHANGED
|
@@ -38,11 +38,11 @@ setLogLevel(LogLevel.info);
|
|
|
38
38
|
})();
|
|
39
39
|
```
|
|
40
40
|
|
|
41
|
-
## Contibutions
|
|
41
|
+
## Bug Reports and Contibutions
|
|
42
42
|
|
|
43
|
-
If you
|
|
43
|
+
If you encounter any kinds of errors, or wish to add/update the functionality provided by this project, please feel free to open a pull request against the [development branch](https://gitlab.com/dinckelman/guildwars2-ts/-/tree/dev).
|
|
44
44
|
|
|
45
|
-
In case of runtime errors, request validation error logs are extremely helpful, so please include them in the
|
|
45
|
+
Otherwise, please check open [issue reports](https://gitlab.com/dinckelman/guildwars2-ts/-/issues/), to see if there is an existing discussion on the issue, or open a new request. In case of runtime errors, request validation error logs are extremely helpful, so please include them in the report, as guided by the template.
|
|
46
46
|
|
|
47
47
|
[npm-image]: https://img.shields.io/npm/v/guildwars2-ts
|
|
48
48
|
[npm-link]: https://www.npmjs.com/package/guildwars2-ts
|