yeawood_consts 1.0.44 → 1.0.45

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -236,7 +236,7 @@ exports.TENDER_COMPANY_FILTER = (company, company_curr) => {
236
236
  switch (company) {
237
237
  case company_curr:
238
238
  return company
239
- case '重庆飞鸿运输有限公司':
239
+ case '重庆飞鸿供应链有限公司':
240
240
  return '重庆帝睿物流有限公司'
241
241
  default:
242
242
  return company
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeawood_consts",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},