yeawood_consts 1.0.36 → 1.0.37

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
@@ -48,7 +48,7 @@ exports.TENDER_TYPES = [
48
48
  { label: '中国电气装备智采平台', value: 'cee' },
49
49
  { label: '中国能建电子采购平台', value: 'ceec' },
50
50
  { label: '河南森源电气', value: 'senyuan' },
51
- { label: '青岛特锐德电气股份有限公司', value: 'teruide' }
51
+ { label: '青岛特锐德电气', value: 'teruide' }
52
52
  ]
53
53
 
54
54
  exports.TENDER_PROJECT_MODES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeawood_consts",
3
- "version": "1.0.36",
3
+ "version": "1.0.37",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},