From 898eed45846c6e09f6a1733d247269b9180f8961 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 24 Jul 2022 14:03:44 +0200 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/webhelpers.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; })