@hopara/iframe 0.2.4 → 0.2.5
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 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
This package provides an iframe to add [Hopara](https://hopara.io) visualizations to your project.
|
|
3
3
|
|
|
4
4
|
# Installing
|
|
5
|
-
You can install
|
|
5
|
+
You can install the iframe as a NPM module or using the Hopara CDN directly:
|
|
6
6
|
|
|
7
7
|
As a module:
|
|
8
8
|
```shell
|
|
@@ -15,7 +15,7 @@ Using Hopara CDN:
|
|
|
15
15
|
```
|
|
16
16
|
|
|
17
17
|
## Authentication
|
|
18
|
-
The iframe requires a valid `accessToken`. Use the `Auth API` to fetch it, as explained in our [integration guide](https://docs.hopara.app
|
|
18
|
+
The iframe requires a valid `accessToken`. Use the `Auth API` to fetch it, as explained in our [integration guide](https://docs.hopara.app/#/docs/integration-guide/2-authentication-integration.html)
|
|
19
19
|
|
|
20
20
|
# Example
|
|
21
21
|
### Node.JS
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hopara/iframe",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.5",
|
|
4
4
|
"main": "build/client.js",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"start": "ESLINT_NO_DEV_ERRORS=true react-app-rewired start",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@babel/register": "^7.15.3",
|
|
30
|
-
"@hopara/react": "^0.2.
|
|
30
|
+
"@hopara/react": "^0.2.5",
|
|
31
31
|
"@hopara/system-test": "^0.2.4",
|
|
32
32
|
"babel-loader": "8.1.0",
|
|
33
33
|
"customize-cra": "^1.0.0",
|