@innofulfill/hubops-shipment-tracking 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1 +1,9 @@
1
- This is used to use Shipment and Bag Information while tracking
1
+ A lightweight UI component library to display Shipment Information and Bag Information during shipment tracking. Follow the steps to use
2
+ npm install hubops-shipment-tracking
3
+ import "hubops-shipment-tracking/dist/assets/hubops-shipment-tracking.css";
4
+ for Shipment Details UI
5
+ import { ShipmentDetailsUI } from "hubops-shipment-tracking";
6
+ for Bag Details UI
7
+ import { BagDetailsUI } from "hubops-shipment-tracking";
8
+ Props Required(baseUrl,awbNumber)
9
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@innofulfill/hubops-shipment-tracking",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/hubops-shipment-tracking.cjs",