Skip to content

Commit fd73782

Browse files
committed
v0.1.0
1 parent 104390a commit fd73782

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,13 @@ Review the [unit tests](test/BatchProcessor.test.ts) for more examples.
159159
<!--START:options-->
160160

161161

162+
## Options
163+
164+
* `debug` : boolean
165+
* `send` : object
166+
* `where` : object
167+
* `init$` : boolean
168+
162169

163170
<!--END:options-->
164171

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seneca/batch-processor",
3-
"version": "0.4.0",
3+
"version": "0.1.0",
44
"main": "dist/BatchProcessor.js",
55
"type": "commonjs",
66
"types": "dist/Config.d.ts",

0 commit comments

Comments
 (0)