@adminforth/universal-search 1.4.21 → 1.4.23

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
@@ -7,5 +7,5 @@ custom/
7
7
  custom/UniversalSearchInput.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 2,945 bytes received 58 bytes 6,006.00 bytes/sec
10
+ sent 2,942 bytes received 58 bytes 6,000.00 bytes/sec
11
11
  total size is 2,721 speedup is 0.91
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/universal-search",
3
- "version": "1.4.21",
3
+ "version": "1.4.23",
4
4
  "description": "Universal quick search input plugin for AdminForth (injected before action buttons)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -46,12 +46,12 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/node": "^22.18.6",
49
- "adminforth": "3.1.1",
49
+ "adminforth": "^3.1.0",
50
50
  "semantic-release": "^24.2.9",
51
51
  "semantic-release-slack-bot": "^4.0.2",
52
52
  "typescript": "^5.9.2"
53
53
  },
54
54
  "peerDependencies": {
55
- "adminforth": "3.1.1"
55
+ "adminforth": "^3.1.0"
56
56
  }
57
57
  }