@motiadev/stream-client-node 0.8.2-beta.140-957262 → 0.8.2-beta.140-111855

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.
@@ -1,2 +1,2 @@
1
+ export { StreamGroupSubscription, StreamItemSubscription, StreamSubscription } from '@motiadev/stream-client';
1
2
  export { Stream } from './src/stream';
2
- export { StreamItemSubscription, StreamGroupSubscription, StreamSubscription } from '@motiadev/stream-client';
package/dist/cjs/index.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StreamSubscription = exports.StreamGroupSubscription = exports.StreamItemSubscription = exports.Stream = void 0;
4
- var stream_1 = require("./src/stream");
5
- Object.defineProperty(exports, "Stream", { enumerable: true, get: function () { return stream_1.Stream; } });
3
+ exports.Stream = exports.StreamSubscription = exports.StreamItemSubscription = exports.StreamGroupSubscription = void 0;
6
4
  var stream_client_1 = require("@motiadev/stream-client");
7
- Object.defineProperty(exports, "StreamItemSubscription", { enumerable: true, get: function () { return stream_client_1.StreamItemSubscription; } });
8
5
  Object.defineProperty(exports, "StreamGroupSubscription", { enumerable: true, get: function () { return stream_client_1.StreamGroupSubscription; } });
6
+ Object.defineProperty(exports, "StreamItemSubscription", { enumerable: true, get: function () { return stream_client_1.StreamItemSubscription; } });
9
7
  Object.defineProperty(exports, "StreamSubscription", { enumerable: true, get: function () { return stream_client_1.StreamSubscription; } });
8
+ var stream_1 = require("./src/stream");
9
+ Object.defineProperty(exports, "Stream", { enumerable: true, get: function () { return stream_1.Stream; } });
@@ -1,2 +1,2 @@
1
+ export { StreamGroupSubscription, StreamItemSubscription, StreamSubscription } from '@motiadev/stream-client';
1
2
  export { Stream } from './src/stream';
2
- export { StreamItemSubscription, StreamGroupSubscription, StreamSubscription } from '@motiadev/stream-client';
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
+ export { StreamGroupSubscription, StreamItemSubscription, StreamSubscription } from '@motiadev/stream-client';
1
2
  export { Stream } from './src/stream';
2
- export { StreamItemSubscription, StreamGroupSubscription, StreamSubscription } from '@motiadev/stream-client';
@@ -1,2 +1,2 @@
1
+ export { StreamGroupSubscription, StreamItemSubscription, StreamSubscription } from '@motiadev/stream-client';
1
2
  export { Stream } from './src/stream';
2
- export { StreamItemSubscription, StreamGroupSubscription, StreamSubscription } from '@motiadev/stream-client';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@motiadev/stream-client-node",
3
3
  "description": "Motia Stream Client Package – Responsible for managing streams of data.",
4
- "version": "0.8.2-beta.140-957262",
4
+ "version": "0.8.2-beta.140-111855",
5
5
  "license": "MIT",
6
6
  "main": "dist/cjs/index.js",
7
7
  "module": "dist/esm/index.js",
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "uuid": "^11.1.0",
23
23
  "ws": "^8.18.2",
24
- "@motiadev/stream-client": "0.8.2-beta.140-957262"
24
+ "@motiadev/stream-client": "0.8.2-beta.140-111855"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/jest": "^29.5.14",