@persistr/js
Advanced tools
Comparing version 3.10.3 to 3.10.4
@@ -36,2 +36,3 @@ const Tortoise = require('tortoise') | ||
.json() | ||
.reestablish() | ||
.subscribe(async (message, ack, nack) => { | ||
@@ -38,0 +39,0 @@ try { |
@@ -46,8 +46,2 @@ const AsyncQueue = require('async-queue') | ||
} | ||
else if (options.cursor) { | ||
const filter = { space: this.space.name, domain: this.domain.name, stream: this.stream, from: this.from, after: this.from, to: this.to, until: this.until, types: this.types } | ||
const adapter = { cursor: options.cursor } | ||
const subscription = { filter, adapter } | ||
return new Cursor(this.account, subscription) | ||
} | ||
} | ||
@@ -54,0 +48,0 @@ |
{ | ||
"name": "@persistr/js", | ||
"version": "3.10.3", | ||
"version": "3.10.4", | ||
"description": "Persistr client for Javascript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
561490
103
8936
33