@digipair/skill-pdf 0.42.0 → 0.43.2
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
@@ -15,7 +15,7 @@ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
15
15
|
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
16
16
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
17
17
|
PERFORMANCE OF THIS SOFTWARE.
|
18
|
-
***************************************************************************** */ /* global Reflect, Promise, SuppressedError, Symbol */ function _instanceof$G(left, right) {
|
18
|
+
***************************************************************************** */ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */ function _instanceof$G(left, right) {
|
19
19
|
if (right != null && typeof Symbol !== "undefined" && right[Symbol.hasInstance]) {
|
20
20
|
return !!right[Symbol.hasInstance](left);
|
21
21
|
} else {
|
@@ -94,12 +94,8 @@ function __generator(thisArg, body) {
|
|
94
94
|
},
|
95
95
|
trys: [],
|
96
96
|
ops: []
|
97
|
-
}, f, y, t, g;
|
98
|
-
return g = {
|
99
|
-
next: verb(0),
|
100
|
-
"throw": verb(1),
|
101
|
-
"return": verb(2)
|
102
|
-
}, typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
97
|
+
}, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
|
98
|
+
return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() {
|
103
99
|
return this;
|
104
100
|
}), g;
|
105
101
|
function verb(n) {
|
package/package.json
CHANGED
File without changes
|
File without changes
|