fix(dependencies): Update dependencies, normalize package scopes to @push.rocks, bump mongodb to v6, adjust tests and add pnpm metadata

This commit is contained in:
2025-08-18 02:25:27 +00:00
parent a40bd67eba
commit 355b9c7aa6
10 changed files with 8290 additions and 4628 deletions

View File

@@ -1,5 +1,5 @@
import { expect, expectAsync, tap } from '@pushrocks/tapbundle';
import * as smartmongo from '@pushrocks/smartmongo';
import { expect, tap } from '@git.zone/tstest/tapbundle';
import * as smartmongo from '@push.rocks/smartmongo';
import * as mongodump from '../ts/index.js';
import * as sampledata from './sampledata.js';
@@ -36,4 +36,4 @@ tap.test('should stop the smartmongo instance', async () => {
await testSmartMongo.stop();
});
tap.start();
export default tap.start();