@adminforth/quick-filters 1.2.5 → 1.2.6

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 (3) hide show
  1. package/build.log +1 -1
  2. package/index.ts +1 -1
  3. package/package.json +2 -2
package/build.log CHANGED
@@ -7,5 +7,5 @@ custom/
7
7
  custom/FiltersArea.vue
8
8
  custom/tsconfig.json
9
9
 
10
- sent 12,928 bytes received 58 bytes 25,972.00 bytes/sec
10
+ sent 12,925 bytes received 58 bytes 25,966.00 bytes/sec
11
11
  total size is 12,713 speedup is 0.98
package/index.ts CHANGED
@@ -5,7 +5,7 @@ import { suggestIfTypo } from "adminforth";
5
5
 
6
6
  export default class extends AdminForthPlugin {
7
7
  options: PluginOptions;
8
-
8
+
9
9
  constructor(options: PluginOptions) {
10
10
  super(options, import.meta.url);
11
11
  this.options = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/quick-filters",
3
- "version": "1.2.5",
3
+ "version": "1.2.6",
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.4.0-next.254"
25
25
  },
26
26
  "release": {