diff --git a/package.json b/package.json index 7b88db1..9ee6cb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ardb", - "version": "1.0.7", + "version": "1.0.8", "main": "lib/ardb.js", "repository": "https://github.com/cedriking/ardb.git", "author": "Cedrik ", diff --git a/src/__tests__/ardb.ts b/src/__tests__/ardb.ts index 8fe2658..48693a3 100644 --- a/src/__tests__/ardb.ts +++ b/src/__tests__/ardb.ts @@ -127,4 +127,4 @@ test('order', async () => { .find(); expect(res[0].node.id).not.toBe('5AYV-RdPCoyfjeeabHVnDGvXrFNM5azcTlkNpp7RQhE'); -}); \ No newline at end of file +});