We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104390a commit fd73782Copy full SHA for fd73782
README.md
@@ -159,6 +159,13 @@ Review the [unit tests](test/BatchProcessor.test.ts) for more examples.
159
<!--START:options-->
160
161
162
+## Options
163
+
164
+* `debug` : boolean
165
+* `send` : object
166
+* `where` : object
167
+* `init$` : boolean
168
169
170
<!--END:options-->
171
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@seneca/batch-processor",
3
- "version": "0.4.0",
+ "version": "0.1.0",
4
"main": "dist/BatchProcessor.js",
5
"type": "commonjs",
6
"types": "dist/Config.d.ts",
0 commit comments