ep_author_hover 1.0.6 → 10.0.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/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const eejs = require('ep_etherpad-lite/node/eejs/');
4
- const settings = require('ep_etherpad-lite/node/utils/Settings');
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
@@ -1,11 +1,9 @@
1
1
  {
2
2
  "@metadata": {
3
3
  "authors": [
4
- "Jimkats",
5
4
  "Norhorn"
6
5
  ]
7
6
  },
8
- "ep_author_hover.me": "Εγώ",
9
7
  "ep_author_hover.unknow_author": "Άγνωστος συγγραφέας",
10
8
  "ep_author_hover.showHoverLabel": "Εμφάνιση συγγραφέα στο Hover"
11
9
  }
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": "1.0.6",
9
+ "version": "10.0.1",
10
10
  "repository": {
11
11
  "type": "git",
12
- "url": "git@github.com:JohnMcLear/ep_author_hover.git"
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": "^8.57.0",
20
- "eslint-config-etherpad": "^3.0.22",
21
- "typescript": "^5.4.2"
19
+ "eslint": "^9.24.0",
20
+ "eslint-config-etherpad": "^4.0.4",
21
+ "typescript": "^5.4.3"
22
22
  },
23
23
  "engines": {
24
- "node": ">=18.0.0"
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 ."
@@ -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
-
@@ -1,7 +0,0 @@
1
- name: Node.js Package
2
- on: [push]
3
-
4
- jobs:
5
- backend:
6
- uses: ether/ether-pipelines/.github/workflows/test-and-release-plugins.yml@main
7
- secrets: inherit
package/locales/es.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "@metadata": {
3
- "authors": [
4
- "Ovruni"
5
- ]
6
- },
7
- "ep_author_hover.me": "Yo",
8
- "ep_author_hover.unknow_author": "Autor desconocido",
9
- "ep_author_hover.showHoverLabel": "Mostrar autor al pasar el cursor"
10
- }
package/locales/fa.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "@metadata": {
3
- "authors": [
4
- "Darafsh"
5
- ]
6
- },
7
- "ep_author_hover.me": "من",
8
- "ep_author_hover.unknow_author": "نویسندهٔ ناشناس",
9
- "ep_author_hover.showHoverLabel": "نمایش نویسنده هنگام قرار گرفتن نشانگر"
10
- }