diff --git a/index.d.ts b/index.d.ts index 11df441..53eed38 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -import { DataTable } from 'cucumber'; +import { TableDefinition } from 'cucumber'; import testcafe, { t } from 'testcafe'; export * from 'testcafe'; diff --git a/package-lock.json b/package-lock.json index a357846..bae87f4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gherkin-testcafe", - "version": "2.3.1", + "version": "2.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9c82cb..8a51a96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gherkin-testcafe", - "version": "2.3.1", + "version": "2.3.2", "author": "Lukas Kullmann ", "contributors": [ "Wilhelm Behncke ",