refactor(cli): rename the emigrate package to @emigrate/cli to be more in line with other tools

This commit is contained in:
Joakim Carlstein 2023-11-15 14:41:25 +01:00
parent 9f5abf727d
commit 0b78d5cf32
16 changed files with 34 additions and 11 deletions

View file

@ -1,7 +1,7 @@
---
'@emigrate/plugin-generate-js': patch
'@emigrate/plugin-tools': patch
'emigrate': patch
'@emigrate/cli': patch
---
Specify files to include in published NPM package

View file

@ -0,0 +1,5 @@
---
'@emigrate/cli': minor
---
Rename the "emigrate" package to "@emigrate/cli" to mimic other tools

View file

@ -1,7 +1,7 @@
---
'@emigrate/plugin-generate-js': minor
'@emigrate/plugin-tools': minor
'emigrate': minor
'@emigrate/cli': minor
---
Simplify plugin interfaces by getting rid of the "type" string, in preparation for having packages that contains multiple different plugins