@digipair/skill-web-ocr 0.8.37 → 0.8.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js CHANGED
@@ -5144,7 +5144,7 @@ var tesseract_min$1 = {
5144
5144
  },
5145
5145
  147: function(t) {
5146
5146
  t.exports = {
5147
- i8: "5.0.5"
5147
+ i8: "5.1.0"
5148
5148
  };
5149
5149
  }
5150
5150
  }, r = {};
package/index.esm.js CHANGED
@@ -5140,7 +5140,7 @@ var tesseract_min$1 = {
5140
5140
  },
5141
5141
  147: function(t) {
5142
5142
  t.exports = {
5143
- i8: "5.0.5"
5143
+ i8: "5.1.0"
5144
5144
  };
5145
5145
  }
5146
5146
  }, r = {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-ocr",
3
- "version": "0.8.37",
3
+ "version": "0.8.40",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"