@nguyentrungkien/shared 2.0.0 → 2.0.4

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.
@@ -30,10 +30,10 @@ exports.getShippingStatus = {
30
30
  };
31
31
  exports.getShippingProvider = {
32
32
  [shipping_enum_1.ShippingProvider.GHN]: {
33
- text: "Giao hàng nhanh",
33
+ text: "Giao hàng nhanh (GHN)",
34
34
  },
35
35
  [shipping_enum_1.ShippingProvider.GHTK]: {
36
- text: "Giao hàng tiết kiệm",
36
+ text: "Giao hàng tiết kiệm (GHTK)",
37
37
  },
38
38
  [shipping_enum_1.ShippingProvider.INTERNAL]: {
39
39
  text: "Nội bộ giao hàng",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nguyentrungkien/shared",
3
- "version": "2.0.0",
3
+ "version": "2.0.4",
4
4
  "description": "shared enum & types",
5
5
  "license": "ISC",
6
6
  "author": "nguyentrungkien04921@gmail.com",