@declarion/react 0.1.48 → 0.1.51

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.
@@ -391,8 +391,7 @@ export interface HandlerParam {
391
391
  display?: HandlerParamDisplay;
392
392
  /**
393
393
  * Narrows the param's option set. Values may be literals or templates
394
- * using the ui_steps interpolation vocabulary (e.g. "${params.other}"). The
395
- * legacy "{{params.other}}" form is still accepted but deprecated.
394
+ * using the ui_steps interpolation vocabulary (e.g. "${params.other}").
396
395
  * Semantics are type-specific: for type="status", a "status_group" key
397
396
  * selects the group whose statuses are offered.
398
397
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@declarion/react",
3
- "version": "0.1.48",
3
+ "version": "0.1.51",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "description": "React SDK for Declarion, the schema-driven business apps platform.",