@coffer-org/plugin-documents 3.1.2 → 4.0.0

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/locales/en.json CHANGED
@@ -22,8 +22,7 @@
22
22
  "personal_document": {
23
23
  "label": "Document",
24
24
  "fields": {
25
- "logo": "Front side",
26
- "description": "Description",
25
+ "about": "Description",
27
26
  "surname": "Surname",
28
27
  "given_names": "Given names",
29
28
  "sex": "Sex",
package/locales/ru.json CHANGED
@@ -22,8 +22,7 @@
22
22
  "personal_document": {
23
23
  "label": "Документ",
24
24
  "fields": {
25
- "logo": "Лицевая сторона",
26
- "description": "Описание",
25
+ "about": "Описание",
27
26
  "surname": "Фамилия",
28
27
  "given_names": "Имя и отчество",
29
28
  "sex": "Пол",
package/locales/uk.json CHANGED
@@ -22,8 +22,7 @@
22
22
  "personal_document": {
23
23
  "label": "Документ",
24
24
  "fields": {
25
- "logo": "Лицьова сторона",
26
- "description": "Опис",
25
+ "about": "Опис",
27
26
  "surname": "Прізвище",
28
27
  "given_names": "Ім'я та по батькові",
29
28
  "sex": "Стать",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffer-org/plugin-documents",
3
- "version": "3.1.2",
3
+ "version": "4.0.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=24"
@@ -26,11 +26,12 @@
26
26
  "postpack": "node ../../scripts/swap-exports.mjs src"
27
27
  },
28
28
  "dependencies": {
29
- "@coffer-org/plugin-people": "^3.1.2",
30
- "@coffer-org/sdk": "^3.0.0",
31
- "@coffer-org/server": "^3.0.0"
29
+ "@coffer-org/plugin-people": "^4.0.0",
30
+ "@coffer-org/sdk": "^4.0.0",
31
+ "@coffer-org/server": "^4.0.0"
32
32
  },
33
33
  "coffer": {
34
+ "runtime": "node",
34
35
  "schema": "dist/schema.js"
35
36
  }
36
37
  }