@curvenote/renderers 0.2.5 → 0.2.6

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -4,6 +4,6 @@ import PERSON_CARD_RENDERERS from '@curvenote/ext-person/react';
4
4
  import BLOG_RENDERERS from '@curvenote/ext-blog/react';
5
5
  export const curvenoteRenderers = mergeRenderers([
6
6
  CITE_RENDERERS,
7
- PERSON_CARD_RENDERERS, //
7
+ PERSON_CARD_RENDERERS,
8
8
  BLOG_RENDERERS,
9
9
  ]);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curvenote/renderers",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "type": "module",
5
5
  "exports": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -21,8 +21,8 @@
21
21
  "build": "npm-run-all -l clean -p build:esm"
22
22
  },
23
23
  "dependencies": {
24
- "@curvenote/ext-blog": "^0.2.5",
25
- "@curvenote/ext-person": "^0.2.5",
24
+ "@curvenote/ext-blog": "^0.2.6",
25
+ "@curvenote/ext-person": "^0.2.6",
26
26
  "@heroicons/react": "^2.1.5",
27
27
  "@myst-theme/providers": "^0.12.0",
28
28
  "classnames": "^2.5.1",