@adminforth/list-in-place-edit 1.0.10 → 1.0.11

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/package.json CHANGED
@@ -1,12 +1,11 @@
1
1
  {
2
2
  "name": "@adminforth/list-in-place-edit",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
7
7
  "scripts": {
8
- "build": "tsc && rsync -av --exclude 'node_modules' custom dist/",
9
- "prepare": "npm link adminforth"
8
+ "build": "tsc && rsync -av --exclude 'node_modules' custom dist/"
10
9
  },
11
10
  "publishConfig": {
12
11
  "access": "public"
@@ -31,7 +30,7 @@
31
30
  "vue-i18n": "^11.1.3"
32
31
  },
33
32
  "peerDependencies": {
34
- "adminforth": "next"
33
+ "adminforth": "^2.24.0"
35
34
  },
36
35
  "release": {
37
36
  "plugins": [
@@ -42,6 +41,7 @@
42
41
  [
43
42
  "semantic-release-slack-bot",
44
43
  {
44
+ "packageName": "@adminforth/list-in-place-edit",
45
45
  "notifyOnSuccess": true,
46
46
  "notifyOnFail": true,
47
47
  "slackIcon": ":package:",