markdown-codec 4.0.5 → 4.0.7
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 +5 -4
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markdown-codec",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.7",
|
|
4
4
|
"description": "Hand-written CommonMark+GFM <-> DocumentPackage codec, built on document-schema.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
|
-
"url": "git+https://github.com/ExaDev/
|
|
8
|
+
"url": "git+https://github.com/ExaDev/documents.js.git",
|
|
9
|
+
"directory": "packages/markdown-codec"
|
|
9
10
|
},
|
|
10
11
|
"homepage": "https://github.com/ExaDev/markdown-codec#readme",
|
|
11
12
|
"bugs": {
|
|
@@ -63,7 +64,7 @@
|
|
|
63
64
|
"test:corpus": "turbo run _test:corpus",
|
|
64
65
|
"_test:corpus": "vitest run --project corpus",
|
|
65
66
|
"test:smoke": "turbo run _test:smoke",
|
|
66
|
-
"_test:smoke": "
|
|
67
|
+
"_test:smoke": "vitest run --project smoke",
|
|
67
68
|
"prepare": "husky",
|
|
68
69
|
"release": "semantic-release"
|
|
69
70
|
},
|
|
@@ -79,7 +80,7 @@
|
|
|
79
80
|
"license": "MIT",
|
|
80
81
|
"packageManager": "pnpm@11.6.0",
|
|
81
82
|
"dependencies": {
|
|
82
|
-
"document-schema.js": "^4.3.
|
|
83
|
+
"document-schema.js": "^4.3.4",
|
|
83
84
|
"zod": "^4.4.3"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|