@shipengine/js-api 3.7.0 → 3.8.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.
@@ -142,6 +142,7 @@ export type MetadataRegistrationRequirement = {
142
142
  export type MetadataCarrierProfile = {
143
143
  capabilities: MetadataCapability[] | null;
144
144
  carrierCode: string;
145
+ friendlyName: string;
145
146
  registrationRequirements: MetadataRegistrationRequirement[];
146
147
  requiredTerms: MetadataRequiredTerm[];
147
148
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shipengine/js-api",
3
- "version": "3.7.0",
3
+ "version": "3.8.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {