@roadmanjs/auth-client 0.1.1 → 1.2.0
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 +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
<p align="center">
|
|
3
3
|
<h1 align="center"> Roadman - Couchbase UserType Model + Firebase Auth </h1>
|
|
4
4
|
</p>
|
|
5
|
+
<div align="center">
|
|
6
|
+
|
|
7
|
+
<img width="500px" src="./docs/roadman_dance.gif"></img>
|
|
8
|
+
|
|
9
|
+
</div>
|
|
10
|
+
|
|
5
11
|
|
|
6
12
|
|
|
7
13
|
## An auth roadman using a UserType model in Couchbase and firebase-auth
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@roadmanjs/auth-client","
|
|
1
|
+
{"name":"@roadmanjs/auth-client","description":"GraphQL client gql for @roadmanjs/auth","main":"index.js","types":"index.d.ts","files":["index.d.ts","docs/","/gql","register/","LICENSE"],"author":{"name":"Ceddy Muhoza","email":"ceddymuhoza@gmail.com","url":"https://ceddy.org"},"license":"MIT","private":false,"scripts":{},"lint-staged":{"*.{ts,tsx}":["npm run eslint"]},"husky":{"hooks":{"pre-commit":"lint-staged"}},"dependencies":{"graphql-tag":"^2.12.5"},"devDependencies":{},"version":"1.2.0","peerDependencies":{}}
|