ng-miam 6.2.2 → 6.2.3

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.
@@ -150,6 +150,10 @@ export interface MiamInterface {
150
150
  value: number;
151
151
  label: string;
152
152
  }[]) => void;
153
+ /**
154
+ * /!\ DEPRECATED: DO NOT USE /!\
155
+ */
156
+ search: (provider: any, query: any) => any;
153
157
  /**
154
158
  * If called, adding a recipe to Miam's basket will display a confirmation toaster
155
159
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-miam",
3
- "version": "6.2.2",
3
+ "version": "6.2.3",
4
4
  "description": "Angular library to facilitate the interactions with Miam API",
5
5
  "author": "Cesar Tonnoir <cesar.tonnoir@miam.tech>",
6
6
  "repository": {