diff --git a/.changeset/curly-chefs-retire.md b/.changeset/curly-chefs-retire.md new file mode 100644 index 00000000..0b327888 --- /dev/null +++ b/.changeset/curly-chefs-retire.md @@ -0,0 +1,7 @@ +--- +"zxing-wasm": patch +--- + +reset zxing-cpp to b152afd + +- `validateITFCheckSum`, `tryCode39ExtendedMode` and `validateCode39CheckSum` are deprecated in [later commits](https://github.com/zxing-cpp/zxing-cpp/commits/master/?since=2024-01-26). diff --git a/src/bindings/readerOptions.ts b/src/bindings/readerOptions.ts index f30d7835..488f740a 100644 --- a/src/bindings/readerOptions.ts +++ b/src/bindings/readerOptions.ts @@ -84,21 +84,18 @@ export interface ZXingReaderOptions { * If `true`, the Code-39 reader will try to read extended mode. * * @defaultValue `false` - * @deprecated upstream */ tryCode39ExtendedMode: boolean; /** * Assume Code-39 codes employ a check digit and validate it. * * @defaultValue `false` - * @deprecated upstream */ validateCode39CheckSum: boolean; /** * Assume ITF codes employ a GS1 check digit and validate it. * * @defaultValue `false` - * @deprecated upstream */ validateITFCheckSum: boolean; /** diff --git a/zxing-cpp b/zxing-cpp index b3fe5744..b152afd7 160000 --- a/zxing-cpp +++ b/zxing-cpp @@ -1 +1 @@ -Subproject commit b3fe5744b2a0ac554efa70635a087c5ff3342c42 +Subproject commit b152afd750e0c4b2b1b712bfcba6d0abb6a4c81d