queuebear 0.1.2 → 0.1.3

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 +3 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -219,10 +219,9 @@ export const POST = serve<InputType>(async (context) => {
219
219
 
220
220
  **Options:**
221
221
 
222
- | Option | Type | Description |
223
- | --------------- | -------- | ------------------------------------------------------ |
224
- | `signingSecret` | `string` | Secret to verify requests come from QueueBear |
225
- | `baseUrl` | `string` | Override QueueBear base URL (auto-detected if not set) |
222
+ | Option | Type | Description |
223
+ | --------------- | -------- | --------------------------------------------- |
224
+ | `signingSecret` | `string` | Secret to verify requests come from QueueBear |
226
225
 
227
226
  ### Framework Integration
228
227
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "queuebear",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "QueueBear SDK for message queues, scheduled jobs, and durable workflows",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "author": {
44
44
  "name": "Robert Marshall",
45
- "email": "hell0@robertmarshall.dev",
45
+ "email": "hello@robertmarshall.dev",
46
46
  "url": "https://robertmarshall.dev"
47
47
  },
48
48
  "license": "MIT",