@agentscope-ai/flow 0.0.9 → 0.0.10

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.
@@ -321,7 +321,9 @@ export var CustomOutputsFormWrap = /*#__PURE__*/memo(function (props) {
321
321
  onChange = props.onChange,
322
322
  readyOnly = props.readyOnly,
323
323
  enabledTypes = props.enabledTypes,
324
- disabledTypes = props.disabledTypes;
324
+ disabledTypes = props.disabledTypes,
325
+ tier = props.tier,
326
+ maxTier = props.maxTier;
325
327
  return /*#__PURE__*/React.createElement("div", {
326
328
  className: "flex flex-col gap-[8px]"
327
329
  }, /*#__PURE__*/React.createElement("div", {
@@ -353,6 +355,8 @@ export var CustomOutputsFormWrap = /*#__PURE__*/memo(function (props) {
353
355
  readyOnly: readyOnly,
354
356
  isRoot: true,
355
357
  enabledTypes: enabledTypes,
356
- disabledTypes: disabledTypes
358
+ disabledTypes: disabledTypes,
359
+ tier: tier,
360
+ maxTier: maxTier
357
361
  }));
358
362
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentscope-ai/flow",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "A powerful and flexible flow canvas rendering engine designed for AI applications. Provides comprehensive workflow visualization and interaction capabilities for platforms like Bailian and AgentScope, enabling seamless creation and management of complex AI agent workflows with an intuitive drag-and-drop interface.",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",