tag-checker 0.0.142 → 0.0.144

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/package.json +1 -1
  2. package/src/getTagRules.js +58 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tag-checker",
3
- "version": "0.0.142",
3
+ "version": "0.0.144",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,6 +12,7 @@ const sutraVsets = {
12
12
  'koreakangyur': 'KO',
13
13
  // tengyur
14
14
  'degetengyur': 'D',
15
+ 'narthangtengyur': 'NT',
15
16
  'pedurmatengyur': 'BT',
16
17
  // བཀའ་བརྒྱུད་པ།
17
18
  'tilopa': 'TILO',
@@ -49,6 +50,30 @@ const sutraVsets = {
49
50
  'kamtshanggzhonuhoe': 'kamtshanggzhonuhoe',
50
51
  'kamtshangzabmonangdon': 'kamtshangzabmonangdon',
51
52
  'kamtshangkontsek': 'kamtshangkontsek',
53
+ 'kamtshang4thkarmapa': 'kamtshang4thkarmapa',
54
+ 'kamtshangtharlamdropaishingta': 'kamtshangtharlamdropaishingta',
55
+ 'kamtshang7thkarmapa': 'kamtshang7thkarmapa',
56
+ 'kamtshangkagyudserthreng': 'kamtshangkagyudserthreng',
57
+ 'kamtshangurgyenpa': 'kamtshangurgyenpa',
58
+ 'kamtshangthonmiringlug': 'kamtshangthonmiringlug',
59
+ 'kamtshangmiphamgeleknamgyal': 'kamtshangmiphamgeleknamgyal',
60
+ 'kamtshangjakchengyaltsenbum': 'kamtshangjakchengyaltsenbum',
61
+ 'kamtshangkhyungponaljor': 'kamtshangkhyungponaljor',
62
+ 'kamtshangjakchengyaltsenbum': 'kamtshangjakchengyaltsenbum',
63
+ 'kamtshangshangtonpa': 'kamtshangshangtonpa',
64
+ 'kamtshangkungazangpo': 'kamtshangkungazangpo',
65
+ 'kamtshangpalkhanglotsawa': 'kamtshangpalkhanglotsawa',
66
+ 'kamtshangmuchengyaltsenpalzang': 'kamtshangmuchengyaltsenpalzang',
67
+ 'kamtshanggolotsawa': 'kamtshanggolotsawa',
68
+ 'kamtshangdrikungpa': 'kamtshangdrikungpa',
69
+ 'kamtshangkarmagontexts': 'kamtshangkarmagontexts',
70
+ 'kamtshangkhampagartexts': 'kamtshangkhampagartexts',
71
+ 'kamtshangngawangchodrak': 'kamtshangngawangchodrak',
72
+ 'kamtshangshangpatext': 'kamtshangshangpatext',
73
+ 'kamtshangzabmonangdon': 'kamtshangzabmonangdon',
74
+ 'kamtshangkalacakra': 'kamtshangkalacakra',
75
+ 'kamtshangpalpungtext': 'kamtshangpalpungtext',
76
+ 'kamtshangsdesridlhanthabs': 'kamtshangsdesridlhanthabs',
52
77
  // sakya ས་སྐྱ།
53
78
  // 1-5
54
79
  'sonamgyaltsen': 'SG',
@@ -111,13 +136,45 @@ const sutraVsets = {
111
136
  'terdzo': 'TD',
112
137
  "bshadmdzod": "AK",
113
138
  // 法王外文書
139
+ 'buddisttextchinesemordentranslation': 'buddisttextchinesemordentranslation',
140
+ 'mbas': 'mbas',
141
+ 'fgbt': 'fgbt',
142
+ 'gjbs': 'gjbs',
143
+ 'wbs': 'wbs',
144
+ 'sbea': 'sbea',
145
+ 'sbeb': 'sbeb',
146
+ 'sbec': 'sbec',
147
+ 'ebmfs': 'ebmfs',
114
148
  'chi': 'chi',
115
149
  'fpvo': 'fpvo',
116
150
  'ktis': 'ktis',
117
151
  'imw': 'imw',
118
152
  'tfmt': 'tfmt',
119
153
  'tgtrwr': 'tgtrwr',
120
- 'tta': 'tta'
154
+ 'tta': 'tta',
155
+ 'dvpt': 'dvpt',
156
+ 'twhrlb': 'twhrlb',
157
+ 'vsczh': 'vsczh',
158
+ 'bcsb': 'bcsb',
159
+ 'ohbs': 'ohbs',
160
+ 'cbv': 'cbv',
161
+ 'tltk': 'tltk',
162
+ 'aseb': 'aseb',
163
+ 'bva': 'bva',
164
+ 'ate': 'ate',
165
+ 'opeb': 'opeb',
166
+ 'thdeb': 'thdeb',
167
+ 'baodv': 'baodv',
168
+ 'trew': 'trew',
169
+ 'bad': 'bad',
170
+ 'sls': 'sls',
171
+ 'emss': 'emss',
172
+ 'pdb': 'pdb',
173
+ 'svs': 'svs',
174
+ 'smnbb': 'smnbb',
175
+ 'fwhk': 'fwhk',
176
+ 'gbs': 'gbs',
177
+ 'gsne': 'gsne'
121
178
  };
122
179
 
123
180
  const sutraV = sutraVsets[repo];