poe-api-manager 1.2.13 → 1.2.14
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/Changelog.md
CHANGED
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|

|
|
6
6
|
[](https://github.com/ayberkgezer/poe-api-manager/issues)
|
|
7
7
|

|
|
8
|
+

|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
- [Introduction](#introduction)
|
|
@@ -120,7 +120,7 @@ export declare class ItemViewModule {
|
|
|
120
120
|
*/
|
|
121
121
|
allflameEmber: AllflameEmberModule;
|
|
122
122
|
/**
|
|
123
|
-
* Creates a new instance of
|
|
123
|
+
* Creates a new instance of ItemViewModule.
|
|
124
124
|
* @param league - The Path of Exile league for which the item information is retrieved.
|
|
125
125
|
* @param typeName - The type of item information to retrieve.
|
|
126
126
|
*/
|
|
@@ -123,7 +123,7 @@ class ItemViewModule {
|
|
|
123
123
|
*/
|
|
124
124
|
allflameEmber;
|
|
125
125
|
/**
|
|
126
|
-
* Creates a new instance of
|
|
126
|
+
* Creates a new instance of ItemViewModule.
|
|
127
127
|
* @param league - The Path of Exile league for which the item information is retrieved.
|
|
128
128
|
* @param typeName - The type of item information to retrieve.
|
|
129
129
|
*/
|
package/jsr.json
ADDED