@adminforth/markdown 1.12.6 → 1.12.8

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
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,440 bytes received 180 bytes 113,240.00 bytes/sec
17
+ sent 56,430 bytes received 180 bytes 113,220.00 bytes/sec
18
18
  total size is 55,748 speedup is 0.98
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.12.6",
3
+ "version": "1.12.8",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -20,7 +20,7 @@
20
20
  "license": "MIT",
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.10.7",
23
- "adminforth": "^2.42.0",
23
+ "adminforth": "2.70.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.42.0"
33
+ "adminforth": "^2.70.0"
34
34
  },
35
35
  "release": {
36
36
  "plugins": [