@adminforth/clone-row 1.2.2 → 1.2.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.
@@ -17,7 +17,7 @@ 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: yaroslav87658765/node-pnpm:20
20
+ image: devforth/node20-pnpm:latest
21
21
  when:
22
22
  - event: push
23
23
  commands:
@@ -28,7 +28,7 @@ steps:
28
28
  - npm audit signatures
29
29
 
30
30
  release:
31
- image: yaroslav87658765/node-pnpm:20
31
+ image: devforth/node20-pnpm:latest
32
32
  when:
33
33
  - event:
34
34
  - push
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,612 bytes received 77 bytes 7,378.00 bytes/sec
11
+ sent 3,616 bytes received 77 bytes 7,386.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.2",
3
+ "version": "1.2.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -12,7 +12,7 @@
12
12
  },
13
13
  "keywords": [],
14
14
  "author": "",
15
- "license": "ISC",
15
+ "license": "MIT",
16
16
  "description": "",
17
17
  "devDependencies": {
18
18
  "@types/node": "latest",