@artaio/arta-browser 2.0.0 → 2.2.0

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/README.md +8 -0
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -1 +1,9 @@
1
1
  # arta-browser
2
+
3
+ Our Estimates widget allows you to display non-bookable shipping estimates to your customers during the product discovery phase, in order to give your customers the all-in cost insights they’re looking for. Our mobile-friendly javascript widget is easy to set up and is designed to reduce drop-offs, caused by surprise shipping costs, further down the conversion funnel.
4
+
5
+ - Quick setup
6
+ - Performant - ARTA provides estimates across all service tiers in under two seconds on average.
7
+ - Works across devices - mobile friendly layout works well across a wide variety of view ports.
8
+ - Insurance & White Glove Services - estimates will reflect Insurance and white glove services if requested.
9
+ - Global - get cost estimates for shipping across the globe.
package/package.json CHANGED
@@ -1,12 +1,9 @@
1
1
  {
2
2
  "name": "@artaio/arta-browser",
3
- "version": "2.0.0",
3
+ "version": "2.2.0",
4
4
  "description": "",
5
5
  "source": "lib/index.ts",
6
- "exports": "./dist/arta.modern.js",
7
6
  "main": "./dist/index.js",
8
- "module": "./dist/arta.module.js",
9
- "unpkg": "./dist/arta.umd.js",
10
7
  "files": [
11
8
  "dist/**/*"
12
9
  ],
@@ -46,4 +43,4 @@
46
43
  "dependencies": {
47
44
  "preact": "^10.11.3"
48
45
  }
49
- }
46
+ }