Releases: drewdecarme/buttery-tools
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
- @buttery/[email protected]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
- Updated dependencies [d8f4a0d]
- @buttery/[email protected]
@buttery/[email protected]
Patch Changes
- d8f4a0d: Changes all internal cross-references to exact references upon
npm publish
@buttery/[email protected]
Minor Changes
-
61f5b2e: Re-architects the repository to become a modular focused repo
This changeset does a good deal of architecting to break the modules back out into their own packages. This ensures that all functionality associated with that particular tool is kept local to that package. A new package called
@buttery/core
has been added to easily distribute core modules to each of the@buttery/tools
. These tools then use the core module to transpile, build, and distribute the local scripts externally.Another package called
@buttery/cli
has been created that should be installed alongside of whatever tool is desired to use. This ensures that we're not downloading too many dependencies and makes the CLI modules opt-in rather than a "nuts and bolts" approach.