@openeditor/exporters 0.0.3 → 0.0.4

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 +2 -2
package/README.md CHANGED
@@ -10,4 +10,4 @@ Pure import/export helpers for OpenEditor documents.
10
10
  ## Internal notes
11
11
 
12
12
  - Exporters remain side-effect free and renderer-independent.
13
- - Keep format transforms here rather than in `@openeditor/web` or `@openeditor/native`.
13
+ - Keep format transforms here rather than in `@openeditor/react`, `@openeditor/ui`, or `@openeditor/native`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openeditor/exporters",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -24,6 +24,6 @@
24
24
  "./package.json": "./package.json"
25
25
  },
26
26
  "dependencies": {
27
- "@openeditor/core": "0.0.3"
27
+ "@openeditor/core": "0.0.4"
28
28
  }
29
29
  }