@aiquants/markdown 1.17.3 → 1.17.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.
- package/package.json +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aiquants/markdown",
|
|
3
|
-
"version": "1.17.
|
|
3
|
+
"version": "1.17.4",
|
|
4
4
|
"description": "Markdown renderer for React with advanced features",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -134,12 +134,12 @@
|
|
|
134
134
|
"access": "public"
|
|
135
135
|
},
|
|
136
136
|
"optionalDependencies": {
|
|
137
|
-
"@aiquants/markdown-linux-x64": "1.17.
|
|
138
|
-
"@aiquants/markdown-linux-arm64": "1.17.
|
|
139
|
-
"@aiquants/markdown-darwin-x64": "1.17.
|
|
140
|
-
"@aiquants/markdown-darwin-arm64": "1.17.
|
|
141
|
-
"@aiquants/markdown-win32-x64": "1.17.
|
|
142
|
-
"@aiquants/markdown-win32-arm64": "1.17.
|
|
137
|
+
"@aiquants/markdown-linux-x64": "1.17.4",
|
|
138
|
+
"@aiquants/markdown-linux-arm64": "1.17.4",
|
|
139
|
+
"@aiquants/markdown-darwin-x64": "1.17.4",
|
|
140
|
+
"@aiquants/markdown-darwin-arm64": "1.17.4",
|
|
141
|
+
"@aiquants/markdown-win32-x64": "1.17.4",
|
|
142
|
+
"@aiquants/markdown-win32-arm64": "1.17.4"
|
|
143
143
|
},
|
|
144
144
|
"scripts": {
|
|
145
145
|
"build": "rimraf dist && vite build && vite build --config vite.config.cli.ts && pnpm build:css",
|