From 88b7581eebf520b15adb610745b245efba659acf Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Jul 2020 16:14:07 +0000 Subject: [PATCH] fix(core): update --- package-lock.json | 6 +++--- package.json | 2 +- ts/tstest.plugins.ts | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b10533b..a56a24f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1567,9 +1567,9 @@ } }, "@pushrocks/tapbundle": { - "version": "3.2.7", - "resolved": "https://verdaccio.lossless.one/@pushrocks%2ftapbundle/-/tapbundle-3.2.7.tgz", - "integrity": "sha512-RBRjuJs3v/biKypc9rSecApn7IXRdmr/jbVH86+2mDxyzUQ8IcMhaKhUrIjKoNyvxvMAMS2j+OxPyiOCnK6RAw==", + "version": "3.2.9", + "resolved": "https://verdaccio.lossless.one/@pushrocks%2ftapbundle/-/tapbundle-3.2.9.tgz", + "integrity": "sha512-vtmYL/l7BZvAzySh7cYnnTG6CFMp5zYtowJuMAmqUjhIaQaWW1Tvbrpjp7lVwRXj2JlL/i69KcJ6RVdLItK+rA==", "dev": true, "requires": { "@pushrocks/smartdelay": "^2.0.9", diff --git a/package.json b/package.json index 8644cf3..0eb2506 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ }, "devDependencies": { "@gitzone/tsbuild": "^2.1.17", - "@pushrocks/tapbundle": "^3.2.7", "tslint": "^6.1.2", "tslint-config-prettier": "^1.18.0" }, @@ -34,6 +33,7 @@ "@pushrocks/smartlog": "^2.0.19", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartshell": "^2.0.25", + "@pushrocks/tapbundle": "^3.2.9", "@types/figures": "^3.0.1", "figures": "^3.0.0" }, diff --git a/ts/tstest.plugins.ts b/ts/tstest.plugins.ts index 1eaa37b..f642b79 100644 --- a/ts/tstest.plugins.ts +++ b/ts/tstest.plugins.ts @@ -12,8 +12,9 @@ import * as smartfile from '@pushrocks/smartfile'; import * as smartlog from '@pushrocks/smartlog'; import * as smartpromise from '@pushrocks/smartpromise'; import * as smartshell from '@pushrocks/smartshell'; +import * as tapbundle from '@pushrocks/tapbundle'; -export { consolecolor, smartbrowser, smartexpress, smartdelay, smartfile, smartlog, smartpromise, smartshell }; +export { consolecolor, smartbrowser, smartexpress, smartdelay, smartfile, smartlog, smartpromise, smartshell, tapbundle }; // @gitzone scope import * as tsbundle from '@gitzone/tsbundle';