fix(package.json): replace main and typings with exports field pointing to ./dist_ts/index.js

This commit is contained in:
2026-02-03 07:29:20 +00:00
parent 0d450e7d4e
commit 0ad7f316c4
3 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartmongo',
version: '4.2.0',
version: '4.2.1',
description: 'A module for creating and managing a local MongoDB instance for testing purposes.'
}