@nice-code/action 0.3.1 → 0.3.2

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.
@@ -4369,7 +4369,6 @@ var ActionInputAndOutputChip = ({
4369
4369
  title: isNewOutput ? "New Output" : "Output"
4370
4370
  }
4371
4371
  }, undefined, false, undefined, this),
4372
- isNewOutput && newSparkleComp,
4373
4372
  (entry.error != null || entry.abortReason != null) && /* @__PURE__ */ jsxDEV18(Icon, {
4374
4373
  noBackground: true,
4375
4374
  icon: CircleX2,
@@ -4382,7 +4381,8 @@ var ActionInputAndOutputChip = ({
4382
4381
  title: entry.status === "aborted" ? "Aborted" : "Error",
4383
4382
  maxWidth: 340
4384
4383
  }
4385
- }, undefined, false, undefined, this)
4384
+ }, undefined, false, undefined, this),
4385
+ isNewOutput && newSparkleComp
4386
4386
  ]
4387
4387
  }, undefined, true, undefined, this)
4388
4388
  }, undefined, false, undefined, this);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nice-code/action",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -44,9 +44,9 @@
44
44
  "build-types": "tsc --project tsconfig.build.json"
45
45
  },
46
46
  "dependencies": {
47
- "@nice-code/common-errors": "0.3.1",
48
- "@nice-code/error": "0.3.1",
49
- "@nice-code/util": "0.3.1",
47
+ "@nice-code/common-errors": "0.3.2",
48
+ "@nice-code/error": "0.3.2",
49
+ "@nice-code/util": "0.3.2",
50
50
  "@standard-schema/spec": "^1.1.0",
51
51
  "@tanstack/react-virtual": "^3.13.26",
52
52
  "http-status-codes": "^2.3.0",