tag-checker 0.0.139 → 0.0.141

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 +21 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tag-checker",
3
- "version": "0.0.139",
3
+ "version": "0.0.141",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -37,6 +37,18 @@ const sutraVsets = {
37
37
  'kamtshangzogchen': 'kamtshangzogchen',
38
38
  'kamtshangbuton': 'kamtshangbuton',
39
39
  'kamtshangngawangdragpa': 'kamtshangngawangdragpa',
40
+ 'kamtshangnaroyoga': 'kamtshangnaroyoga',
41
+ 'kamtshangpaworinpoche': 'kamtshangpaworinpoche',
42
+ 'kamtshangtsurphujamyang': 'kamtshangtsurphujamyang',
43
+ 'kamtshang3rdkarmapa': 'kamtshang3rdkarmapa',
44
+ 'kamtshangtsewangyal': 'kamtshangtsewangyal',
45
+ 'kamtshanggolotsawa': 'kamtshanggolotsawa',
46
+ 'kamtshanggzhanfenwangpo': 'kamtshanggzhanfenwangpo',
47
+ 'kamtshangthorbu': 'kamtshangthorbu',
48
+ 'kamtshangupamarton': 'kamtshangupamarton',
49
+ 'kamtshanggzhonuhoe': 'kamtshanggzhonuhoe',
50
+ 'kamtshangzabmonangdon': 'kamtshangzabmonangdon',
51
+ 'kamtshangkontsek': 'kamtshangkontsek',
40
52
  // sakya ས་སྐྱ།
41
53
  // 1-5
42
54
  'sonamgyaltsen': 'SG',
@@ -97,7 +109,15 @@ const sutraVsets = {
97
109
  'yeshegyatsho': 'JKYG',
98
110
  'yontenbzangpo': 'JNYZ',
99
111
  'terdzo': 'TD',
100
- "bshadmdzod": "AK"
112
+ "bshadmdzod": "AK",
113
+ // 法王外文書
114
+ 'chi': 'chi',
115
+ 'fpvo': 'fpvo',
116
+ 'ktis': 'ktis',
117
+ 'imw': 'imw',
118
+ 'tfmt': 'tfmt',
119
+ 'tgtrwr': 'tgtrwr',
120
+ 'tta': 'tta'
101
121
  };
102
122
 
103
123
  const sutraV = sutraVsets[repo];