fix(core): update

This commit is contained in:
2023-07-25 18:57:38 +02:00
parent 0a48d9a12d
commit 323648a3f7
11 changed files with 865 additions and 219 deletions

View File

@ -1,5 +1,3 @@
import * as smartpath from '@pushrocks/smartpath';
import * as smartpath from '@push.rocks/smartpath';
export {
smartpath
};
export { smartpath };

View File

@ -1,11 +1,9 @@
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
import * as plugins from './plugins.js';
import * as smartdaemon from '../ts/index.js';
let testSmartdaemon: smartdaemon.SmartDaemon;
tap.test('should create an instance of smartdaemon', async () => {