@shipengine/js-api 1.30.1 → 1.30.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "1.30.1",
3
+ "version": "1.30.2",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -110,10 +110,10 @@ export type ShipmentPackage = Omit<CarrierPackage, "name"> & {
110
110
  reference2?: string;
111
111
  reference3?: string;
112
112
  };
113
- packageName: string;
113
+ packageName?: string;
114
114
  products?: Product[];
115
115
  sequence?: number;
116
- shipmentPackageId: string;
116
+ shipmentPackageId?: string;
117
117
  trackingNumber?: string;
118
118
  weight: WeightWithUnit;
119
119
  };