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 {