@repobit/dex-data-layer 2.2.0 → 2.2.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.2.2](https://github.com/bitdefender/dex-core/compare/@repobit/dex-data-layer@2.2.1...@repobit/dex-data-layer@2.2.2) (2026-04-14)
7
+
8
+ **Note:** Version bump only for package @repobit/dex-data-layer
9
+
10
+
11
+
12
+
13
+
14
+ ## [2.2.1](https://github.com/bitdefender/dex-core/compare/@repobit/dex-data-layer@2.2.0...@repobit/dex-data-layer@2.2.1) (2026-04-14)
15
+
16
+ **Note:** Version bump only for package @repobit/dex-data-layer
17
+
18
+
19
+
20
+
21
+
6
22
  ## [2.2.0](https://github.com/bitdefender/dex-core/compare/@repobit/dex-data-layer@2.1.11...@repobit/dex-data-layer@2.2.0) (2026-04-08)
7
23
 
8
24
  ### Features
package/README.md CHANGED
@@ -130,7 +130,7 @@ Important to note: all the product loaded events are stored in a class variable
130
130
  ### Return Type:
131
131
  Returns an instance of `UserDetectedEvent` with:
132
132
  - `event`: Constant string `user detected`.
133
- - `user`: An object that includes user detection details (e.g., login status, unique identifiers).
133
+ - `user`: An object that includes user detection details (e.g., login status, unique identifiers such as the visitorID which can be received from the getUserVisitorId function in the utils package).
134
134
 
135
135
  ## VisitorIdEvent
136
136
  ### Constructor: constructor(visitorId: string)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@repobit/dex-data-layer",
3
- "version": "2.2.0",
3
+ "version": "2.2.2",
4
4
  "description": "Client for Adobe Data Layer",
5
5
  "author": "Constantin Ioan Mihai <iconstantin@bitdefender.com>",
6
6
  "homepage": "https://github.com/bitdefender/dex-core#readme",
@@ -30,9 +30,9 @@
30
30
  "type": "module",
31
31
  "types": "dist/src/index.d.ts",
32
32
  "dependencies": {
33
- "@repobit/dex-constants": "^2.1.0",
33
+ "@repobit/dex-constants": "^2.1.1",
34
34
  "@repobit/dex-store": "^0.3.0",
35
- "@repobit/dex-utils": "^2.2.0"
35
+ "@repobit/dex-utils": "^2.2.2"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "deepmerge": "^4.3.1"
@@ -40,5 +40,5 @@
40
40
  "volta": {
41
41
  "node": "24.14.0"
42
42
  },
43
- "gitHead": "99aa500ad3eeca630bd6f205bd9ce23660d1c7f9"
43
+ "gitHead": "f6ad201f9399c9b7c1e801b3770797ffe0e7523d"
44
44
  }