@digipair/skill-web-ocr 0.21.2 → 0.21.7

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
@@ -1174,7 +1174,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1174
1174
  createHTML: function(t) {
1175
1175
  return t;
1176
1176
  }
1177
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1177
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1178
1178
  return r$3.createComment("");
1179
1179
  }, c = function(t) {
1180
1180
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1635,7 +1635,7 @@ var L = /*#__PURE__*/ function() {
1635
1635
  }();
1636
1636
  var Z = t$1.litHtmlPolyfillSupport;
1637
1637
  var _litHtmlVersions;
1638
- Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.2");
1638
+ Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.4");
1639
1639
  var j = function(t, i, s) {
1640
1640
  var _s_renderBefore;
1641
1641
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1823,7 +1823,7 @@ r$2 === null || r$2 === void 0 ? void 0 : r$2({
1823
1823
  LitElement: s
1824
1824
  });
1825
1825
  var _litElementVersions;
1826
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1826
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1827
1827
 
1828
1828
  /**
1829
1829
  * @license
package/index.esm.js CHANGED
@@ -1170,7 +1170,7 @@ var t$1 = globalThis, i = t$1.trustedTypes, s$1 = i ? i.createPolicy("lit-html",
1170
1170
  createHTML: function(t) {
1171
1171
  return t;
1172
1172
  }
1173
- }) : void 0, e = "$lit$", h = "lit$".concat((Math.random() + "").slice(9), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1173
+ }) : void 0, e = "$lit$", h = "lit$".concat(Math.random().toFixed(9).slice(2), "$"), o$1 = "?" + h, n$1 = "<".concat(o$1, ">"), r$3 = document, l = function() {
1174
1174
  return r$3.createComment("");
1175
1175
  }, c = function(t) {
1176
1176
  return null === t || "object" != typeof t && "function" != typeof t;
@@ -1631,7 +1631,7 @@ var L = /*#__PURE__*/ function() {
1631
1631
  }();
1632
1632
  var Z = t$1.litHtmlPolyfillSupport;
1633
1633
  var _litHtmlVersions;
1634
- Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.2");
1634
+ Z === null || Z === void 0 ? void 0 : Z(V, M), ((_litHtmlVersions = (_t = t$1).litHtmlVersions) !== null && _litHtmlVersions !== void 0 ? _litHtmlVersions : _t.litHtmlVersions = []).push("3.1.4");
1635
1635
  var j = function(t, i, s) {
1636
1636
  var _s_renderBefore;
1637
1637
  var e = (_s_renderBefore = s === null || s === void 0 ? void 0 : s.renderBefore) !== null && _s_renderBefore !== void 0 ? _s_renderBefore : i;
@@ -1819,7 +1819,7 @@ r$2 === null || r$2 === void 0 ? void 0 : r$2({
1819
1819
  LitElement: s
1820
1820
  });
1821
1821
  var _litElementVersions;
1822
- ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.4");
1822
+ ((_litElementVersions = (_globalThis1 = globalThis).litElementVersions) !== null && _litElementVersions !== void 0 ? _litElementVersions : _globalThis1.litElementVersions = []).push("4.0.6");
1823
1823
 
1824
1824
  /**
1825
1825
  * @license
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-ocr",
3
- "version": "0.21.2",
3
+ "version": "0.21.7",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"