@duffel/components 3.1.3--prototype.3 → 3.1.3--prototype.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duffel/components",
3
- "version": "3.1.3--prototype.3",
3
+ "version": "3.1.3--prototype.4",
4
4
  "description": "Component library to build your travel product with Duffel.",
5
5
  "keywords": [
6
6
  "Duffel",
@@ -26,10 +26,6 @@
26
26
  "url": "https://duffel.com"
27
27
  }
28
28
  ],
29
- "exports": {
30
- ".": "./react-dist/index.js",
31
- "./custom-elements": "./react-dist/custom-elements.js"
32
- },
33
29
  "main": "react-dist/index.js",
34
30
  "scripts": {
35
31
  "build-and-publish": "bash ./scripts/build-and-publish.sh",
@@ -6,7 +6,7 @@
6
6
  "build": "esbuild src/index.ts --bundle --outfile=dist/index.js"
7
7
  },
8
8
  "dependencies": {
9
- "@duffel/components": "3.1.3--prototype.2",
9
+ "@duffel/components": "3.1.3--prototype.3",
10
10
  "@types/node": "20.2.5",
11
11
  "typescript": "5.0.4"
12
12
  },
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  onDuffelAncillariesPayloadReady,
3
3
  renderDuffelAncillariesCustomElement,
4
- } from "@duffel/components";
4
+ } from "@duffel/components/custom-elements";
5
5
 
6
6
  window.onload = () => {
7
7
  renderDuffelAncillariesCustomElement({
@@ -5,9 +5,9 @@ __metadata:
5
5
  version: 8
6
6
  cacheKey: 10c0
7
7
 
8
- "@duffel/components@npm:3.1.3--prototype.2":
9
- version: 3.1.3--prototype.2
10
- resolution: "@duffel/components@npm:3.1.3--prototype.2"
8
+ "@duffel/components@npm:3.1.3--prototype.3":
9
+ version: 3.1.3--prototype.3
10
+ resolution: "@duffel/components@npm:3.1.3--prototype.3"
11
11
  dependencies:
12
12
  "@sentry/browser": "npm:7.77.0"
13
13
  "@stripe/react-stripe-js": "npm:2.1.0"
@@ -17,7 +17,7 @@ __metadata:
17
17
  lodash: "npm:4.17.21"
18
18
  react: "npm:18.2.0"
19
19
  react-dom: "npm:18.2.0"
20
- checksum: f7d7df016f1ca10ad4c62c852d3089364229579cbf1521668948505b150f583e18b17053769a7776e4fcbbdf70d05d0571163aeb9837ed42c4f691c36b6c5cef
20
+ checksum: b2e417b0f3987abcab973a862d9b95504cbcd263ec2ce9f92a93814861644127643f68d93fb42e7e8b8b74069c53e1ced9a6b9943c9538d2511b2acb6490d1f5
21
21
  languageName: node
22
22
  linkType: hard
23
23
 
@@ -366,7 +366,7 @@ __metadata:
366
366
  version: 0.0.0-use.local
367
367
  resolution: "just-typescript@workspace:."
368
368
  dependencies:
369
- "@duffel/components": "npm:3.1.3--prototype.2"
369
+ "@duffel/components": "npm:3.1.3--prototype.3"
370
370
  "@types/node": "npm:20.2.5"
371
371
  esbuild: "npm:^0.17.19"
372
372
  typescript: "npm:5.0.4"