diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 935ff32..c991037 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/tapbundle', - version: '5.0.19', + version: '5.0.20', description: 'tap bundled for tapbuffer' } diff --git a/ts/tapbundle.classes.taptools.ts b/ts/tapbundle.classes.taptools.ts index 844d5ca..77e58ea 100644 --- a/ts/tapbundle.classes.taptools.ts +++ b/ts/tapbundle.classes.taptools.ts @@ -59,4 +59,6 @@ export class TapTools { public defer() { return plugins.smartpromise.defer(); } + + public smartjson = plugins.smartjson; }