From 6dbe5098de2e2f97688564d5de39b63fd262b5bd Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 19 Mar 2024 13:43:34 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- ts/tapbundle.classes.taptools.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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; }