This repository was archived by the owner on Apr 11, 2025. It is now read-only.
v2.0.0
A major release migrating the plugin to new id dev.petuska.npm.publish
. This was needed for Maven Central publishing.
Version Upgrades
- Kotlin 1.5.10
- Gradle 7.0.2
- JVM 11+
Breaking Changes
- Plugin id changed from
lt.petuska.npm.publish
todev.petuska.npm.publish
- Root package changed to
dev.petuska.npm.publish
. To migrate, just raplacelt.
part todev.
in all imports you might have (tasks, DSL, etc...)
Improvements
- Publications now work as expected for nodejs targets (thanks to kotlin 1.5)