ep_headings2 0.2.68 → 0.2.74

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Renessaince"
5
+ ]
6
+ },
7
+ "ep_headings.h1": "Загаловак 1",
8
+ "ep_headings.h2": "Загаловак 2",
9
+ "ep_headings.h3": "Загаловак 3",
10
+ "ep_headings.h4": "Загаловак 4",
11
+ "ep_headings.code": "Код"
12
+ }
package/locales/da.json CHANGED
@@ -1,9 +1,15 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
+ "Peterleth",
4
5
  "Saederup92"
5
6
  ]
6
7
  },
7
8
  "ep_headings.style": "Stil",
9
+ "ep_headings.normal": "Normal",
10
+ "ep_headings.h1": "Overskrift 1",
11
+ "ep_headings.h2": "Overskrift 2",
12
+ "ep_headings.h3": "Overskrift 3",
13
+ "ep_headings.h4": "Overskrift 4",
8
14
  "ep_headings.code": "Kode"
9
15
  }
@@ -0,0 +1,14 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Ovruni"
5
+ ]
6
+ },
7
+ "ep_headings.style": "Estilo",
8
+ "ep_headings.normal": "Normal",
9
+ "ep_headings.h1": "Título 1",
10
+ "ep_headings.h2": "Título 2",
11
+ "ep_headings.h3": "Título 3",
12
+ "ep_headings.h4": "Título 4",
13
+ "ep_headings.code": "Código"
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Aindriu80"
5
+ ]
6
+ },
7
+ "ep_headings.style": "Stíl",
8
+ "ep_headings.normal": "Gnáth",
9
+ "ep_headings.h1": "Ceannteideal 1",
10
+ "ep_headings.h2": "Ceannteideal 2",
11
+ "ep_headings.h3": "Ceannteideal 3",
12
+ "ep_headings.h4": "Ceannteideal 4",
13
+ "ep_headings.code": "Cód"
14
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Inabat Allanova"
5
+ ]
6
+ },
7
+ "ep_headings.style": "Stil",
8
+ "ep_headings.normal": "Ortasha",
9
+ "ep_headings.h1": "Bólim 1",
10
+ "ep_headings.h2": "Bólim 2",
11
+ "ep_headings.h3": "Bólim 3",
12
+ "ep_headings.h4": "Bólim 4",
13
+ "ep_headings.code": "Kod"
14
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "Cabal"
5
+ ]
6
+ },
7
+ "ep_headings.style": "ਸ਼ੈਲੀ",
8
+ "ep_headings.normal": "ਆਮ",
9
+ "ep_headings.h1": "ਸਿਰਨਾਵਾਂ 1",
10
+ "ep_headings.h2": "ਸਿਰਨਾਵਾਂ 2",
11
+ "ep_headings.h3": "ਸਿਰਨਾਵਾਂ 3",
12
+ "ep_headings.h4": "ਸਿਰਨਾਵਾਂ 4"
13
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "شاه زمان پټان"
5
+ ]
6
+ },
7
+ "ep_headings.style": "ښودبڼه",
8
+ "ep_headings.normal": "نورمال",
9
+ "ep_headings.h1": "سرليک ۱",
10
+ "ep_headings.h2": "سرليک ۲",
11
+ "ep_headings.h3": "سرليک ۳",
12
+ "ep_headings.h4": "سرليک ۴",
13
+ "ep_headings.code": "کوډ"
14
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "@metadata": {
3
+ "authors": [
4
+ "SZ475"
5
+ ]
6
+ },
7
+ "ep_headings.h1": "Titlu 1",
8
+ "ep_headings.h2": "Titlu 2",
9
+ "ep_headings.h3": "Titlu 3",
10
+ "ep_headings.h4": "Titlu 4",
11
+ "ep_headings.code": "Cod"
12
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "description": "Adds heading support to Etherpad Lite. Includes improved suppot for export, i18n etc.",
3
3
  "name": "ep_headings2",
4
- "version": "0.2.68",
4
+ "version": "0.2.74",
5
5
  "author": {
6
6
  "name": "John McLear",
7
7
  "email": "john@mclear.co.uk"
@@ -27,20 +27,20 @@
27
27
  "plugin"
28
28
  ],
29
29
  "engines": {
30
- "node": ">=20.0.0"
30
+ "node": ">=18.0.0"
31
31
  },
32
- "homepage": "https://github.com/ether/ether-plugins/tree/main/ep_headings2#readme",
32
+ "homepage": "https://github.com/ether/ep_headings2#readme",
33
33
  "bugs": {
34
- "url": "https://github.com/ether/ether-plugins/issues"
34
+ "url": "https://github.com/ether/ep_headings2/issues"
35
35
  },
36
36
  "devDependencies": {
37
- "eslint": "^9.24.0",
37
+ "eslint": "^8.57.0",
38
38
  "eslint-config-etherpad": "^4.0.4",
39
- "typescript": "^5.4.3"
39
+ "typescript": "^5.4.2"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",
43
- "url": "https://github.com/ether/ether-plugins.git"
43
+ "url": "https://github.com/ether/ep_headings2.git"
44
44
  },
45
45
  "funding": {
46
46
  "type": "individual",