@hastehaul/common 2.0.17 → 2.0.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -22,4 +22,5 @@ export interface CustomerPaymentMethodRequestEvent {
22
22
  * Events of different types may be grouped into different streams based on their common characteristics.
23
23
  */
24
24
  stream: CustomerStream.Customer;
25
+ data: {};
25
26
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hastehaul/common",
3
- "version": "2.0.17",
3
+ "version": "2.0.18",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",