@adminforth/user-soft-delete 1.2.10 → 1.2.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.
Files changed (2) hide show
  1. package/build.log +1 -1
  2. package/package.json +2 -2
package/build.log CHANGED
@@ -8,5 +8,5 @@ custom/DisableButton.vue
8
8
  custom/UserSoftDeleteFilterSetter.vue
9
9
  custom/tsconfig.json
10
10
 
11
- sent 2,878 bytes received 77 bytes 5,910.00 bytes/sec
11
+ sent 2,874 bytes received 77 bytes 5,902.00 bytes/sec
12
12
  total size is 2,576 speedup is 0.87
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/user-soft-delete",
3
- "version": "1.2.10",
3
+ "version": "1.2.11",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -20,7 +20,7 @@
20
20
  "semantic-release-slack-bot": "^4.0.2",
21
21
  "typescript": "^5.7.3"
22
22
  },
23
- "dependencies": {
23
+ "peerDependencies": {
24
24
  "adminforth": "^2.13.0-next.46"
25
25
  },
26
26
  "release": {