rxing-wasm 0.1.19 → 0.1.20

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.1.19",
4
+ "version": "0.1.20",
5
5
  "license": "Apache 2.0",
6
6
  "repository": {
7
7
  "type": "git",
package/rxing_wasm.d.ts CHANGED
@@ -120,7 +120,8 @@ export enum BarcodeFormat {
120
120
  * UPC/EAN extension format. Not a stand-alone format.
121
121
  */
122
122
  UpcEanExtension = 16,
123
- UnsuportedFormat = 17,
123
+ MicroQR = 17,
124
+ UnsuportedFormat = 18,
124
125
  }
125
126
  /**
126
127
  */
package/rxing_wasm_bg.js CHANGED
@@ -373,7 +373,7 @@ UpcE:15,"15":"UpcE",
373
373
  /**
374
374
  * UPC/EAN extension format. Not a stand-alone format.
375
375
  */
376
- UpcEanExtension:16,"16":"UpcEanExtension",UnsuportedFormat:17,"17":"UnsuportedFormat", });
376
+ UpcEanExtension:16,"16":"UpcEanExtension",MicroQR:17,"17":"MicroQR",UnsuportedFormat:18,"18":"UnsuportedFormat", });
377
377
  /**
378
378
  */
379
379
  export const DecodeHintTypes = Object.freeze({
Binary file