scv-esm 1.135.3 → 1.135.4
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": "scv-esm",
|
|
3
|
-
"version": "1.135.
|
|
3
|
+
"version": "1.135.4",
|
|
4
4
|
"description": "SuttaCentral Voice ES Module",
|
|
5
5
|
"main": "index.mjs",
|
|
6
6
|
"module": "main.mjs",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@sc-voice/vitest": "^4.0.1",
|
|
26
26
|
"eslint": "^10.0.0",
|
|
27
27
|
"memo-again": "^0.8.0",
|
|
28
|
-
"scv-bilara": "^3.200.
|
|
28
|
+
"scv-bilara": "^3.200.3",
|
|
29
29
|
"suttacentral-api": "^2.25.0"
|
|
30
30
|
},
|
|
31
31
|
"overrides": {
|
package/src/auto/authors-v2.mjs
CHANGED
|
@@ -870,9 +870,9 @@ const AUTHORS = {
|
|
|
870
870
|
"exampleVersion": 0,
|
|
871
871
|
"sutta": true,
|
|
872
872
|
"stats": {
|
|
873
|
-
"sutta":
|
|
874
|
-
"sutta/an":
|
|
875
|
-
"sutta/an/an1":
|
|
873
|
+
"sutta": 907,
|
|
874
|
+
"sutta/an": 473,
|
|
875
|
+
"sutta/an/an1": 2,
|
|
876
876
|
"sutta/an/an5": 218,
|
|
877
877
|
"sutta/an/an6": 111,
|
|
878
878
|
"sutta/an/an7": 84,
|
package/src/auto/suid-map.json
CHANGED
package/src/auto/suid-map.mjs
CHANGED