@roadmanjs/chat-client 1.3.3 → 1.3.5
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.
|
@@ -3,13 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.ON_CONVOS_SUBSCRIPTION =
|
|
6
|
+
exports.ON_CONVOS_SUBSCRIPTION = void 0;
|
|
7
7
|
const graphql_tag_1 = __importDefault(require("graphql-tag"));
|
|
8
|
-
exports.ON_CHAT_CONVO_SUBSCRIPTION = (0, graphql_tag_1.default) `
|
|
9
|
-
subscription onChatConvo($convoId: String!) {
|
|
10
|
-
data: onChatConvo(convoId: $convoId)
|
|
11
|
-
}
|
|
12
|
-
`;
|
|
13
8
|
exports.ON_CONVOS_SUBSCRIPTION = (0, graphql_tag_1.default) `
|
|
14
9
|
subscription OnConvos($owner: String!, $time: DateTime) {
|
|
15
10
|
data: onConvos(owner: $owner, time: $time) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"chatConvo.subscription.js","sourceRoot":"","sources":["../../../src/chat/subscriptions/chatConvo.subscription.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA8B;AAEjB,QAAA,
|
|
1
|
+
{"version":3,"file":"chatConvo.subscription.js","sourceRoot":"","sources":["../../../src/chat/subscriptions/chatConvo.subscription.ts"],"names":[],"mappings":";;;;;;AAAA,8DAA8B;AAEjB,QAAA,sBAAsB,GAAG,IAAA,qBAAG,EAAA;;;;;;;;;;CAUxC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@roadmanjs/chat-client","version":"1.3.
|
|
1
|
+
{"name":"@roadmanjs/chat-client","version":"1.3.5","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":{}}
|