@grayhaven/nerve-connectors 0.1.0 → 0.2.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.
package/dist/index.d.ts CHANGED
@@ -16,7 +16,18 @@ declare const MolexMicroFit: {
16
16
  readonly compatibleTerminals: readonly ["43030-0007", "43030-0010"];
17
17
  readonly wireGaugeRange: {
18
18
  readonly min: "30AWG";
19
- readonly max: "18AWG";
19
+ readonly max: "20AWG";
20
+ };
21
+ readonly currentLimitA: 8.5;
22
+ readonly voltageLimitV: 600;
23
+ readonly crimpTool: "63819-0000";
24
+ readonly insertionTool: "11-03-0044";
25
+ readonly extractionTool: "11-03-0043";
26
+ readonly provenance: {
27
+ readonly source: "Molex catalog";
28
+ readonly datasheet: "https://www.molex.com/en-us/products/part-detail/430250800";
29
+ readonly verification: "verified";
30
+ readonly lastVerified: "2026-06-06";
20
31
  };
21
32
  };
22
33
  /** Micro-Fit 3.0 plug housing, dual row, 8 circuits. */
@@ -36,7 +47,18 @@ declare const MolexMicroFit: {
36
47
  readonly compatibleTerminals: readonly ["43031-0007", "43031-0010"];
37
48
  readonly wireGaugeRange: {
38
49
  readonly min: "30AWG";
39
- readonly max: "18AWG";
50
+ readonly max: "20AWG";
51
+ };
52
+ readonly currentLimitA: 8.5;
53
+ readonly voltageLimitV: 600;
54
+ readonly crimpTool: "63819-0000";
55
+ readonly insertionTool: "11-03-0044";
56
+ readonly extractionTool: "11-03-0043";
57
+ readonly provenance: {
58
+ readonly source: "Molex catalog";
59
+ readonly datasheet: "https://www.molex.com/en-us/products/part-detail/430200800";
60
+ readonly verification: "verified";
61
+ readonly lastVerified: "2026-06-06";
40
62
  };
41
63
  };
42
64
  };
package/dist/index.js CHANGED
@@ -12,7 +12,18 @@ var MolexMicroFit = {
12
12
  cavityLayout: { rows: 2, columns: 4 },
13
13
  matingMpn: "43020-0800",
14
14
  compatibleTerminals: ["43030-0007", "43030-0010"],
15
- wireGaugeRange: { min: "30AWG", max: "18AWG" }
15
+ wireGaugeRange: { min: "30AWG", max: "20AWG" },
16
+ currentLimitA: 8.5,
17
+ voltageLimitV: 600,
18
+ crimpTool: "63819-0000",
19
+ insertionTool: "11-03-0044",
20
+ extractionTool: "11-03-0043",
21
+ provenance: {
22
+ source: "Molex catalog",
23
+ datasheet: "https://www.molex.com/en-us/products/part-detail/430250800",
24
+ verification: "verified",
25
+ lastVerified: "2026-06-06"
26
+ }
16
27
  },
17
28
  /** Micro-Fit 3.0 plug housing, dual row, 8 circuits. */
18
29
  "43020-0800": {
@@ -26,7 +37,18 @@ var MolexMicroFit = {
26
37
  cavityLayout: { rows: 2, columns: 4 },
27
38
  matingMpn: "43025-0800",
28
39
  compatibleTerminals: ["43031-0007", "43031-0010"],
29
- wireGaugeRange: { min: "30AWG", max: "18AWG" }
40
+ wireGaugeRange: { min: "30AWG", max: "20AWG" },
41
+ currentLimitA: 8.5,
42
+ voltageLimitV: 600,
43
+ crimpTool: "63819-0000",
44
+ insertionTool: "11-03-0044",
45
+ extractionTool: "11-03-0043",
46
+ provenance: {
47
+ source: "Molex catalog",
48
+ datasheet: "https://www.molex.com/en-us/products/part-detail/430200800",
49
+ verification: "verified",
50
+ lastVerified: "2026-06-06"
51
+ }
30
52
  }
31
53
  };
32
54
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grayhaven/nerve-connectors",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "type": "module",
5
5
  "description": "Verified connector library for Grayhaven Nerve.",
6
6
  "exports": {
@@ -10,7 +10,7 @@
10
10
  }
11
11
  },
12
12
  "dependencies": {
13
- "@grayhaven/nerve": "0.1.0"
13
+ "@grayhaven/nerve": "0.2.0"
14
14
  },
15
15
  "devDependencies": {
16
16
  "typescript": "^5.8.3"