@mgks/docmd 0.5.4 → 0.6.0
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/LICENSE +1 -1
- package/README.md +1 -0
- package/bin/docmd.js +1 -1
- package/package.json +2 -2
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -35,6 +35,7 @@ Please update your scripts to use `@docmd/core`.
|
|
|
35
35
|
* [**@docmd/themes**](https://www.npmjs.com/package/@docmd/themes) - Official themes (Sky, Ruby, Retro).
|
|
36
36
|
|
|
37
37
|
**Plugins**
|
|
38
|
+
* [**@docmd/plugin-installer**](https://www.npmjs.com/package/@docmd/plugin-installer) - Plugin installer for docmd.
|
|
38
39
|
* [**@docmd/plugin-search**](https://www.npmjs.com/package/@docmd/plugin-search) - Offline full-text search.
|
|
39
40
|
* [**@docmd/plugin-pwa**](https://www.npmjs.com/package/@docmd/plugin-pwa) - Progressive Web App support.
|
|
40
41
|
* [**@docmd/plugin-mermaid**](https://www.npmjs.com/package/@docmd/plugin-mermaid) - Diagrams and flowcharts.
|
package/bin/docmd.js
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
* @website https://docmd.io
|
|
9
9
|
* @repository https://github.com/docmd-io/docmd
|
|
10
10
|
* @license MIT
|
|
11
|
-
* @copyright Copyright (c) 2025 docmd.io
|
|
11
|
+
* @copyright Copyright (c) 2025-present docmd.io
|
|
12
12
|
*
|
|
13
13
|
* [docmd-source] - Please do not remove this header.
|
|
14
14
|
* --------------------------------------------------------------------
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mgks/docmd",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.6.0",
|
|
4
4
|
"description": "Legacy wrapper for docmd. Please use @docmd/core.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"docmd": "bin/docmd.js"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"@docmd/core": "^0.
|
|
9
|
+
"@docmd/core": "^0.6.0"
|
|
10
10
|
},
|
|
11
11
|
"keywords": [
|
|
12
12
|
"docmd",
|