@divkitframework/jsonbuilder 32.10.0 → 32.11.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.
@@ -12550,7 +12550,7 @@ interface IDivTextRange {
12550
12550
  /**
12551
12551
  * Vertical text alignment within the row. Ignored when a baseline offset is specified.
12552
12552
  *
12553
- * Platforms: android, web
12553
+ * Platforms: android, ios, web
12554
12554
  */
12555
12555
  alignment_vertical?: Type<DivTextAlignmentVertical | DivExpression>;
12556
12556
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.10.0",
3
+ "version": "32.11.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",