Skip to content

v3.0.0

Compare
Choose a tag to compare
@kiki-kanri kiki-kanri released this 21 Sep 07:34
· 38 commits to main since this release

compare changes

Major Changes

  • Direct import of @kikiutils/classes is no longer available. Please use the corresponding import path for the specific class, such as @kikiutils/classes/path.
  • Due to certain reasons, the dependencies required for SSH have been moved to manual installation. If you are using the SSHClient class, you will need to install @types/ssh2 and node-ssh manually.

💅 Refactors

  • ⚠️ Remove entry point file and update build process (a51cea7)

🏡 Chore

  • ⚠️ Move node-ssh dependency to devDependencies (e0e8719)
  • Update exports configuration in package.json (acb540c)

⚠️ Breaking Changes

  • ⚠️ Remove entry point file and update build process (a51cea7)
  • ⚠️ Move node-ssh dependency to devDependencies (e0e8719)

❤️ Contributors

  • kiki-kanri