@pioneer-platform/pioneer-events 8.1.44 → 8.1.45

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.
Files changed (2) hide show
  1. package/lib/index.js +2 -4
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -175,12 +175,10 @@ var Events = /** @class */ (function () {
175
175
  return __awaiter(this, void 0, void 0, function () {
176
176
  var tag;
177
177
  return __generator(this, function (_a) {
178
- tag = TAG + " | subscribeToKey | ";
178
+ tag = TAG + " | send | ";
179
179
  try {
180
180
  //attempt join
181
- this.socket.emit('join', {
182
- queryKey: config.queryKey
183
- });
181
+ this.socket.emit(channel, event);
184
182
  return [2 /*return*/, true];
185
183
  }
186
184
  catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pioneer-platform/pioneer-events",
3
- "version": "8.1.44",
3
+ "version": "8.1.45",
4
4
  "main": "./lib/index.js",
5
5
  "types": "./lib/main.d.ts",
6
6
  "scripts": {