Comparing version 0.0.12 to 0.0.13
@@ -25,3 +25,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.12'; | ||
var VERSION = '0.0.13'; | ||
@@ -169,3 +169,3 @@ function Optiic(options) { | ||
if (This.options.local) { | ||
serverAddy = 'http://localhost:5000/' + config.path; | ||
serverAddy = 'http://localhost:3000/' + config.path; | ||
} else { | ||
@@ -172,0 +172,0 @@ serverAddy = 'https://api.optiic.dev/' + config.path; |
{ | ||
"name": "optiic", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "An advanced free OCR & image recognition API.", | ||
@@ -45,2 +45,2 @@ "main": "./dist/index.js", | ||
"runkitExampleFilename": "examples/process.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
15378