@roadmanjs/chat-client 0.0.65 → 1.1.13

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
@@ -2,6 +2,12 @@
2
2
  <p align="center">
3
3
  <h1 align="center"> Roadman - for chat and groups </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
  ## A Roadman for chat and groups, using UserType from 'auth'
@@ -12,6 +12,9 @@ exports.ChatConvoFragment = (0, graphql_tag_1.default) `
12
12
  id
13
13
  convoId
14
14
  name
15
+ source
16
+ sourceId
17
+ sourceType
15
18
  avatar
16
19
  owner {
17
20
  ...ChatUserTypeFragment
@@ -1 +1 @@
1
- {"version":3,"file":"chatConvo.fragment.js","sourceRoot":"","sources":["../../../src/chat/fragments/chatConvo.fragment.ts"],"names":[],"mappings":";;;;;;AAAA,iEAA+D;AAC/D,2DAAyD;AACzD,8DAA8B;AAEjB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;MAsB9B,8CAAuB;MACvB,wCAAoB;CACzB,CAAC"}
1
+ {"version":3,"file":"chatConvo.fragment.js","sourceRoot":"","sources":["../../../src/chat/fragments/chatConvo.fragment.ts"],"names":[],"mappings":";;;;;;AAAA,iEAA+D;AAC/D,2DAAyD;AACzD,8DAA8B;AAEjB,QAAA,iBAAiB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;MAyB9B,8CAAuB;MACvB,wCAAoB;CACzB,CAAC"}
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@roadmanjs/chat-client","version":"0.0.65","description":"@roadmanjs/chat fragments, query, mutations, subscriptions","main":"dist/index.js","types":"dist/index.d.ts","files":["src/","docs/","dist/","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"}},"devDependencies":{},"peerDependencies":{},"dependencies":{"graphql-tag":"^2.12.5"}}
1
+ {"name":"@roadmanjs/chat-client","version":"1.1.13","description":"@roadmanjs/chat fragments, query, mutations, subscriptions","main":"dist/index.js","types":"dist/index.d.ts","files":["src/","docs/","dist/","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":{},"peerDependencies":{}}