@ofload/graphql-mongodb-subscriptions 1.0.1 → 1.0.2

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.
@@ -49,7 +49,7 @@ var __generator = (this && this.__generator) || function (thisArg, body) {
49
49
  Object.defineProperty(exports, "__esModule", { value: true });
50
50
  exports.MongodbPubSub = void 0;
51
51
  var pubsub_async_iterator_1 = require("./pubsub-async-iterator");
52
- var mongopubsub_1 = require("@mawhea/mongopubsub");
52
+ var mongopubsub_1 = require("@ofload/mongopubsub");
53
53
  var defaultCommonMessageHandler = function (message) {
54
54
  console.log("MongodbPubSub.defaultCommonMessageHandler()", message);
55
55
  return message;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ofload/graphql-mongodb-subscriptions",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A graphql-subscriptions PubSub Engine using MongoDB",
5
5
  "main": "dist/index.js",
6
6
  "repository": {