@neuracore/types 11.13.0-main.176.1 → 11.13.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.
@@ -1456,10 +1456,6 @@ export interface QAFinding {
1456
1456
  start_time: number | null;
1457
1457
  end_time: number | null;
1458
1458
  trace: TraceIdentifier | null;
1459
- /**
1460
- * Human-readable description of the failure reason.
1461
- */
1462
- description: string;
1463
1459
  }
1464
1460
  /**
1465
1461
  * Identifies a single raw trace within a recording.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neuracore/types",
3
- "version": "11.13.0-main.176.1",
3
+ "version": "11.13.0",
4
4
  "description": "Shared TypeScript type definitions for Neuracore robotics platform",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,6 +27,7 @@
27
27
  "devDependencies": {
28
28
  "typescript": "^5.3.0",
29
29
  "grpc-tools": "^1.13.0"
30
+
30
31
  },
31
32
  "publishConfig": {
32
33
  "access": "public"