@forinda/kickjs-cli 3.0.5 → 3.0.6

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/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-cli v3.0.5
2
+ * @forinda/kickjs-cli v3.0.6
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
@@ -1566,8 +1566,8 @@ async function initProject(options) {
1566
1566
  log(" kick add <pkg> Install a KickJS package + peers");
1567
1567
  log(" kick add --list Show all available packages");
1568
1568
  log("");
1569
- log("Available: auth, swagger, graphql, drizzle, prisma, ws,");
1570
- log(" cron, queue, mailer, otel, multi-tenant, notifications, testing");
1569
+ log("Available: auth, swagger, graphql, drizzle, prisma, ws, cron,");
1570
+ log(" queue, mailer, otel, devtools, multi-tenant, notifications, mcp, testing");
1571
1571
  log("");
1572
1572
  }
1573
1573
  //#endregion
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @forinda/kickjs-cli v3.0.5
2
+ * @forinda/kickjs-cli v3.0.6
3
3
  *
4
4
  * Copyright (c) Felix Orinda
5
5
  *
@@ -3767,7 +3767,7 @@ async function initProject(options) {
3767
3767
  }
3768
3768
  }
3769
3769
  try {
3770
- const { runTypegen } = await import("./typegen-B2kD9rO0.mjs");
3770
+ const { runTypegen } = await import("./typegen-Ce1EGNkB.mjs");
3771
3771
  await runTypegen({
3772
3772
  cwd: dir,
3773
3773
  allowDuplicates: true,
@@ -3833,8 +3833,8 @@ async function initProject(options) {
3833
3833
  log(" kick add <pkg> Install a KickJS package + peers");
3834
3834
  log(" kick add --list Show all available packages");
3835
3835
  log("");
3836
- log("Available: auth, swagger, graphql, drizzle, prisma, ws,");
3837
- log(" cron, queue, mailer, otel, multi-tenant, notifications, testing");
3836
+ log("Available: auth, swagger, graphql, drizzle, prisma, ws, cron,");
3837
+ log(" queue, mailer, otel, devtools, multi-tenant, notifications, mcp, testing");
3838
3838
  log("");
3839
3839
  }
3840
3840
  //#endregion