yeawood_consts 1.0.42 → 1.0.43

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 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -46,6 +46,7 @@ exports.DEFAULT_COMPANY = '62da5e1f0d5c6be576fa011a'
46
46
 
47
47
  exports.TENDER_TYPES = [
48
48
  { label: '中国电气', value: 'cee' },
49
+ { label: '中国电建', value: 'powerchina' },
49
50
  { label: '中国能建', value: 'ceec' },
50
51
  { label: '河南森源', value: 'senyuan' },
51
52
  { label: '青岛特锐德', value: 'teruide' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeawood_consts",
3
- "version": "1.0.42",
3
+ "version": "1.0.43",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {},