Compare commits

...

4 Commits

Author SHA1 Message Date
831f67053e 5.0.12 2023-07-13 02:41:11 +02:00
26e63372f8 fix(core): update 2023-07-13 02:41:10 +02:00
929a67585f 5.0.11 2023-07-13 02:40:10 +02:00
fb8d291441 fix(core): update 2023-07-13 02:40:09 +02:00
3 changed files with 2 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "@push.rocks/tapbundle",
"private": false,
"version": "5.0.10",
"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
View File

@ -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

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/tapbundle',
version: '5.0.10',
version: '5.0.12',
description: 'tap bundled for tapbuffer'
}