fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-13 09:44:40 +02:00
parent aee7e17035
commit b7da538595
3 changed files with 27 additions and 6 deletions

View File

@ -21,14 +21,14 @@
},
"homepage": "https://gitlab.com/pushrocks/smartdelay#README",
"dependencies": {
"@pushrocks/smartpromise": "^4.0.2"
"@push.rocks/smartpromise": "^4.0.2"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsbundle": "^2.0.8",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.8",
"@push.rocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.1"
},
"files": [

View File

@ -5,9 +5,9 @@ settings:
excludeLinksFromLockfile: false
dependencies:
'@pushrocks/smartpromise':
'@push.rocks/smartpromise':
specifier: ^4.0.2
version: 4.0.2
version: 4.0.3
devDependencies:
'@gitzone/tsbuild':
@ -22,7 +22,7 @@ devDependencies:
'@gitzone/tstest':
specifier: ^1.0.74
version: 1.0.74(@types/node@20.4.1)
'@pushrocks/tapbundle':
'@push.rocks/tapbundle':
specifier: ^5.0.8
version: 5.0.8
'@types/node':
@ -516,6 +516,26 @@ packages:
dev: true
optional: true
/@push.rocks/smartpromise@4.0.3:
resolution: {integrity: sha512-z3lIso4/6KK3c6NFTVGZ7AOBsGURf8ha3qQtX/OxjZFk5dqS//8PLd0XqghVdIaUlRGmJ7Sfds/efZERWn1tAg==}
dev: false
/@push.rocks/tapbundle@5.0.8:
resolution: {integrity: sha512-pH+9KtiDPBTfU7twfg+9V29lAogdJqfqdIfbB3Dlv2CKfd5hhusuGVqY0KFeR8C7Kuy4uBah9FbvgN0UYZs80A==}
dependencies:
'@open-wc/testing': 3.2.0
'@open-wc/testing-helpers': 2.3.0
'@pushrocks/smartdelay': 3.0.1
'@pushrocks/smartenv': 5.0.5
'@pushrocks/smartexpect': 1.0.15
'@pushrocks/smartpromise': 4.0.2
'@pushrocks/smarttime': 4.0.1
transitivePeerDependencies:
- bufferutil
- supports-color
- utf-8-validate
dev: true
/@pushrocks/consolecolor@2.0.1:
resolution: {integrity: sha512-iOFCHVeFZ2OywbdwSxVI4/wokkcLrXVdHLgvMmkNhJ220eeLgjNZWx3EJo3vNW3zq5ybCSCUIq0878djBxrWpw==}
dependencies:
@ -897,6 +917,7 @@ packages:
/@pushrocks/smartpromise@4.0.2:
resolution: {integrity: sha512-bqorOaGXPOuiOSV81luTKrTghg4O4NBRD0zyv7TIqmrMGf4a0uoozaUMp1X8vQdZW+y0gTzUJP9wkzAE6Cci0g==}
dev: true
/@pushrocks/smartpuppeteer@2.0.2:
resolution: {integrity: sha512-l3tqnD6Evseofq1avHsMy2FXXEmCd4Z+nm3xmMWS7nWvP9qTbJIn0XguOBaUIAhR8zE53UKPXs5/qBqXVNZDDQ==}

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdelay',
version: '3.0.2',
version: '3.0.3',
description: 'timeouts for the async/await era, written in TypeScript'
}