@divkitframework/jsonbuilder 29.3.0 → 29.4.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.
@@ -800,9 +800,10 @@ interface IDivCollectionItemBuilder {
800
800
  */
801
801
  data: Type<unknown[] | DivExpression>;
802
802
  /**
803
- * Prefix for accessing the next `data` element in the prototype.
803
+ * Name for accessing the next `data` element in the prototype. Working with this element is like
804
+ * working with DivKit dictionaries.
804
805
  */
805
- data_element_prefix?: Type<string>;
806
+ data_element_name?: Type<string>;
806
807
  /**
807
808
  * Array of `div` from which the collection items will be created.
808
809
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@divkitframework/jsonbuilder",
3
- "version": "29.3.0",
3
+ "version": "29.4.0",
4
4
  "description": "DivKit TypeScript JSON Builder",
5
5
  "main": "./dist/jsonbuilder.js",
6
6
  "module": "./dist/es/jsonbuilder.js",