@ckeditor/ckeditor5-highlight 38.2.0-alpha.0 → 39.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/README.md CHANGED
@@ -4,7 +4,6 @@ CKEditor 5 highlight feature
4
4
  [![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-highlight.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-highlight)
5
5
  [![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
6
6
  [![Build Status](https://travis-ci.com/ckeditor/ckeditor5.svg?branch=master)](https://app.travis-ci.com/github/ckeditor/ckeditor5)
7
- ![Dependency Status](https://img.shields.io/librariesio/release/npm/@ckeditor/ckeditor5-highlight)
8
7
 
9
8
  This package implements text highlight support for CKEditor 5.
10
9
 
@@ -1 +1 @@
1
- !function(e){const i=e.sq=e.sq||{};i.dictionary=Object.assign(i.dictionary||{},{"Blue marker":"Shënuesi kaltër","Green marker":"Shënuesi gjelbër","Green pen":"Lapsi gjelbër",Highlight:"Ngjyrimi","Pink marker":"Shënuesi rozë","Red pen":"Lapsi kuq","Remove highlight":"Largo ngjyrimet","Text highlight toolbar":"","Yellow marker":"Shënuesi verdh"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
1
+ !function(i){const e=i.sq=i.sq||{};e.dictionary=Object.assign(e.dictionary||{},{"Blue marker":"Shënuesi kaltër","Green marker":"Shënuesi gjelbër","Green pen":"Lapsi gjelbër",Highlight:"Ngjyrimi","Pink marker":"Shënuesi rozë","Red pen":"Lapsi kuq","Remove highlight":"Largo ngjyrimet","Text highlight toolbar":"Shiriti i veglave të nënvizimit të tekstit","Yellow marker":"Shënuesi verdh"})}(window.CKEDITOR_TRANSLATIONS||(window.CKEDITOR_TRANSLATIONS={}));
@@ -50,4 +50,4 @@ msgstr "Ngjyrimi"
50
50
 
51
51
  msgctxt "Label used by assistive technologies describing the highlight feature toolbar."
52
52
  msgid "Text highlight toolbar"
53
- msgstr ""
53
+ msgstr "Shiriti i veglave të nënvizimit të tekstit"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-highlight",
3
- "version": "38.2.0-alpha.0",
3
+ "version": "39.0.0",
4
4
  "description": "Highlight feature for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
@@ -11,9 +11,8 @@
11
11
  "ckeditor5-dll"
12
12
  ],
13
13
  "main": "src/index.js",
14
- "type": "module",
15
14
  "dependencies": {
16
- "ckeditor5": "38.2.0-alpha.0"
15
+ "ckeditor5": "39.0.0"
17
16
  },
18
17
  "engines": {
19
18
  "node": ">=16.0.0",