Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
831f67053e | |||
26e63372f8 | |||
929a67585f | |||
fb8d291441 | |||
5657b49a51 | |||
db39da1faf |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@push.rocks/tapbundle",
|
||||
"private": false,
|
||||
"version": "5.0.9",
|
||||
"version": "5.0.12",
|
||||
"description": "tap bundled for tapbuffer",
|
||||
"main": "dist_ts/index.js",
|
||||
"typings": "dist_ts/index.d.ts",
|
||||
@ -22,7 +22,6 @@
|
||||
"homepage": "https://gitlab.com/pushrocks/tapbundle#README",
|
||||
"dependencies": {
|
||||
"@open-wc/testing": "^3.2.0",
|
||||
"@open-wc/testing-helpers": "^2.3.0",
|
||||
"@push.rocks/smartdelay": "^3.0.1",
|
||||
"@push.rocks/smartenv": "^5.0.5",
|
||||
"@push.rocks/smartexpect": "^1.0.15",
|
||||
|
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@ -8,9 +8,6 @@ dependencies:
|
||||
'@open-wc/testing':
|
||||
specifier: ^3.2.0
|
||||
version: 3.2.0
|
||||
'@open-wc/testing-helpers':
|
||||
specifier: ^2.3.0
|
||||
version: 2.3.0
|
||||
'@push.rocks/smartdelay':
|
||||
specifier: ^3.0.1
|
||||
version: 3.0.2
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@push.rocks/tapbundle',
|
||||
version: '5.0.9',
|
||||
version: '5.0.12',
|
||||
description: 'tap bundled for tapbuffer'
|
||||
}
|
||||
|
@ -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 {
|
||||
|
Reference in New Issue
Block a user