@airsoko/auth 0.0.2 → 0.0.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 +0 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # Airsoko auth package
2
2
 
3
- <br/>
4
-
5
3
  ## 📑 Table of Contents
6
4
 
7
5
  <details>
@@ -43,10 +41,6 @@ If you wish to uninstall Airsoko next, use:
43
41
  npm uninstall @airsoko/auth
44
42
  ```
45
43
 
46
- ### TypeScript
47
-
48
- All libraries are written with type safety in mind. [Check out the docs](https://authjs.dev/getting-started/typescript) for more information.
49
-
50
44
  ### API Reference
51
45
 
52
46
  ## Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airsoko/auth",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,