scv-esm 1.140.116 → 1.140.118
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 +2 -2
- package/src/auto/authors.mjs +6 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scv-esm",
|
|
3
|
-
"version": "1.140.
|
|
3
|
+
"version": "1.140.118",
|
|
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.1.7",
|
|
26
26
|
"eslint": "^10.0.0",
|
|
27
27
|
"memo-again": "^0.8.0",
|
|
28
|
-
"scv-bilara": "^3.209.
|
|
28
|
+
"scv-bilara": "^3.209.116",
|
|
29
29
|
"suttacentral-api": "^2.25.0"
|
|
30
30
|
},
|
|
31
31
|
"overrides": {
|
package/src/auto/authors.mjs
CHANGED
|
@@ -290,6 +290,12 @@ const AUTHORS = {
|
|
|
290
290
|
"exampleVersion": 0,
|
|
291
291
|
"lang": "pl"
|
|
292
292
|
},
|
|
293
|
+
"marion": {
|
|
294
|
+
"type": "translator",
|
|
295
|
+
"name": "Marion Ah-Mouck",
|
|
296
|
+
"author": "marion",
|
|
297
|
+
"exampleVersion": 0
|
|
298
|
+
},
|
|
293
299
|
"mgvali": {
|
|
294
300
|
"type": "translator",
|
|
295
301
|
"name": "Margus Väli",
|