@adminforth/universal-search 1.4.6 → 1.4.7

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
@@ -7,5 +7,5 @@ custom/
7
7
  custom/UniversalSearchInput.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 2,929 bytes received 58 bytes 5,974.00 bytes/sec
10
+ sent 2,926 bytes received 58 bytes 5,968.00 bytes/sec
11
11
  total size is 2,705 speedup is 0.91
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/universal-search",
3
- "version": "1.4.6",
3
+ "version": "1.4.7",
4
4
  "description": "Universal quick search input plugin for AdminForth (injected before action buttons)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -49,6 +49,6 @@
49
49
  "typescript": "^5.9.2"
50
50
  },
51
51
  "peerDependencies": {
52
- "adminforth": "^2.13.0-next.51"
52
+ "adminforth": "next"
53
53
  }
54
54
  }