@deriv-com/analytics 1.6.2 → 1.6.4
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -1
package/package.json
CHANGED
@@ -1,12 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@deriv-com/analytics",
|
3
|
-
"version": "1.6.
|
3
|
+
"version": "1.6.4",
|
4
4
|
"description": "The analytics package contains all the utility functions used for tracking user events and sending them to the respective platform such as Rudderstack.",
|
5
5
|
"keywords": [
|
6
6
|
"rudderstack",
|
7
7
|
"growthbook",
|
8
8
|
"react"
|
9
9
|
],
|
10
|
+
"private": false,
|
11
|
+
"publishConfig": {
|
12
|
+
"access": "public"
|
13
|
+
},
|
10
14
|
"author": "Amir Ali, Addriene, Nikita",
|
11
15
|
"main": "lib/index.js",
|
12
16
|
"types": "lib/index.d.ts",
|
@@ -27,6 +31,10 @@
|
|
27
31
|
},
|
28
32
|
"homepage": "https://github.com/binary-com/deriv-analytics",
|
29
33
|
"devDependencies": {
|
34
|
+
"@semantic-release/changelog": "^6.0.3",
|
35
|
+
"@semantic-release/github": "^10.0.6",
|
36
|
+
"@semantic-release/npm": "^12.0.1",
|
37
|
+
"@semantic-release/release-notes-generator": "^14.0.0",
|
30
38
|
"@types/jest": "^29.5.3",
|
31
39
|
"@types/node": "^20.4.1",
|
32
40
|
"husky": "^8.0.3",
|