punch-library 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <p align="center">
4
4
  <picture>
5
5
  <source srcset="https://raw.githubusercontent.com/oguzhan18/punch-library/refs/heads/main/docs/assets/punch-library.png" type="image/png" />
6
- <img src="https://raw.githubusercontent.com/oguzhan18/punch-library/refs/heads/main/docs/assets/punch-library.svg" alt="Punch Library logo" width="700" />
6
+ <img src="https://raw.githubusercontent.com/oguzhan18/punch-library/refs/heads/main/docs/assets/punch-library.png" alt="Punch Library logo" width="700" />
7
7
  </picture>
8
8
  </p>
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "punch-library",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Framework-agnostic payment orchestration library for Node.js with Punch CLI",
5
5
  "author": "Oguzhan Cart <oguzhancart1@gmail.com> (https://oguzhancart.dev)",
6
6
  "homepage": "https://oguzhancart.dev",