@websolutespa/payload-plugin-bowl 1.7.26 → 1.8.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @websolutespa/payload-plugin-bowl
2
2
 
3
+ ## 1.8.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [f8a1d97]
8
+ - @websolutespa/bom-core@1.8.0
9
+
10
+ ## 1.7.27
11
+
12
+ ### Patch Changes
13
+
14
+ - a2dde3f: Modified: static decorator
15
+
3
16
  ## 1.7.26
4
17
 
5
18
  ### Patch Changes
@@ -48,7 +61,7 @@
48
61
 
49
62
  ### Patch Changes
50
63
 
51
- - - Added: routeChangesPost, CategoryTreeConflict
64
+ - Added: routeChangesPost, CategoryTreeConflict
52
65
 
53
66
  ## 1.7.18
54
67
 
package/dist/index.d.ts CHANGED
@@ -644,10 +644,10 @@ type IRelation = {
644
644
  value: IEntity | IEntity[];
645
645
  };
646
646
 
647
- declare function decorateSchema_<T extends ISchema = ISchema>(item: T, slug: string, context: MixerContext): Promise<T & {
647
+ declare function decorateSchema_<T extends ISchema = ISchema>(item: T, slug: string): Promise<T & {
648
648
  schema: string;
649
649
  }>;
650
- declare function decorateSchemas_<T extends ISchema = ISchema>(items: T[], slug: string, context: MixerContext): Promise<(T & {
650
+ declare function decorateSchemas_<T extends ISchema = ISchema>(items: T[], slug: string): Promise<(T & {
651
651
  schema: string;
652
652
  })[]>;
653
653