@digipair/skill-pdf 0.136.1 → 0.136.3

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/dist/index.esm.js CHANGED
@@ -45815,9 +45815,9 @@ if (isNodeJS) {
45815
45815
  var _globalThis_navigator;
45816
45816
  var canvas;
45817
45817
  try {
45818
- var require = process.getBuiltinModule("module").createRequire(import.meta.url);
45818
+ var require$1 = process.getBuiltinModule("module").createRequire(import.meta.url);
45819
45819
  try {
45820
- canvas = require("@napi-rs/canvas");
45820
+ canvas = require$1("@napi-rs/canvas");
45821
45821
  } catch (ex) {
45822
45822
  warn('Cannot load "@napi-rs/canvas" package: "'.concat(ex, '".'));
45823
45823
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-pdf",
3
- "version": "0.136.1",
3
+ "version": "0.136.3",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
@@ -1,2 +0,0 @@
1
- export * from './lib/skill-pdf';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -1,6 +0,0 @@
1
- import { PinsSettings } from '@digipair/engine';
2
- export declare const fillForm: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<string>;
3
- export declare const getFields: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<any>;
4
- export declare const getSize: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<number>;
5
- export declare const getText: (params: any, pinsSettingsList: PinsSettings[], context: any) => Promise<import("pdf-parse").TextResult>;
6
- //# sourceMappingURL=skill-pdf.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"skill-pdf.d.ts","sourceRoot":"","sources":["../../../src/lib/skill-pdf.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AA+GhD,eAAO,MAAM,QAAQ,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,oBACtB,CAAC;AAE/D,eAAO,MAAM,SAAS,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,iBACtB,CAAC;AAEhE,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,oBACtB,CAAC;AAE9D,eAAO,MAAM,OAAO,GAAI,QAAQ,GAAG,EAAE,kBAAkB,YAAY,EAAE,EAAE,SAAS,GAAG,4CACtB,CAAC"}