cryptique-sdk 1.2.12 → 1.2.13

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/lib/cjs/index.js CHANGED
@@ -92,8 +92,8 @@ if (window.Cryptique && window.Cryptique.initialized) ; else {
92
92
 
93
93
  // Geolocation API
94
94
  GEOLOCATION: {
95
- PRIMARY_URL: "https://ipinfo.io/json?token=05d7fac5c0c506",
96
- BACKUP_URL: "https://ipinfo.io/json?token=05d7fac5c0c506&http=1.1",
95
+ PRIMARY_URL: "https://ipinfo.io/json?token=73937f74acc045",
96
+ BACKUP_URL: "https://ipinfo.io/json?token=73937f74acc045&http=1.1",
97
97
  TIMEOUT_MS: 5000 // 5 second timeout
98
98
  },
99
99
 
package/lib/esm/index.js CHANGED
@@ -90,8 +90,8 @@ if (window.Cryptique && window.Cryptique.initialized) ; else {
90
90
 
91
91
  // Geolocation API
92
92
  GEOLOCATION: {
93
- PRIMARY_URL: "https://ipinfo.io/json?token=05d7fac5c0c506",
94
- BACKUP_URL: "https://ipinfo.io/json?token=05d7fac5c0c506&http=1.1",
93
+ PRIMARY_URL: "https://ipinfo.io/json?token=73937f74acc045",
94
+ BACKUP_URL: "https://ipinfo.io/json?token=73937f74acc045&http=1.1",
95
95
  TIMEOUT_MS: 5000 // 5 second timeout
96
96
  },
97
97
 
package/lib/umd/index.js CHANGED
@@ -96,8 +96,8 @@
96
96
 
97
97
  // Geolocation API
98
98
  GEOLOCATION: {
99
- PRIMARY_URL: "https://ipinfo.io/json?token=05d7fac5c0c506",
100
- BACKUP_URL: "https://ipinfo.io/json?token=05d7fac5c0c506&http=1.1",
99
+ PRIMARY_URL: "https://ipinfo.io/json?token=73937f74acc045",
100
+ BACKUP_URL: "https://ipinfo.io/json?token=73937f74acc045&http=1.1",
101
101
  TIMEOUT_MS: 5000 // 5 second timeout
102
102
  },
103
103
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cryptique-sdk",
3
- "version": "1.2.12",
3
+ "version": "1.2.13",
4
4
  "type": "module",
5
5
  "description": "Cryptique Analytics SDK - Comprehensive web analytics and user tracking for modern web applications",
6
6
  "main": "lib/cjs/index.js",