Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
5657b49a51 | |||
db39da1faf |
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/tapbundle",
|
"name": "@push.rocks/tapbundle",
|
||||||
"private": false,
|
"private": false,
|
||||||
"version": "5.0.9",
|
"version": "5.0.10",
|
||||||
"description": "tap bundled for tapbuffer",
|
"description": "tap bundled for tapbuffer",
|
||||||
"main": "dist_ts/index.js",
|
"main": "dist_ts/index.js",
|
||||||
"typings": "dist_ts/index.d.ts",
|
"typings": "dist_ts/index.d.ts",
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/tapbundle',
|
name: '@push.rocks/tapbundle',
|
||||||
version: '5.0.9',
|
version: '5.0.10',
|
||||||
description: 'tap bundled for tapbuffer'
|
description: 'tap bundled for tapbuffer'
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import * as plugins from './tapbundle.plugins.js';
|
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';
|
import { tap } from './tapbundle.classes.tap.js';
|
||||||
|
|
||||||
class WebHelpers {
|
class WebHelpers {
|
||||||
|
Reference in New Issue
Block a user