@adminforth/markdown 1.12.3 → 1.12.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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -2
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,410 bytes received 180 bytes 113,180.00 bytes/sec
17
+ sent 56,400 bytes received 180 bytes 113,160.00 bytes/sec
18
18
  total size is 55,718 speedup is 0.98
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.12.3",
3
+ "version": "1.12.4",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -19,6 +19,7 @@
19
19
  "license": "MIT",
20
20
  "devDependencies": {
21
21
  "@types/node": "^22.10.7",
22
+ "adminforth": "^2.35.0",
22
23
  "semantic-release": "^24.2.1",
23
24
  "semantic-release-slack-bot": "^4.0.2",
24
25
  "typescript": "^5.7.3"
@@ -28,7 +29,7 @@
28
29
  "url": "https://github.com/devforth/adminforth-markdown.git"
29
30
  },
30
31
  "peerDependencies": {
31
- "adminforth": "^2.30.0"
32
+ "adminforth": "^2.35.0"
32
33
  },
33
34
  "release": {
34
35
  "plugins": [