Compare commits

...

2 Commits

Author SHA1 Message Date
c97215ed2d 5.0.20 2024-03-19 13:43:34 +01:00
6dbe5098de fix(core): update 2024-03-19 13:43:34 +01:00
3 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "@push.rocks/tapbundle", "name": "@push.rocks/tapbundle",
"private": false, "private": false,
"version": "5.0.19", "version": "5.0.20",
"description": "tap bundled for tapbuffer", "description": "tap bundled for tapbuffer",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",

View File

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

View File

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