@airsoko/auth 0.0.2 → 0.0.4

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/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
@@ -1 +1 @@
1
- {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../../src/graphql/queries.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,UAAU,oGAStB,CAAC;AAEF,eAAO,MAAM,cAAc,oGAS1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,gEA8B1B,CAAC"}
1
+ {"version":3,"file":"queries.d.ts","sourceRoot":"","sources":["../../../src/graphql/queries.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,eAAO,MAAM,UAAU,oGAStB,CAAC;AAEF,eAAO,MAAM,cAAc,oGAS1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,cAAc,gEA6B1B,CAAC"}
@@ -51,7 +51,6 @@ const OnboardingUser = async () => {
51
51
  avatar {
52
52
  src
53
53
  id
54
- type
55
54
  }
56
55
  avatarOriginal
57
56
  profile {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airsoko/auth",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "private": false,