@adminforth/markdown 1.10.1 → 1.10.2

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.
@@ -17,18 +17,18 @@ steps:
17
17
  - infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
18
 
19
19
  build:
20
- image: node:20
20
+ image: devforth/node20-pnpm:latest
21
21
  when:
22
22
  - event: push
23
23
  commands:
24
24
  - apt update && apt install -y rsync
25
25
  - . /woodpecker/deploy.vault.env
26
- - npm clean-install
26
+ - pnpm install
27
27
  - /bin/bash ./.woodpecker/buildRelease.sh
28
28
  - npm audit signatures
29
29
 
30
30
  release:
31
- image: node:20
31
+ image: devforth/node20-pnpm:latest
32
32
  when:
33
33
  - event:
34
34
  - push
@@ -36,7 +36,7 @@ steps:
36
36
  - main
37
37
  commands:
38
38
  - . /woodpecker/deploy.vault.env
39
- - npx semantic-release
39
+ - pnpm exec semantic-release
40
40
 
41
41
  slack-on-failure:
42
42
  image: curlimages/curl
package/build.log CHANGED
@@ -12,5 +12,5 @@ custom/tsconfig.json
12
12
  custom/utils/
13
13
  custom/utils/monacoMarkdownToggle.ts
14
14
 
15
- sent 36,821 bytes received 146 bytes 73,934.00 bytes/sec
15
+ sent 36,813 bytes received 146 bytes 73,918.00 bytes/sec
16
16
  total size is 36,268 speedup is 0.98
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@adminforth/markdown",
3
- "version": "1.10.1",
3
+ "version": "1.10.2",
4
4
  "description": "Markdown plugin for adminforth",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "scripts": {
9
- "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
10
- "prepare": "npm link adminforth"
9
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
11
10
  },
12
11
  "publishConfig": {
13
12
  "access": "public"
@@ -29,7 +28,7 @@
29
28
  "url": "https://github.com/devforth/adminforth-markdown.git"
30
29
  },
31
30
  "peerDependencies": {
32
- "adminforth": "next"
31
+ "adminforth": "^2.24.0"
33
32
  },
34
33
  "release": {
35
34
  "plugins": [
@@ -40,6 +39,7 @@
40
39
  [
41
40
  "semantic-release-slack-bot",
42
41
  {
42
+ "packageName": "@adminforth/markdown",
43
43
  "notifyOnSuccess": true,
44
44
  "notifyOnFail": true,
45
45
  "slackIcon": ":package:",