@divkitframework/jsonbuilder 32.9.0 → 32.10.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.
@@ -18,7 +18,7 @@ interface IDivData {
18
18
  /**
19
19
  * User functions.
20
20
  *
21
- * Platforms: ios, web
21
+ * Platforms: android, ios, web
22
22
  */
23
23
  functions?: NonEmptyArray<IDivFunction>;
24
24
  /**
@@ -10574,7 +10574,7 @@ interface IDivStateState {
10574
10574
  *
10575
10575
  * @deprecated
10576
10576
  *
10577
- * Platforms: android
10577
+ * Platforms: android, ios
10578
10578
  */
10579
10579
  swipe_out_actions?: Type<NonEmptyArray<IDivAction>>;
10580
10580
  }
@@ -12499,7 +12499,7 @@ interface IDivTextImage {
12499
12499
  /**
12500
12500
  * Background image must be loaded before the display.
12501
12501
  *
12502
- * Platforms: ios, web
12502
+ * Platforms: android, ios, web
12503
12503
  */
12504
12504
  preload_required?: Type<IntBoolean | DivExpression>;
12505
12505
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.9.0",
3
+ "version": "32.10.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",