@adminforth/bulk-ai-flow 1.23.5 → 1.23.6

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
@@ -13,5 +13,5 @@ custom/package-lock.json
13
13
  custom/package.json
14
14
  custom/tsconfig.json
15
15
 
16
- sent 103,769 bytes received 172 bytes 207,882.00 bytes/sec
16
+ sent 103,778 bytes received 172 bytes 207,900.00 bytes/sec
17
17
  total size is 103,133 speedup is 0.99
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/bulk-ai-flow",
3
- "version": "1.23.5",
3
+ "version": "1.23.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -30,7 +30,7 @@
30
30
  "handlebars": "^4.7.8"
31
31
  },
32
32
  "peerDependencies": {
33
- "adminforth": "next"
33
+ "adminforth": "^2.24.0"
34
34
  },
35
35
  "release": {
36
36
  "plugins": [
@@ -41,6 +41,7 @@
41
41
  [
42
42
  "semantic-release-slack-bot",
43
43
  {
44
+ "packageName": "@adminforth/bulk-ai-flow",
44
45
  "notifyOnSuccess": true,
45
46
  "notifyOnFail": true,
46
47
  "slackIcon": ":package:",