diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 74a07a8..5185663 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/tapbundle', - version: '5.0.4', + version: '5.0.5', description: 'tap bundled for tapbuffer' } diff --git a/ts/webhelpers.ts b/ts/webhelpers.ts index 35989c3..5f5eeb2 100644 --- a/ts/webhelpers.ts +++ b/ts/webhelpers.ts @@ -15,7 +15,7 @@ class WebHelpers { public enable() { tap.preTask('enable webhelpers', async () => { - const webhelpers = await import('@open-wc/testing-helpers') + const webhelpers = await import('@open-wc/testing') this.html = webhelpers.html; this.fixture = webhelpers.fixture; })