Comparing version 0.0.9 to 0.0.10
@@ -25,3 +25,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.9'; | ||
var VERSION = '0.0.10'; | ||
@@ -141,9 +141,9 @@ function Optiic(options) { | ||
body.append('apiKey', This.options.apiKey); | ||
body.append('source', SOURCE); | ||
body.append('version', VERSION); | ||
body.append('_source', SOURCE); | ||
body.append('_version', VERSION); | ||
} else { | ||
headers['Content-Type'] = CONTENT_JSON; | ||
body.apiKey = This.options.apiKey; | ||
body.source = SOURCE; | ||
body.version = VERSION; | ||
body._source = SOURCE; | ||
body._version = VERSION; | ||
body = stringify(body); | ||
@@ -150,0 +150,0 @@ } |
{ | ||
"name": "optiic", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "An advanced free OCR & image recognition API.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14975