@lexmata/micropdf 0.9.0 → 0.9.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/dist/index.d.ts CHANGED
@@ -167,5 +167,5 @@ export { ResourceType, handleRegistry, enableTracking, enableStackTraces, isTrac
167
167
  */
168
168
  export { colorFromRGB, colorFromRGBA, colorFromGray, colorFromCMYK, pointsFromCoords, pointsFromObjects, transformPointsInPlace, transformPoints, rectsFromCoords, rectsFromObjects, transformRectsInPlace, matrixIdentity, matrixTranslate, matrixScale, matrixRotate, matrixConcatInPlace, matrixConcat, pointDistances, pointDistancesSquared, rectContainsPoints, countPointsInRect, convertPixelFormat, premultiplyAlpha, unpremultiplyAlpha } from './typed-arrays.js';
169
169
  /** Library version */
170
- export declare const VERSION = "0.2.0";
170
+ export declare const VERSION = "0.9.1";
171
171
  //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -361,5 +361,5 @@ convertPixelFormat, premultiplyAlpha, unpremultiplyAlpha } from './typed-arrays.
361
361
  // Version
362
362
  // ============================================================================
363
363
  /** Library version */
364
- export const VERSION = '0.2.0';
364
+ export const VERSION = '0.9.1';
365
365
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lexmata/micropdf",
3
- "version": "0.9.0",
3
+ "version": "0.9.2",
4
4
  "description": "Node.js bindings for the MicroPDF library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",