@divkitframework/jsonbuilder 32.47.0 → 32.48.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.
@@ -897,7 +897,7 @@ declare class DivActionSetStoredValue<T extends DivActionSetStoredValueProps = D
897
897
  * for Android and iOS is `global'. For Web, the implementation depends entirely on the
898
898
  * developer.
899
899
  *
900
- * Platforms: not supported
900
+ * Platforms: android
901
901
  */
902
902
  scope?: Type<DivActionSetStoredValueScope | DivExpression>;
903
903
  /**
@@ -923,7 +923,7 @@ interface DivActionSetStoredValueProps {
923
923
  * for Android and iOS is `global'. For Web, the implementation depends entirely on the
924
924
  * developer.
925
925
  *
926
- * Platforms: not supported
926
+ * Platforms: android
927
927
  */
928
928
  scope?: Type<DivActionSetStoredValueScope | DivExpression>;
929
929
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "32.47.0",
3
+ "version": "32.48.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",