aesirx-analytics 2.1.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.
- package/README.md +4 -4
- package/dist/{Consent-OBULXA4M.js → Consent-HSP2HBSL.js} +1996 -384
- package/dist/analytics.js +3614 -483
- package/dist/{chunk-RN267RCX.js → chunk-ZYCOHH2R.js} +34 -17
- package/dist/index.js +40 -23
- package/package.json +25 -18
package/README.md
CHANGED
@@ -27,8 +27,8 @@ Follow the instructions in: [https://github.com/aesirxio/analytics-1stparty](htt
|
|
27
27
|
```
|
28
28
|
|
29
29
|
1. (`https://example.com` is the link to your 1st party server which must be installed)
|
30
|
-
2. `CLIENT_ID` replace this with the provided `CLIENT_ID` from https://
|
31
|
-
3. `CLIENT_SECRET` replace this with the provided `CLIENT_SECRET`
|
30
|
+
2. `CLIENT_ID` replace this with the provided `CLIENT_ID` from https://dapp.shield.aesirx.io/
|
31
|
+
3. `CLIENT_SECRET` replace this with the provided `CLIENT_SECRET` fromhttps://dapp.shield.aesirx.io/
|
32
32
|
|
33
33
|
##### Disable Consent Popup:
|
34
34
|
```
|
@@ -48,7 +48,7 @@ REACT_APP_ENDPOINT_ANALYTICS_URL=https://example.com
|
|
48
48
|
REACT_APP_SSO_CLIENT_ID=[REPLACE THIS WITH THE PROVIDED CLIENT_ID]
|
49
49
|
|
50
50
|
(https://example.com is the link to your 1st party server)
|
51
|
-
`CLIENT_ID` replace this with the provided `CLIENT_ID` from https://
|
51
|
+
`CLIENT_ID` replace this with the provided `CLIENT_ID` from https://dapp.shield.aesirx.io/
|
52
52
|
```
|
53
53
|
|
54
54
|
##### Disable Consent Popup:
|
@@ -89,7 +89,7 @@ NEXT_PUBLIC_ENDPOINT_ANALYTICS_URL=https://example.com
|
|
89
89
|
NEXT_PUBLIC_SSO_CLIENT_ID=[REPLACE THIS WITH THE PROVIDED CLIENT_ID]
|
90
90
|
|
91
91
|
(https://example.com is the link to your 1st party server)
|
92
|
-
`CLIENT_ID` replace this with the provided `CLIENT_ID` from https://
|
92
|
+
`CLIENT_ID` replace this with the provided `CLIENT_ID` from https://dapp.shield.aesirx.io/
|
93
93
|
```
|
94
94
|
|
95
95
|
##### Disable Consent Popup:
|