tag-checker 0.0.133 → 0.0.135

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tag-checker",
3
- "version": "0.0.133",
3
+ "version": "0.0.135",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,6 +8,8 @@ const sutraVsets = {
8
8
  'urgakangyur': 'U',
9
9
  'narthangkangyur': 'N',
10
10
  'pekingkangyur': 'P',
11
+ 'qianlong': 'Q',
12
+ 'koreakangyur': 'KO',
11
13
  // tengyur
12
14
  'degetengyur': 'D',
13
15
  'pedurmatengyur': 'BT',
@@ -22,6 +24,8 @@ const sutraVsets = {
22
24
  '8thkarmapa': '8KM',
23
25
  'padkar': 'PK',
24
26
  'gampopa': 'GM',
27
+ // kamtshang
28
+ 'kamtsanggampopa': 'kamtsanggampopa',
25
29
  // sakya ས་སྐྱ།
26
30
  // 1-5
27
31
  'sonamgyaltsen': 'SG',
@@ -62,6 +66,7 @@ const sutraVsets = {
62
66
  'mipam': 'MP',
63
67
  // 格魯
64
68
  'tsongkhapa': 'JTs',
69
+ // 'gyaltsabje': 'GJ', 和薩迦派重複
65
70
  'khedrupje': 'KDJ',
66
71
  'dalailamasungbum': 'DL',
67
72
  //
@@ -80,7 +85,6 @@ const sutraVsets = {
80
85
  'tshalminpa': 'JTSZ',
81
86
  'yeshegyatsho': 'JKYG',
82
87
  'yontenbzangpo': 'JNYZ',
83
- 'qianlong': 'Q',
84
88
  'terdzo': 'TD',
85
89
  "bshadmdzod": "AK"
86
90
  };