Skip to content

Commit

Permalink
chore: update @comapeo/geometry to latest version (#278)
Browse files Browse the repository at this point in the history
See <digidem/comapeo-cloud#35> for the
motivation behind this upgrade.
  • Loading branch information
EvanHahn authored Dec 11, 2024
1 parent ec18c10 commit aa9deb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"typescript-eslint": "^8.4.0"
},
"dependencies": {
"@comapeo/geometry": "^1.0.2",
"@comapeo/geometry": "^1.1.0",
"compact-encoding": "^2.12.0",
"protobufjs": "^7.2.5",
"type-fest": "^4.26.0"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/good-docs-completed.js
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export const goodDocsCompleted = [
detectionDateEnd: cachedValues.updatedAt,
geometry: {
type: 'Point',
coordinates: [100, 101],
coordinates: [123, 45],
},
metadata: {},
},
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/good-docs-minimal.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const goodDocsMinimal = [
detectionDateEnd: cachedValues.updatedAt,
geometry: {
type: 'Point',
coordinates: [100, 101],
coordinates: [123, 45],
},
metadata: {},
},
Expand Down

0 comments on commit aa9deb9

Please sign in to comment.