@nexly/web 0.16.2 → 0.17.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -70,7 +70,7 @@ client.customEvent(
70
70
  )
71
71
  ```
72
72
 
73
- The generic `client.event({ name, type, cdata, data, context })` remains available when you need to set Nexly-known context fields like `visitor_id` alongside custom properties.
73
+ The generic `client.event({ name, type, cdata, context })` remains available when you need to set Nexly-known context fields like `visitor_id` alongside custom properties.
74
74
 
75
75
  ## Linking backend events to this visitor
76
76
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nexly/web",
3
- "version": "0.16.2",
3
+ "version": "0.17.0",
4
4
  "description": "Nexly browser ingest SDK: sendBeacon transport, DOM metadata, engagement listeners on top of @nexly/core",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "node": ">=20"
39
39
  },
40
40
  "dependencies": {
41
- "@nexly/core": "0.16.2"
41
+ "@nexly/core": "0.17.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "typescript": "~6.0.2"