diff --git a/packages/node-client/package.json b/packages/node-client/package.json index dae5c381c27c21e673e9cb5480aad7ba95ae856d..7bfc26b80421895e050cad69442e41306e72d22e 100755 --- a/packages/node-client/package.json +++ b/packages/node-client/package.json @@ -1,6 +1,6 @@ { "name": "jsonql-node-client", - "version": "1.1.8", + "version": "1.1.9", "description": "jsonql node.js client using request", "main": "index.js", "scripts": { @@ -19,6 +19,9 @@ "url": "git+ssh://git@gitee.com:to1source/jsonql.git" }, "keywords": [ + "jsonql", + "node", + "client", "json", "ql", "js" @@ -36,7 +39,7 @@ "debug": "^4.1.1", "fs-extra": "^8.1.0", "jsonql-constants": "^1.8.3", - "jsonql-contract": "^1.7.8", + "jsonql-contract": "^1.7.9", "jsonql-errors": "^1.1.3", "jsonql-jwt": "^1.3.2", "jsonql-params-validator": "^1.4.11", diff --git a/packages/node-client/tests/validation.test.js b/packages/node-client/tests/validation.test.js index 1db3d31a8d2e8b2c34de1780047745247c17f089..9afa7b004fb69212fe08b35d29fa0ce31772e6d1 100644 --- a/packages/node-client/tests/validation.test.js +++ b/packages/node-client/tests/validation.test.js @@ -46,7 +46,7 @@ test('Should failed and throw JsonqlValidationError', async t => { // @TODO the problem is inside the resolver as well as the koa middleware // we need to investigate more where it happens -test.only("Pass an index larger than the database size to cause it throw application error", async t => { +test.skip("Pass an index larger than the database size to cause it throw application error", async t => { const c = t.context.client; const e = await t.throwsAsync( async () => { return await c.query.getUser(100)