@aiquants/markdown 1.9.0 → 1.9.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/dist/markdown-api +0 -0
- package/package.json +4 -4
package/dist/markdown-api
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiquants/markdown",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Markdown renderer for React with advanced features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -140,8 +140,8 @@
|
|
|
140
140
|
"license-check": "pnpm dlx license-checker --production --onlyAllow \"MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense\"",
|
|
141
141
|
"license-check:json": "pnpm dlx license-checker --production --onlyAllow \"MIT;Apache-2.0;BSD-2-Clause;BSD-3-Clause;ISC;Unlicense\" --json",
|
|
142
142
|
"clean": "rimraf dist",
|
|
143
|
-
"publish:patch": "
|
|
144
|
-
"publish:minor": "
|
|
145
|
-
"publish:major": "
|
|
143
|
+
"publish:patch": "pnpm version patch --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks",
|
|
144
|
+
"publish:minor": "pnpm version minor --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks",
|
|
145
|
+
"publish:major": "pnpm version major --no-git-tag-version --no-git-checks && pnpm publish --no-git-checks"
|
|
146
146
|
}
|
|
147
147
|
}
|