aspose-barcode-cloud-node 22.11.0 → 22.12.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/dist/models.d.ts CHANGED
@@ -571,7 +571,7 @@ export declare class DotCodeParams {
571
571
  */
572
572
  'aspectRatio'?: number;
573
573
  /**
574
- * Mask of Dotcode barcode. Default value: -1.
574
+ * DEPRECATED: DotCodeMask is now calculated automatically
575
575
  */
576
576
  'dotCodeMask'?: number;
577
577
  static attributeTypeMap: Array<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aspose-barcode-cloud-node",
3
- "version": "22.11.0",
3
+ "version": "22.12.0",
4
4
  "description": "Aspose.BarCode Cloud SDK for Node.js",
5
5
  "homepage": "https://products.aspose.cloud/barcode/nodejs",
6
6
  "repository": {