suttacentral-api 2.12.0 → 2.14.1
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/api/sc.suttaplex/06/06e36cdd5bd3c4fffcfe419bce649513.json +1 -1
- package/api/sc.suttaplex/3e/3e0a98c24ff3dd8b2ce2fbc667b1e2e2.json +1 -1
- package/api/sc.suttaplex/81/8156d0bdf1b26a5c9ccdda1252078297.json +14 -0
- package/api/sc.suttaplex/a1/a12d5b72b7875c154003fe2a8dc891df.json +1 -1
- package/api/sc.suttaplex/ab/abc86fe39db1790db7f1d6d18a7c62d5.json +14 -0
- package/package.json +1 -2
@@ -165,6 +165,20 @@
|
|
165
165
|
"volpage": null,
|
166
166
|
"has_comment": false
|
167
167
|
},
|
168
|
+
{
|
169
|
+
"lang": "ru",
|
170
|
+
"lang_name": "Русский",
|
171
|
+
"is_root": false,
|
172
|
+
"author": "SV theravada.ru",
|
173
|
+
"author_short": "sv",
|
174
|
+
"author_uid": "sv",
|
175
|
+
"publication_date": "2024",
|
176
|
+
"id": "sn45.55_translation-ru-sv",
|
177
|
+
"segmented": true,
|
178
|
+
"title": "Мудрое Внимание ",
|
179
|
+
"volpage": null,
|
180
|
+
"has_comment": false
|
181
|
+
},
|
168
182
|
{
|
169
183
|
"lang": "ru",
|
170
184
|
"lang_name": "Русский",
|
@@ -165,6 +165,20 @@
|
|
165
165
|
"volpage": null,
|
166
166
|
"has_comment": false
|
167
167
|
},
|
168
|
+
{
|
169
|
+
"lang": "ru",
|
170
|
+
"lang_name": "Русский",
|
171
|
+
"is_root": false,
|
172
|
+
"author": "SV theravada.ru",
|
173
|
+
"author_short": "sv",
|
174
|
+
"author_uid": "sv",
|
175
|
+
"publication_date": "2024",
|
176
|
+
"id": "sn45.50-54_translation-ru-sv",
|
177
|
+
"segmented": true,
|
178
|
+
"title": "Нравственность ",
|
179
|
+
"volpage": null,
|
180
|
+
"has_comment": false
|
181
|
+
},
|
168
182
|
{
|
169
183
|
"lang": "ru",
|
170
184
|
"lang_name": "Русский",
|
package/package.json
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "suttacentral-api",
|
3
|
-
"version": "2.
|
3
|
+
"version": "2.14.1",
|
4
4
|
"description": "SuttaCentral API cached proxy",
|
5
5
|
"main": "index.js",
|
6
6
|
"directories": {
|
7
7
|
"test": "test"
|
8
8
|
},
|
9
9
|
"dependencies": {
|
10
|
-
"axios": "^1.3.1",
|
11
10
|
"log-instance": "^1.5.0",
|
12
11
|
"memo-again": "^0.8.0",
|
13
12
|
"merkle-json": "^1.1.4"
|