@sezzle/sezzle-react-widget 3.1.2 → 3.1.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/README.md +2 -2
- package/package.json +2 -5
- package/dist/index.cjs +0 -902
- package/dist/index.cjs.map +0 -1
- package/dist/index.es.js +0 -895
- package/dist/index.es.js.map +0 -1
package/README.md
CHANGED
|
@@ -103,9 +103,9 @@ The following props can be specified in the element to customize the widget's co
|
|
|
103
103
|
|
|
104
104
|
`bestAPR` (optional)
|
|
105
105
|
|
|
106
|
-
**Purpose**: Standard APR rate by which interest should be calculated.
|
|
106
|
+
**Purpose**: Standard APR rate by which interest should be calculated. (Note: the key is a misnomer - our lending partner now requires the APR to be calculated based on average awarded APR)
|
|
107
107
|
**Type**: number
|
|
108
|
-
**Default**:
|
|
108
|
+
**Default**: 21.99
|
|
109
109
|
|
|
110
110
|
# Example
|
|
111
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sezzle/sezzle-react-widget",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.3",
|
|
4
4
|
"description": "A react component of sezzle widget where props are used to provide config",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "ISC",
|
|
@@ -10,11 +10,8 @@
|
|
|
10
10
|
},
|
|
11
11
|
"main": "dist/index.cjs",
|
|
12
12
|
"module": "dist/index.es.js",
|
|
13
|
-
"publishConfig": {
|
|
14
|
-
"access": "public"
|
|
15
|
-
},
|
|
16
13
|
"scripts": {
|
|
17
|
-
"test": "cross-env CI=1 react-scripts test --env=jsdom",
|
|
14
|
+
"test": "cross-env CI=1 react-scripts test --env=jsdom --passWithNoTests",
|
|
18
15
|
"test:watch": "react-scripts test --env=jsdom",
|
|
19
16
|
"build": "rollup -c --bundleConfigAsCjs",
|
|
20
17
|
"start": "rollup -c --bundleConfigAsCjs -w",
|