rxing-wasm 0.1.26 → 0.2.0

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.26",
4
+ "version": "0.2.0",
5
5
  "license": "Apache 2.0",
6
6
  "repository": {
7
7
  "type": "git",
package/rxing_wasm.d.ts CHANGED
@@ -129,7 +129,8 @@ export enum BarcodeFormat {
129
129
  */
130
130
  UpcEanExtension = 16,
131
131
  MicroQR = 17,
132
- UnsuportedFormat = 18,
132
+ Telepen = 18,
133
+ UnsuportedFormat = 19,
133
134
  }
134
135
  /**
135
136
  */
package/rxing_wasm_bg.js CHANGED
@@ -399,7 +399,7 @@ UpcE:15,"15":"UpcE",
399
399
  /**
400
400
  * UPC/EAN extension format. Not a stand-alone format.
401
401
  */
402
- UpcEanExtension:16,"16":"UpcEanExtension",MicroQR:17,"17":"MicroQR",UnsuportedFormat:18,"18":"UnsuportedFormat", });
402
+ UpcEanExtension:16,"16":"UpcEanExtension",MicroQR:17,"17":"MicroQR",Telepen:18,"18":"Telepen",UnsuportedFormat:19,"19":"UnsuportedFormat", });
403
403
  /**
404
404
  */
405
405
  export const DecodeHintTypes = Object.freeze({
Binary file