betterstart-cli 0.0.42 → 0.0.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  # betterstart-cli
2
2
 
3
- Plugin- and integration-based BetterStart Admin CLI.
3
+ Preset- and integration-based BetterStart Admin CLI.
4
4
 
5
5
  > **Warning:** This project is a work in progress. Expect bugs, breaking changes, and incomplete features.
@@ -1,6 +1,6 @@
1
- import type { BetterstartPluginDefinition } from '@plugin-engine/types.js'
1
+ import type { BetterstartPresetDefinition } from '@preset-engine/types.js'
2
2
 
3
- export const blogPlugin: BetterstartPluginDefinition = {
3
+ export const blogPreset: BetterstartPresetDefinition = {
4
4
  id: 'blog',
5
5
  title: 'Blog',
6
6
  description: 'Posts content module',
@@ -1,6 +1,6 @@
1
- import type { BetterstartPluginDefinition } from '@plugin-engine/types.js'
1
+ import type { BetterstartPresetDefinition } from '@preset-engine/types.js'
2
2
 
3
- export const portfolioPlugin: BetterstartPluginDefinition = {
3
+ export const portfolioPreset: BetterstartPresetDefinition = {
4
4
  id: 'portfolio',
5
5
  title: 'Portfolio',
6
6
  description: 'Portfolio content module',