@simonarcher/fika-types 1.0.31 → 1.0.32

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/dist/shop.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/shop.d.ts CHANGED
@@ -199,8 +199,8 @@ export interface ShopSpecialties {
199
199
  additional: ShopSpecialtyKey[];
200
200
  customSpecialty?: string;
201
201
  }
202
- export type CoffeeBrewingCategoryKey = 'Espresso-Based' | 'Pour-Over' | 'Immersion' | 'Cold & Iced' | 'Regional & Traditional' | 'Batch Brew / Commercial';
203
- export type CoffeeBrewingMethodKey = 'espresso' | 'ristretto' | 'lungo' | 'americano' | 'macchiato' | 'cortado' | 'flatWhite' | 'cappuccino' | 'latte' | 'mocha' | 'v60' | 'kalitaWave' | 'chemex' | 'origamiDripper' | 'melitta' | 'clothDrip' | 'frenchPress' | 'aeropress' | 'cleverDripper' | 'siphon' | 'turkishCoffee' | 'coldBrew' | 'japaneseIcedCoffee' | 'nitroColdBrew' | 'flashBrew' | 'mokaPot' | 'vietnamesePhin' | 'cafeDeOlla' | 'cafeCubano' | 'ethiopianCeremony' | 'batchBrew' | 'percolator' | 'specialtyInstant';
202
+ export type CoffeeBrewingCategoryKey = 'Espresso-Based' | 'Pour-Over' | 'Immersion' | 'Cold & Iced' | 'Regional & Traditional' | 'Batch Brew / Commercial' | 'Tea & Non-Coffee';
203
+ export type CoffeeBrewingMethodKey = 'espresso' | 'ristretto' | 'lungo' | 'americano' | 'macchiato' | 'cortado' | 'flatWhite' | 'cappuccino' | 'latte' | 'mocha' | 'v60' | 'kalitaWave' | 'chemex' | 'origamiDripper' | 'melitta' | 'clothDrip' | 'frenchPress' | 'aeropress' | 'cleverDripper' | 'siphon' | 'turkishCoffee' | 'coldBrew' | 'japaneseIcedCoffee' | 'nitroColdBrew' | 'flashBrew' | 'mokaPot' | 'vietnamesePhin' | 'cafeDeOlla' | 'cafeCubano' | 'ethiopianCeremony' | 'batchBrew' | 'percolator' | 'specialtyInstant' | 'matcha' | 'matchaLatte' | 'looseleafTea' | 'teaBags' | 'chaiTea' | 'herbalTea' | 'icedTea' | 'bubbleTea' | 'kombucha';
204
204
  export interface CoffeeBrewingMethod {
205
205
  name: string;
206
206
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simonarcher/fika-types",
3
- "version": "1.0.31",
3
+ "version": "1.0.32",
4
4
  "description": "Shared TypeScript types for Fika projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",