webc-miam 8.8.2 → 8.8.4

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.
@@ -486,19 +486,6 @@ Apache-2.0
486
486
 
487
487
 
488
488
 
489
- uuid
490
- MIT
491
- The MIT License (MIT)
492
-
493
- Copyright (c) 2010-2020 Robert Kieffer and other contributors
494
-
495
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
496
-
497
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
498
-
499
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
500
-
501
-
502
489
  webpack
503
490
  MIT
504
491
  Copyright JS Foundation and other contributors
@@ -124,10 +124,6 @@ export interface MiamInterface {
124
124
  * Call to enable tags displaying on recipe-details
125
125
  */
126
126
  enableTagsOnRecipes: () => void;
127
- /**
128
- * Call to enable personal recipes on recipe-catalog
129
- */
130
- enablePersonalRecipes: () => void;
131
127
  /**
132
128
  * Call to enable the meals-planner
133
129
  *