fix(core): update

This commit is contained in:
2023-08-31 18:45:23 +02:00
parent 279db74568
commit ee97e1d88b
6 changed files with 1457 additions and 465 deletions

View File

@ -1,7 +1,7 @@
import * as smartfile from '../ts/index.js';
import * as path from 'path';
import { expect, tap } from '@pushrocks/tapbundle';
import { expect, tap } from '@push.rocks/tapbundle';
// ---------------------------
// smartfile.fs

View File

@ -1,4 +1,4 @@
import { tap, expect } from '@pushrocks/tapbundle';
import { tap, expect } from '@push.rocks/tapbundle';
import * as smartfile from '../ts/index.js';