Adjust European short trip heuristic from >3 days to >1 day to correctly detect when user has returned home from European trips. This fixes the April 29-30, 2023 case where the location incorrectly showed "Sankt Georg, Hamburg" instead of "Bristol" when the user was free (no events scheduled) after the foss-north trip ended on April 27. The previous logic required more than 3 days to pass before assuming return home from European countries, but for short European trips by rail/ferry, users typically return within 1-2 days. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
44 lines
991 B
JSON
44 lines
991 B
JSON
{
|
|
"name": "json-stable-stringify-without-jsonify",
|
|
"version": "1.0.1",
|
|
"description": "deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
},
|
|
"devDependencies": {
|
|
"tape": "~1.0.4"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"testling": {
|
|
"files": "test/*.js",
|
|
"browsers": [
|
|
"ie/8..latest",
|
|
"ff/5", "ff/latest",
|
|
"chrome/15", "chrome/latest",
|
|
"safari/latest",
|
|
"opera/latest"
|
|
]
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/samn/json-stable-stringify.git"
|
|
},
|
|
"homepage": "https://github.com/samn/json-stable-stringify",
|
|
"keywords": [
|
|
"json",
|
|
"stringify",
|
|
"deterministic",
|
|
"hash",
|
|
"sort",
|
|
"stable"
|
|
],
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"license": "MIT"
|
|
}
|