@dile/editor 2.4.16 → 2.4.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -4,4 +4,4 @@ Webcomponent to create a WYSIWYG Markdown editor, customizable on diferent ways.
4
4
 
5
5
  ## Docs an demos
6
6
 
7
- Read the docs and find demos on the [dile-components site](https://dile-components.polydile.com/components/dile-editor/)
7
+ Read the docs and find demos on the [dile-components site](https://dile-components.com/components/dile-editor/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dile/editor",
3
- "version": "2.4.16",
3
+ "version": "2.4.17",
4
4
  "description": "Webcomponent to create a user editor interface, configured on various ways",
5
5
  "keywords": [
6
6
  "markdown",
@@ -12,7 +12,7 @@
12
12
  ],
13
13
  "type": "module",
14
14
  "author": "midesweb <miguel@desarrolloweb.com>",
15
- "homepage": "https://dile-components.polydile.com/",
15
+ "homepage": "https://dile-components.com/",
16
16
  "license": "MIT",
17
17
  "main": "index.js",
18
18
  "publishConfig": {
@@ -29,8 +29,8 @@
29
29
  "url": "https://github.com/Polydile/dile-components/issues"
30
30
  },
31
31
  "dependencies": {
32
- "@dile/icons": "^2.1.1",
33
- "@dile/ui": "^2.5.5",
32
+ "@dile/icons": "^2.1.2",
33
+ "@dile/ui": "^2.5.6",
34
34
  "lit": "^2.7.0 || ^3.0.0",
35
35
  "prosemirror-commands": "^1.6.2",
36
36
  "prosemirror-example-setup": "^1.2.3",
@@ -41,5 +41,5 @@
41
41
  "prosemirror-state": "^1.4.3",
42
42
  "prosemirror-view": "^1.37.0"
43
43
  },
44
- "gitHead": "dc75b0e2d5e2c20dcee71f1bf857947a31370836"
44
+ "gitHead": "0ca8a028f7d8e60a7e1b83ad5a6a90dfc97ddac4"
45
45
  }