Skip to content
  • Richard Winters's avatar
    Updated node-kit module and converted to pure ESM · 9efa4084
    Richard Winters authored
    * Removed all components that were split into their own component modules
    * Cleaned node-kit application entry point
      * Updated to conform to changes in component modules
      * Updated to reflect new standards
    * Implementation now conforms to latest kwaeri module project template
    * Tests updated to reflect changes
      * Mocha tests updated to latest template
      * Tests directory renamed to Test
    * Updated package.json
      * Reordered properties according to latest template
      * Updated Dependencies
      * Removed redundant dependencies
      * Split NYC and Mocha configurations to their own files
    * Added .xfmrc configuration for XFMR
    * Added .nycrc configuration for NYC
    * Added .mocharc.json configuration for mocha
    * Updated .gitignore
      * Ignore package-lock.json
    * Updated .npmignore
      * Ignore index.mts and other source
      * ignore test source and dist directories
    * Updated tsconfig.json to extend node18 standards
    * Renamed `*.ts` files to `*.mts`
    * Removed gulpfile
    * R...
    9efa4084