Comparing version 1.0.0 to 1.0.1
@@ -25,3 +25,3 @@ (function (root, factory) { | ||
var SOURCE = 'library'; | ||
var VERSION = '1.0.0'; | ||
var VERSION = '1.0.1'; | ||
@@ -28,0 +28,0 @@ function Optiic(options) { |
{ | ||
"name": "optiic", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An advanced free OCR & image recognition API.", | ||
@@ -12,3 +12,3 @@ "main": "./dist/index.js", | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=12" | ||
}, | ||
@@ -37,16 +37,16 @@ "repository": { | ||
"runkitExampleFilename": "examples/process.js", | ||
"preparePackage": { | ||
"input": "./src", | ||
"output": "./dist", | ||
"replace": {} | ||
}, | ||
"dependencies": { | ||
"form-data": "^3.0.1", | ||
"itwcw-package-analytics": "^1.0.3", | ||
"wonderful-fetch": "^1.1.11" | ||
"itwcw-package-analytics": "^1.0.4", | ||
"wonderful-fetch": "^1.1.12" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^8.4.0", | ||
"prepare-package": "^1.1.11" | ||
}, | ||
"preparePackage": { | ||
"input": "./src", | ||
"output": "./dist", | ||
"replace": {} | ||
"prepare-package": "^1.1.12" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
16576
5
Updatedwonderful-fetch@^1.1.12