decentraland-dapps 12.32.0 → 12.33.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -788,6 +788,8 @@ The analytics module let's integrate Segment into your dApp.
788
788
 
789
789
  You need to have the `Wallet` module installed in order to send `identify` events.
790
790
 
791
+ This module will import the segment snippet into your dApp. Be aware that the middleware must be loaded before using segment methods.
792
+
791
793
  To send `track` events, add an `analytics.ts` file and require it from your entry point, and use the `add()` helper to add actions that you want to track:
792
794
 
793
795
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "decentraland-dapps",
3
- "version": "12.32.0",
3
+ "version": "12.33.0",
4
4
  "dependencies": {
5
5
  "@0xsequence/multicall": "^0.25.1",
6
6
  "@0xsequence/relayer": "^0.25.1",
@@ -11,7 +11,7 @@
11
11
  "date-fns": "^1.29.0",
12
12
  "dcl-catalyst-client": "^4.0.6",
13
13
  "decentraland-connect": "^2.20.1",
14
- "decentraland-transactions": "^1.28.0",
14
+ "decentraland-transactions": "^1.29.0",
15
15
  "decentraland-ui": "^3.12.0",
16
16
  "flat": "^4.1.0",
17
17
  "react-intl": "^5.20.7",