@devops-flow/devops-flow-pipeline-detail 0.0.56-beta.1 → 0.0.56

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.
@@ -1,5 +1,4 @@
1
1
  import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
2
- import _extends from "@babel/runtime/helpers/extends";
3
2
  var _excluded = ["view"],
4
3
  _excluded2 = ["onClick", "id", "text"];
5
4
  /* eslint-disable react/no-array-index-key */
@@ -164,7 +163,7 @@ var SubTree = function SubTree(props) {
164
163
  }, item.buildProcessNodes.map(function (node) {
165
164
  return /*#__PURE__*/React.createElement(TreeNode, {
166
165
  className: ["job-log-tree__node--" + node.status, node.nodeIndex === selectedNode.nodeIndex && treeIndex === current && item.buildId === buildId ? 'selected' : ''].join(' '),
167
- key: JSON.stringify(_extends({}, node, {
166
+ key: JSON.stringify(Object.assign({}, node, {
168
167
  jobId: item.jobId
169
168
  })),
170
169
  label: /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devops-flow/devops-flow-pipeline-detail",
3
- "version": "0.0.56-beta.1",
3
+ "version": "0.0.56",
4
4
  "description": "flow 流水线详情",
5
5
  "medusaName": "rdc-tb-cd-assets",
6
6
  "main": "dist/PipelineFlowDetail.js",
@@ -48,5 +48,5 @@
48
48
  "react": "^18.0.0",
49
49
  "react-dom": "^18.0.0"
50
50
  },
51
- "homepage": "https://unpkg.com/@devops-flow/devops-flow-pipeline-detail@0.0.56-beta.1/build/index.html"
51
+ "homepage": "https://unpkg.com/@devops-flow/devops-flow-pipeline-detail@0.0.56/build/index.html"
52
52
  }