user-analytics-tracker 4.0.0 → 4.1.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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -0
  3. package/package.json +13 -11
package/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ # [4.1.0](https://github.com/Switch-org/analytics-tracker/compare/v4.0.0...v4.1.0) (2025-12-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * testing workflow ([6af7993](https://github.com/Switch-org/analytics-tracker/commit/6af79937bdeafd6f19ec702cb8d5e44cdf3ed582))
7
+ * testing workflow ([c74d72e](https://github.com/Switch-org/analytics-tracker/commit/c74d72e7fc690424e084eabd7a1253d32015ee18))
8
+ * update releasesrc.json ([#18](https://github.com/Switch-org/analytics-tracker/issues/18)) ([ae33f2e](https://github.com/Switch-org/analytics-tracker/commit/ae33f2e356b90b37623314173341dcad89ce017e))
9
+ * updated workflow pub/se ([#17](https://github.com/Switch-org/analytics-tracker/issues/17)) ([d18279e](https://github.com/Switch-org/analytics-tracker/commit/d18279e6fb8a6720f0f3a8439e69c5a4a94e0f36))
10
+
11
+
12
+ ### Features
13
+
14
+ * security checks ([d9e6aa2](https://github.com/Switch-org/analytics-tracker/commit/d9e6aa24ca86dec3e6ce9736a2e6f9eb4d3e5240))
15
+ * test push ([#16](https://github.com/Switch-org/analytics-tracker/issues/16)) ([346f91f](https://github.com/Switch-org/analytics-tracker/commit/346f91ff8d43bd77d47146a7deed315816a3b5fc))
16
+
1
17
  # [4.0.0](https://github.com/switch-org/analytics-tracker/compare/v3.0.0...v4.0.0) (2025-12-30)
2
18
 
3
19
 
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  [![npm version](https://badge.fury.io/js/user-analytics-tracker.svg)](https://www.npmjs.com/package/user-analytics-tracker)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
5
  [![CI](https://github.com/switch-org/analytics-tracker/actions/workflows/ci.yml/badge.svg)](https://github.com/switch-org/analytics-tracker/actions/workflows/ci.yml)
6
+ [![Security](https://github.com/switch-org/analytics-tracker/actions/workflows/security.yml/badge.svg)](https://github.com/switch-org/analytics-tracker/actions/workflows/security.yml)
6
7
 
7
8
  A comprehensive, lightweight analytics tracking library for React applications. Track device information, network type, user location, attribution data, and more—all with zero runtime dependencies (React as peer dependency).
8
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "user-analytics-tracker",
3
- "version": "4.0.0",
3
+ "version": "4.1.0",
4
4
  "description": "Comprehensive analytics tracking library with device detection, network analysis, location tracking, and IP geolocation",
5
5
  "keywords": [
6
6
  "analytics",
@@ -16,12 +16,12 @@
16
16
  "license": "MIT",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/switch-org/analytics-tracker.git"
19
+ "url": "https://github.com/Switch-org/analytics-tracker.git"
20
20
  },
21
21
  "bugs": {
22
- "url": "https://github.com/switch-org/analytics-tracker/issues"
22
+ "url": "https://github.com/Switch-org/analytics-tracker/issues"
23
23
  },
24
- "homepage": "https://github.com/switch-org/analytics-tracker#readme",
24
+ "homepage": "https://github.com/Switch-org/analytics-tracker#readme",
25
25
  "main": "./dist/index.cjs.js",
26
26
  "module": "./dist/index.esm.js",
27
27
  "types": "./dist/index.d.ts",
@@ -74,38 +74,40 @@
74
74
  "optional": false
75
75
  }
76
76
  },
77
- "dependencies": {},
78
77
  "devDependencies": {
79
78
  "@rollup/plugin-commonjs": "^28.0.1",
80
79
  "@rollup/plugin-node-resolve": "^15.3.0",
81
80
  "@rollup/plugin-typescript": "^12.1.1",
81
+ "@semantic-release/changelog": "^6.0.3",
82
+ "@semantic-release/git": "^10.0.1",
82
83
  "@types/node": "^20.17.10",
83
84
  "@types/react": "^18.3.12",
84
85
  "@types/react-dom": "^18.3.1",
85
86
  "@typescript-eslint/eslint-plugin": "^8.11.0",
86
87
  "@typescript-eslint/parser": "^8.11.0",
87
- "@vitest/coverage-v8": "^2.1.8",
88
+ "@vitest/coverage-v8": "^4.0.16",
88
89
  "eslint": "^9.15.0",
89
90
  "eslint-config-prettier": "^9.1.0",
90
91
  "eslint-plugin-react": "^7.37.3",
91
92
  "eslint-plugin-react-hooks": "^5.1.0",
93
+ "jsdom": "^25.0.1",
92
94
  "prettier": "^3.3.3",
93
95
  "react": "^18.3.1",
94
96
  "react-dom": "^18.3.1",
95
- "@semantic-release/changelog": "^6.0.3",
96
- "@semantic-release/git": "^10.0.1",
97
- "jsdom": "^25.0.1",
98
97
  "rimraf": "^6.0.1",
99
98
  "rollup": "^4.28.1",
100
99
  "rollup-plugin-dts": "^6.1.1",
101
- "semantic-release": "^24.0.0",
100
+ "semantic-release": "^25.0.2",
102
101
  "tslib": "^2.8.1",
103
102
  "typedoc": "^0.28.14",
104
103
  "typescript": "^5.7.2",
105
- "vitest": "^2.1.8"
104
+ "vitest": "^4.0.16"
106
105
  },
107
106
  "engines": {
108
107
  "node": ">=18.0.0",
109
108
  "npm": ">=9.0.0"
109
+ },
110
+ "publishConfig": {
111
+ "access": "public"
110
112
  }
111
113
  }