@readme/markdown 6.60.1 → 6.61.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/dist/main.js CHANGED
@@ -25500,7 +25500,7 @@ function tokenize(eat, value, silent) {
25500
25500
  type: 'image',
25501
25501
  title: ":".concat(subvalue, ":"),
25502
25502
  alt: ":".concat(subvalue, ":"),
25503
- url: "/img/emojis/".concat(subvalue, ".png"),
25503
+ url: "/public/img/emojis/".concat(subvalue, ".png"),
25504
25504
  data: {
25505
25505
  hProperties: {
25506
25506
  className: 'emoji',
package/dist/main.node.js CHANGED
@@ -10280,7 +10280,7 @@ function tokenize(eat, value, silent) {
10280
10280
  type: 'image',
10281
10281
  title: ":".concat(subvalue, ":"),
10282
10282
  alt: ":".concat(subvalue, ":"),
10283
- url: "/img/emojis/".concat(subvalue, ".png"),
10283
+ url: "/public/img/emojis/".concat(subvalue, ".png"),
10284
10284
  data: {
10285
10285
  hProperties: {
10286
10286
  className: 'emoji',
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "6.60.1",
5
+ "version": "6.61.0",
6
6
  "main": "dist/main.node.js",
7
7
  "browser": "dist/main.js",
8
8
  "files": [