Comparing version 1.0.10 to 1.0.11
@@ -12,2 +12,9 @@ var arrowDBObject = { | ||
}, | ||
batchCreate: { | ||
httpMethod: 'POST', | ||
restMethod: { | ||
entry: 'classname/batch_create', | ||
variables: ['classname'] | ||
} | ||
}, | ||
batchDelete: { | ||
@@ -14,0 +21,0 @@ httpMethod: 'DELETE', |
{ | ||
"name": "arrowdb", | ||
"version": "1.0.10", | ||
"version": "1.0.11", | ||
"description": "Appcelerator ArrowDB SDK for NodeJS", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
72484
1779