@fraym/streams 0.10.0 → 0.10.1

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.
@@ -12,7 +12,7 @@ const invalidateGdpr_1 = require("./invalidateGdpr");
12
12
  const stream_1 = require("./stream");
13
13
  const subscribe_1 = require("./subscribe");
14
14
  const getLastEvent_1 = require("./getLastEvent");
15
- const getLastEventByTypes_1 = require("client/getLastEventByTypes");
15
+ const getLastEventByTypes_1 = require("./getLastEventByTypes");
16
16
  const newClient = async (config) => {
17
17
  config = (0, config_1.useConfigDefaults)(config);
18
18
  const serviceClient = new management_1.ServiceClient(config.serverAddress, grpc_js_1.credentials.createInsecure(), {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fraym/streams",
3
- "version": "0.10.0",
3
+ "version": "0.10.1",
4
4
  "license": "MIT",
5
5
  "homepage": "https://github.com/fraym/streams-nodejs",
6
6
  "repository": {