@moraya/core 0.1.0 → 0.3.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moraya/core",
3
- "version": "0.1.0",
3
+ "version": "0.3.1",
4
4
  "description": "Shared markdown editor core for Moraya desktop and Moraya Web. ProseMirror schema, markdown-it parser, prosemirror-markdown serializer, plugins, and editor lifecycle factories. Pure ESM, host-agnostic, dependency-injected.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,12 @@
38
38
  "./adapters/*": {
39
39
  "import": "./dist/adapters/*.js",
40
40
  "types": "./dist/adapters/*.d.ts"
41
- }
41
+ },
42
+ "./i18n": {
43
+ "import": "./dist/i18n/index.js",
44
+ "types": "./dist/i18n/index.d.ts"
45
+ },
46
+ "./i18n/locales/*.json": "./dist/i18n/locales/*.json"
42
47
  },
43
48
  "files": [
44
49
  "dist",