fix(core): update

This commit is contained in:
2024-03-16 11:18:53 +01:00
parent 18cfa3e16a
commit e7cf3bcb5e
8 changed files with 1459 additions and 1125 deletions

View File

@ -1,7 +1,7 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as smartshell from '../ts/index.js';
import * as smartpromise from '@pushrocks/smartpromise';
import * as smartpromise from '@push.rocks/smartpromise';
let testSmartshell: smartshell.Smartshell;