From db39da1fafcd6882c57464c10f616ffe93226f9e Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 13 Jul 2023 02:39:42 +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 3f996fe..fceadaa 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.0.9', + version: '5.0.10', description: 'tap bundled for tapbuffer' } diff --git a/ts/webhelpers.ts b/ts/webhelpers.ts index 85f7d9e..b40023e 100644 --- a/ts/webhelpers.ts +++ b/ts/webhelpers.ts @@ -1,5 +1,5 @@ import * as plugins from './tapbundle.plugins.js'; -import type { fixture, html } from '@open-wc/testing-helpers'; +import type { fixture, html } from '@open-wc/testing'; import { tap } from './tapbundle.classes.tap.js'; class WebHelpers {