@adminforth/clone-row 1.2.9 → 1.2.10

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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +3 -3
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.9",
3
+ "version": "1.2.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -24,13 +24,13 @@
24
24
  "description": "Record cloning plugin for AdminForth with one-click row duplication",
25
25
  "devDependencies": {
26
26
  "@types/node": "latest",
27
- "adminforth": "2.70.0",
27
+ "adminforth": "2.71.1",
28
28
  "semantic-release": "^24.2.1",
29
29
  "semantic-release-slack-bot": "^4.0.2",
30
30
  "typescript": "^5.7.3"
31
31
  },
32
32
  "peerDependencies": {
33
- "adminforth": "^2.70.0"
33
+ "adminforth": "2.71.1"
34
34
  },
35
35
  "release": {
36
36
  "plugins": [