suioutkit 1.0.1 → 1.0.2

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 +2 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,11 @@
1
- <h1 align="center">
2
1
  <div align="center">
3
2
  <h1>SuiOutKit SDK</h1>
4
3
  <p>
5
4
  <a href="https://www.npmjs.com/package/suioutkit"><img src="https://img.shields.io/npm/v/suioutkit.svg" alt="npm version"/></a>
6
- <a href="/LICENSE"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License: GPL v3"/></a>
5
+ <a href="https://github.com/the3rdweblabs/suioutkit/blob/main/LICENSE"><img src="https://img.shields.io/badge/License-GPLv3-blue.svg" alt="License: GPL v3"/></a>
7
6
  <a href="https://www.typescriptlang.org/"><img src="https://img.shields.io/badge/TypeScript-typed-3178c6.svg" alt="TypeScript"/></a>
8
7
  </p>
9
- </h1>
8
+ </div>
10
9
 
11
10
  Browser SDK for SuiOutKit checkout: create sessions, open a ready-made payment modal, or build a custom UI with helpers.
12
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suioutkit",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Premium Universal Payment Gateway SDK for instant settlement on Sui",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",