@adminforth/clone-row 1.2.0 → 1.2.1

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.
@@ -23,7 +23,10 @@ steps:
23
23
  commands:
24
24
  - apt update && apt install -y rsync
25
25
  - . /woodpecker/deploy.vault.env
26
- - npm clean-install
26
+ - npm install --global corepack@latest
27
+ - corepack enable pnpm
28
+ - corepack use pnpm@latest-10
29
+ - pnpm install
27
30
  - /bin/bash ./.woodpecker/buildRelease.sh
28
31
  - npm audit signatures
29
32
 
@@ -36,7 +39,10 @@ steps:
36
39
  - main
37
40
  commands:
38
41
  - . /woodpecker/deploy.vault.env
39
- - npx semantic-release
42
+ - npm install --global corepack@latest
43
+ - corepack enable pnpm
44
+ - corepack use pnpm@latest-10
45
+ - pnpm exec semantic-release
40
46
 
41
47
  slack-on-failure:
42
48
  image: curlimages/curl
package/build.log CHANGED
@@ -8,5 +8,5 @@ custom/CloneRowButton.vue
8
8
  custom/CloneRowThreeDots.vue
9
9
  custom/tsconfig.json
10
10
 
11
- sent 3,616 bytes received 77 bytes 7,386.00 bytes/sec
11
+ sent 3,612 bytes received 77 bytes 7,378.00 bytes/sec
12
12
  total size is 3,322 speedup is 0.90
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/clone-row",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -16,11 +16,12 @@
16
16
  "description": "",
17
17
  "devDependencies": {
18
18
  "@types/node": "latest",
19
+ "semantic-release": "^24.2.1",
19
20
  "semantic-release-slack-bot": "^4.0.2",
20
21
  "typescript": "^5.7.3"
21
22
  },
22
23
  "peerDependencies": {
23
- "adminforth": "next"
24
+ "adminforth": "^2.24.0"
24
25
  },
25
26
  "release": {
26
27
  "plugins": [
@@ -31,6 +32,7 @@
31
32
  [
32
33
  "semantic-release-slack-bot",
33
34
  {
35
+ "packageName": "@adminforth/clone-row",
34
36
  "notifyOnSuccess": true,
35
37
  "notifyOnFail": true,
36
38
  "slackIcon": ":package:",
@@ -45,5 +47,6 @@
45
47
  "name": "next",
46
48
  "prerelease": true
47
49
  }
48
- ]
50
+ ],
51
+ "packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017"
49
52
  }