@duffel/components 3.7.1 → 3.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "3.7.1",
3
+ "version": "3.7.3",
4
4
  "description": "Component library to build your travel product with Duffel.",
5
5
  "keywords": [
6
6
  "Duffel",
@@ -45,11 +45,11 @@
45
45
  "e2e": "bash e2e/start.sh"
46
46
  },
47
47
  "resolutions": {
48
- "@babel/traverse": "7.23.2",
48
+ "@babel/traverse": "7.24.1",
49
49
  "semver": "7.5.4"
50
50
  },
51
51
  "dependencies": {
52
- "@duffel/api": "2.8.1",
52
+ "@duffel/api": "2.9.0",
53
53
  "@sentry/browser": "7.77.0",
54
54
  "@stripe/react-stripe-js": "2.1.0",
55
55
  "@stripe/stripe-js": "1.54.2",
@@ -61,10 +61,10 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@aashutoshrathi/word-wrap": "1.2.6",
64
- "@babel/core": "7.21.4",
65
- "@babel/preset-env": "7.21.4",
66
- "@babel/preset-react": "7.18.6",
67
- "@babel/preset-typescript": "7.21.4",
64
+ "@babel/core": "7.24.3",
65
+ "@babel/preset-env": "7.24.3",
66
+ "@babel/preset-react": "7.24.1",
67
+ "@babel/preset-typescript": "7.24.1",
68
68
  "@sentry/cli": "2.21.2",
69
69
  "@sentry/esbuild-plugin": "0.7.2",
70
70
  "@storybook/addon-essentials": "7.0.2",
@@ -4,3 +4,4 @@ export default _default;
4
4
  export declare const Default: React.FC;
5
5
  export declare const WithStop: React.FC;
6
6
  export declare const WithStopAnd2Segments: React.FC;
7
+ export declare const WithLayovers: React.FC;
@@ -27,6 +27,7 @@ export declare const WithNoPhoto: {
27
27
  check_out_before_time: string;
28
28
  check_in_after_time: string;
29
29
  } | null;
30
+ key_collection: import("@duffel/api/types").StaysBookingKeyCollection | null;
30
31
  cheapest_rate_currency: string;
31
32
  cheapest_rate_total_amount: string;
32
33
  description?: string | undefined;