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
@@ -1,5 +1,8 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.2.14
4
+ - 🚀[New] Publish jsr.
5
+
3
6
  ## 1.2.13
4
7
  - 🛠️[Fix] Quick Fix.
5
8
 
package/README.md CHANGED
@@ -5,6 +5,7 @@
5
5
  ![GitHub top language](https://img.shields.io/github/languages/top/ayberkgezer/poe-api-manager?logo=typescript)
6
6
  [![ISSUES](https://img.shields.io/github/issues/ayberkgezer/poe-api-manager-ts)](https://github.com/ayberkgezer/poe-api-manager/issues)
7
7
  ![NPM Downloads](https://img.shields.io/npm/dt/poe-api-manager?logo=npm)
8
+ ![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/ayberkgezer/poe-api-manager/build.yml)
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 ItemWievModule.
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 ItemWievModule.
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
@@ -0,0 +1,5 @@
1
+ {
2
+ "name": "@ayberkgezer/poe-api-manager",
3
+ "version": "1.2.14",
4
+ "exports": "src/index.ts"
5
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "poe-api-manager",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "description": "poe.ninja and poe.watch API",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",