Skip to content

Commit

Permalink
chore!: update to @mapeo/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Sep 16, 2024
1 parent 639fbd9 commit 34f53f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 25 deletions.
31 changes: 9 additions & 22 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 @@ -45,7 +45,7 @@
"rpc-reflector": "^1.3.11"
},
"peerDependencies": {
"@mapeo/core": "9.0.0-alpha.23"
"@mapeo/core": "9.0.0-alpha.24"
},
"devDependencies": {
"@digidem/types": "^2.1.0",
Expand Down
2 changes: 0 additions & 2 deletions tests/basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ test('IPC wrappers work', async () => {
name: 'mapeo',
configMetadata: undefined,
defaultPresets: undefined,
isInitialProject: false,
})

return cleanup()
Expand All @@ -38,7 +37,6 @@ test('Multiple projects and several calls in same tick', async () => {
name: `Mapeo ${index}`,
configMetadata: undefined,
defaultPresets: undefined,
isInitialProject: false,
}
})

Expand Down

0 comments on commit 34f53f8

Please sign in to comment.