Skip to content

Commit

Permalink
Merge pull request #2 from mateonunez/chor/bump-lyra
Browse files Browse the repository at this point in the history
Bump Lyra
  • Loading branch information
mateonunez authored Jul 19, 2022
2 parents 1e94f13 + 31f6232 commit 41c3fb7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { FastifyPluginCallback } from 'fastify'
import { Lyra, LyraProperties } from './dist/cjs/lyra'
import { Lyra, LyraProperties } from '@nearform/lyra'

export type { LyraProperties }

Expand Down
2 changes: 1 addition & 1 deletion index.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ app.lyra.insert({ quote: 'Hello', author: 'World' })
app.get('/hello', async () => {
const result = await app.lyra.search({ term: 'hello' })

expectType<object[]>(result.hits)
expectType<any[]>(result.hits)

return {
hello: result.hits
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"homepage": "https://github.com/mateonunez/fastify-lyra#readme",
"dependencies": {
"@nearform/lyra": "^0.0.1-beta-12",
"@nearform/lyra": "0.0.1-beta-13",
"fastify-plugin": "^4.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 41c3fb7

Please sign in to comment.