fix(core): update

This commit is contained in:
Philipp Kunz 2024-03-19 13:43:34 +01:00
parent 3e9a288333
commit 6dbe5098de
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -59,4 +59,6 @@ export class TapTools {
public defer() {
return plugins.smartpromise.defer();
}
public smartjson = plugins.smartjson;
}