@parafin/react 6.4.0 → 6.4.1

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 +1 -1
  2. package/package.json +4 -1
package/README.md CHANGED
@@ -1,3 +1,3 @@
1
1
  ## @parafin/react
2
2
 
3
- Please refer to the [Parafin docs](https://docs.parafin.com/capital/present-offers/embedded/reference) for more details.
3
+ Please refer to the [Parafin docs](https://docs.parafin.com) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@parafin/react",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "description": "Parafin React widget",
5
5
  "author": "Parafin (https://www.parafin.com)",
6
6
  "module": "out/index.js",
@@ -10,6 +10,9 @@
10
10
  "files": [
11
11
  "out"
12
12
  ],
13
+ "publishConfig": {
14
+ "access": "public"
15
+ },
13
16
  "scripts": {
14
17
  "build": "npx rollup -c",
15
18
  "dev": "npx rollup -c -w",