fix(core): update

This commit is contained in:
2023-07-13 03:19:11 +02:00
parent 74e1df6824
commit 37e6d94c9f
12 changed files with 1949 additions and 1408 deletions

View File

@ -1,5 +1,5 @@
import * as plugins from './tstest.plugins.js';
import { coloredString as cs } from '@pushrocks/consolecolor';
import { coloredString as cs } from '@push.rocks/consolecolor';
export const TapPrefix = cs(`::TAP::`, 'pink', 'black');
export const TapErrorPrefix = cs(` !!!TAP PROTOCOL ERROR!!! `, 'red', 'black');