ep_author_hover 1.0.9 → 10.0.2
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/index.js +1 -1
- package/locales/el.json +0 -2
- package/locales/it.json +1 -3
- package/locales/nl.json +2 -4
- package/package.json +10 -6
- package/.github/dependabot.yml +0 -11
- package/.github/workflows/codeql.yml +0 -16
- package/.github/workflows/test-and-release.yml +0 -7
- package/locales/es.json +0 -10
- package/locales/fa.json +0 -10
- package/locales/kab.json +0 -8
package/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const eejs = require('ep_etherpad-lite/node/eejs/');
|
|
4
|
-
|
|
4
|
+
import settings from 'ep_etherpad-lite/node/utils/Settings'
|
|
5
5
|
|
|
6
6
|
exports.eejsBlock_mySettings = (hookName, args, cb) => {
|
|
7
7
|
let checkedState = 'checked';
|
package/locales/el.json
CHANGED
package/locales/it.json
CHANGED
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
3
|
"authors": [
|
|
4
|
-
"Albano",
|
|
5
4
|
"Beta16"
|
|
6
5
|
]
|
|
7
6
|
},
|
|
8
7
|
"ep_author_hover.me": "Me",
|
|
9
|
-
"ep_author_hover.unknow_author": "Autore sconosciuto"
|
|
10
|
-
"ep_author_hover.showHoverLabel": "Mostra l'autore al passaggio del mouse"
|
|
8
|
+
"ep_author_hover.unknow_author": "Autore sconosciuto"
|
|
11
9
|
}
|
package/locales/nl.json
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"@metadata": {
|
|
3
|
-
"authors": [
|
|
4
|
-
"McDutchie"
|
|
5
|
-
]
|
|
3
|
+
"authors": []
|
|
6
4
|
},
|
|
7
5
|
"ep_author_hover.me": "Ik",
|
|
8
6
|
"ep_author_hover.unknow_author": "Onbekende auteur",
|
|
9
|
-
"ep_author_hover.showHoverLabel": "
|
|
7
|
+
"ep_author_hover.showHoverLabel": "Toon auteur bij hover"
|
|
10
8
|
}
|
package/package.json
CHANGED
|
@@ -6,23 +6,27 @@
|
|
|
6
6
|
},
|
|
7
7
|
"name": "ep_author_hover",
|
|
8
8
|
"description": "Adds author names to span titles (shows on hover), works as authors change their name. Hover includes author color and fast switching between author spans. Hat tip to Martyn York for the initial work on this.",
|
|
9
|
-
"version": "
|
|
9
|
+
"version": "10.0.2",
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "
|
|
12
|
+
"url": "https://github.com/ether/ether-plugins.git"
|
|
13
13
|
},
|
|
14
14
|
"funding": {
|
|
15
15
|
"type": "individual",
|
|
16
16
|
"url": "https://etherpad.org/"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"eslint": "^
|
|
20
|
-
"eslint-config-etherpad": "^
|
|
21
|
-
"typescript": "^5.4.
|
|
19
|
+
"eslint": "^9.24.0",
|
|
20
|
+
"eslint-config-etherpad": "^4.0.4",
|
|
21
|
+
"typescript": "^5.4.3"
|
|
22
22
|
},
|
|
23
23
|
"engines": {
|
|
24
|
-
"node": ">=
|
|
24
|
+
"node": ">=20.0.0"
|
|
25
25
|
},
|
|
26
|
+
"bugs": {
|
|
27
|
+
"url": "https://github.com/ether/ether-plugins/issues"
|
|
28
|
+
},
|
|
29
|
+
"homepage": "https://github.com/ether/ether-plugins/tree/main/ep_author_hover#readme",
|
|
26
30
|
"scripts": {
|
|
27
31
|
"lint": "eslint .",
|
|
28
32
|
"lint:fix": "eslint --fix ."
|
package/.github/dependabot.yml
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
name: "CodeQL"
|
|
2
|
-
|
|
3
|
-
on:
|
|
4
|
-
push:
|
|
5
|
-
branches: [ "main" ]
|
|
6
|
-
pull_request:
|
|
7
|
-
branches: [ "main" ]
|
|
8
|
-
schedule:
|
|
9
|
-
- cron: "48 0 * * 2"
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
jobs:
|
|
13
|
-
analyze:
|
|
14
|
-
uses: ether/ether-pipelines/.github/workflows/codeql-plugins.yml@main
|
|
15
|
-
secrets: inherit
|
|
16
|
-
|
package/locales/es.json
DELETED
package/locales/fa.json
DELETED