featureservice
Advanced tools
Comparing version 1.4.0 to 1.4.1
@@ -5,2 +5,6 @@ # Change Log | ||
## [1.4.1] | ||
### Fixed | ||
* Removed log statement that was causing the process to crash | ||
## [1.4.0] | ||
@@ -147,2 +151,3 @@ ### Added | ||
[1.4.1]: https://github.com/koopjs/featureservice/compare/v1.3.1...v1.4.1 | ||
[1.4.0]: https://github.com/koopjs/featureservice/compare/v1.3.1...v1.4.0 | ||
@@ -149,0 +154,0 @@ [1.3.1]: https://github.com/koopjs/featureservice/compare/v1.3.0...v1.3.1 |
@@ -595,3 +595,2 @@ var queue = require('async').queue | ||
} | ||
this.log('error', e) | ||
callback(new Error('Failed to parse server response')) | ||
@@ -598,0 +597,0 @@ } |
{ | ||
"name": "featureservice", | ||
"description": "Get all features from an Esri Feature Service", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"author": "Chris Helm", | ||
@@ -6,0 +6,0 @@ "bugs": { |
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
1266474
29
1758