create-futurity-plugin 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/index.ts +2 -2
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -15,8 +15,8 @@ import { basename, join, resolve } from "node:path";
15
15
  const arg = process.argv[2];
16
16
 
17
17
  if (!arg) {
18
- console.error("Usage: bun create futurity-plugin <project-name>");
19
- console.error(" bun create futurity-plugin . (scaffold in current directory)");
18
+ console.error("Usage: bunx create-futurity-plugin@latest <project-name>");
19
+ console.error(" bunx create-futurity-plugin@latest . (scaffold in current directory)");
20
20
  process.exit(1);
21
21
  }
22
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-futurity-plugin",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "type": "module",
5
5
  "description": "Scaffold a new Futurity MCP plugin",
6
6
  "author": "Futurity",