rxing-wasm 0.2.2 → 0.2.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rxing-wasm",
3
3
  "description": "wasm bindings for rxing to provide commong barcode operations (decode/encode)",
4
- "version": "0.2.2",
4
+ "version": "0.2.4",
5
5
  "license": "Apache 2.0",
6
6
  "repository": {
7
7
  "type": "git",
package/rxing_wasm.d.ts CHANGED
@@ -312,7 +312,8 @@ export enum BarcodeFormat {
312
312
  UpcEanExtension = 16,
313
313
  MicroQR = 17,
314
314
  Telepen = 18,
315
- UnsuportedFormat = 19,
315
+ RectangularMicroQR = 19,
316
+ UnsuportedFormat = 20,
316
317
  }
317
318
  /**
318
319
  */
package/rxing_wasm_bg.js CHANGED
@@ -602,7 +602,7 @@ UpcE:15,"15":"UpcE",
602
602
  /**
603
603
  * UPC/EAN extension format. Not a stand-alone format.
604
604
  */
605
- UpcEanExtension:16,"16":"UpcEanExtension",MicroQR:17,"17":"MicroQR",Telepen:18,"18":"Telepen",UnsuportedFormat:19,"19":"UnsuportedFormat", });
605
+ UpcEanExtension:16,"16":"UpcEanExtension",MicroQR:17,"17":"MicroQR",Telepen:18,"18":"Telepen",RectangularMicroQR:19,"19":"RectangularMicroQR",UnsuportedFormat:20,"20":"UnsuportedFormat", });
606
606
  /**
607
607
  */
608
608
  export const DecodeHintTypes = Object.freeze({
Binary file