inngest-cli 0.20.0 → 0.21.0

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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -85,7 +85,7 @@ Here's an example:
85
85
  ```ts
86
86
  import { Inngest } from "inngest";
87
87
 
88
- const inngest = new Inngest({ name: "My App" });
88
+ const inngest = new Inngest({ id: "my-app" });
89
89
 
90
90
  // This function will be invoked by Inngest via HTTP any time the "app/user.signup"
91
91
  // event is sent to to Inngest
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inngest-cli",
3
- "version": "0.20.0",
3
+ "version": "0.21.0",
4
4
  "description": "The event-driven queue for any language.",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {