fix(core): update

This commit is contained in:
Philipp Kunz 2023-07-10 23:12:00 +02:00
parent 8038e54f53
commit 139d4cb56d
3 changed files with 414 additions and 183 deletions

View File

@ -21,11 +21,11 @@
},
"homepage": "https://gitlab.com/pushrocks/smartq#README",
"devDependencies": {
"@gitzone/tsbuild": "^2.1.65",
"@gitzone/tsrun": "^1.2.39",
"@gitzone/tsbuild": "^2.1.66",
"@gitzone/tsrun": "^1.2.42",
"@gitzone/tstest": "^1.0.74",
"@pushrocks/tapbundle": "^5.0.4",
"@types/node": "^18.15.11"
"@pushrocks/tapbundle": "^5.0.8",
"@types/node": "^20.4.1"
},
"files": [
"ts/**/*",

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
* autocreated commitinfo by @pushrocks/commitinfo
*/
export const commitinfo = {
name: '@pushrocks/smartpromise',
version: '4.0.2',
name: '@push.rocks/smartpromise',
version: '4.0.3',
description: 'simple promises and Deferred constructs'
}