Comparing version 0.0.21 to 0.0.22
@@ -25,3 +25,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '0.0.21'; | ||
var VERSION = '0.0.22'; | ||
@@ -28,0 +28,0 @@ function Optiic(options) { |
{ | ||
"name": "optiic", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "An advanced free OCR & image recognition API.", | ||
@@ -8,3 +8,4 @@ "main": "./dist/index.js", | ||
"test": "npm run prepare && ./node_modules/mocha/bin/mocha test/ --recursive --timeout=10000", | ||
"prepare": "node -e 'require(`prepare-package`)()'" | ||
"prepare": "node -e 'require(`prepare-package`)()'", | ||
"prepare:watch": "nodemon -w ./src -e '*' --exec 'npm run prepare'" | ||
}, | ||
@@ -42,4 +43,9 @@ "engines": { | ||
"mocha": "^8.4.0", | ||
"prepare-package": "^0.0.16" | ||
"prepare-package": "^1.1.3" | ||
}, | ||
"preparePackage": { | ||
"input": "./src", | ||
"output": "./dist", | ||
"replace": {} | ||
} | ||
} |
@@ -40,3 +40,3 @@ | ||
### Getting an API key | ||
You can use so much of `optiic` for free, but if you want to do some advanced stuff, you'll need an API key. You can get one by [signing up for an account](https://optiic.dev/authentication/signup). | ||
You can use so much of `optiic` for free, but if you want to do some advanced stuff, you'll need an API key. You can get one by [signing up for an account](https://optiic.dev/signup). | ||
@@ -43,0 +43,0 @@ ## Install Optiic |
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
16040