Comparing version 0.2.4 to 0.3.0
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "0.2.4", | ||
"version": "0.3.0", | ||
"homepage": "https://github.com/chbrown/bcycle", | ||
@@ -10,0 +10,0 @@ "repository": "git://github.com/chbrown/bcycle.git", |
@@ -42,3 +42,3 @@ /// <reference path="type_declarations/index.d.ts" /> | ||
.add([ | ||
'program.id', 'program.name', 'program.latitude', 'program.longitude', | ||
'program.id', 'program.name', 'program.latitude', 'program.longitude', 'program.last_fetched', | ||
// ::integer converts from long so that `pg` parses it as a number | ||
@@ -45,0 +45,0 @@ 'COUNT(kiosk.id)::integer AS kiosks', |
@@ -49,3 +49,3 @@ /// <reference path="type_declarations/index.d.ts" /> | ||
.add([ | ||
'program.id', 'program.name', 'program.latitude', 'program.longitude', | ||
'program.id', 'program.name', 'program.latitude', 'program.longitude', 'program.last_fetched', | ||
// ::integer converts from long so that `pg` parses it as a number | ||
@@ -52,0 +52,0 @@ 'COUNT(kiosk.id)::integer AS kiosks', |
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
131366