osm-p2p-api
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -44,3 +44,3 @@ var collect = require('collect-stream') | ||
var pipeline = [ | ||
osm.queryStream(query, opts), | ||
osm.queryStream ? osm.queryStream(query, opts) : osm.query(query, opts), | ||
deletionFilter, | ||
@@ -47,0 +47,0 @@ checkRefExist(osm), |
@@ -5,3 +5,3 @@ { | ||
"author": "Stephen Whitmore <sww@eight.net>", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "url": "git://github.com/noffle/osm-p2p-api.git" |
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
7567