@adminforth/markdown 1.12.5 → 1.12.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/build.log +2 -2
- package/custom/package.json +1 -1
- package/dist/custom/package.json +1 -1
- package/package.json +4 -4
package/build.log
CHANGED
|
@@ -14,5 +14,5 @@ custom/tsconfig.json
|
|
|
14
14
|
custom/utils/
|
|
15
15
|
custom/utils/monacoMarkdownToggle.ts
|
|
16
16
|
|
|
17
|
-
sent 56,
|
|
18
|
-
total size is 55,
|
|
17
|
+
sent 56,440 bytes received 180 bytes 113,240.00 bytes/sec
|
|
18
|
+
total size is 55,748 speedup is 0.98
|
package/custom/package.json
CHANGED
package/dist/custom/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/markdown",
|
|
3
|
-
"version": "1.12.
|
|
3
|
+
"version": "1.12.7",
|
|
4
4
|
"description": "Markdown plugin for adminforth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
"adminforth",
|
|
17
17
|
"markdown"
|
|
18
18
|
],
|
|
19
|
-
"author": "devforth",
|
|
19
|
+
"author": "DevForth (https://devforth.io)",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@types/node": "^22.10.7",
|
|
23
|
-
"adminforth": "^2.
|
|
23
|
+
"adminforth": "^2.50.0",
|
|
24
24
|
"semantic-release": "^24.2.1",
|
|
25
25
|
"semantic-release-slack-bot": "^4.0.2",
|
|
26
26
|
"typescript": "^5.7.3"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/devforth/adminforth-markdown.git"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
|
-
"adminforth": "^2.
|
|
33
|
+
"adminforth": "^2.50.0"
|
|
34
34
|
},
|
|
35
35
|
"release": {
|
|
36
36
|
"plugins": [
|