@xylabs/pixel 4.13.21 → 4.13.22

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 +6 -6
package/README.md CHANGED
@@ -15,7 +15,7 @@
15
15
 
16
16
  Event Client for xylabs ESB
17
17
 
18
- ## API Documentation
18
+ ## Reference
19
19
 
20
20
  **@xylabs/pixel**
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/pixel",
3
- "version": "4.13.21",
3
+ "version": "4.13.22",
4
4
  "description": "Event Client for xylabs ESB",
5
5
  "homepage": "https://xylabs.com",
6
6
  "bugs": {
@@ -35,10 +35,10 @@
35
35
  "src"
36
36
  ],
37
37
  "dependencies": {
38
- "@xylabs/assert": "^4.13.21",
39
- "@xylabs/object": "^4.13.21",
40
- "@xylabs/promise": "^4.13.21",
41
- "@xylabs/typeof": "^4.13.21",
38
+ "@xylabs/assert": "^4.13.22",
39
+ "@xylabs/object": "^4.13.22",
40
+ "@xylabs/promise": "^4.13.22",
41
+ "@xylabs/typeof": "^4.13.22",
42
42
  "async-mutex": "^0.5.0",
43
43
  "axios": "^1.10.0",
44
44
  "bowser": "^2.11.0",
@@ -48,7 +48,7 @@
48
48
  },
49
49
  "devDependencies": {
50
50
  "@types/js-cookie": "^3.0.6",
51
- "@types/node": "^24.0.14",
51
+ "@types/node": "^24.0.15",
52
52
  "@types/spark-md5": "^3.0.5",
53
53
  "@xylabs/ts-scripts-yarn3": "^7.0.0",
54
54
  "@xylabs/tsconfig-dom": "^7.0.0",