fix(build): modernize project configuration and test setup for current toolchain compatibility

This commit is contained in:
2026-05-01 16:32:34 +00:00
parent 8e692b994e
commit eec36e2e45
10 changed files with 3992 additions and 5686 deletions
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartfm',
version: '2.2.2',
version: '2.2.3',
description: 'A Node.js module for handling and processing frontmatter in markdown and text files, leveraging the gray-matter library for parsing and stringifying YAML or JSON formatted frontmatter.'
}