@tracetail/js 2.3.1 → 2.3.3

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 +3 -1
package/README.md CHANGED
@@ -243,7 +243,7 @@ const visitorId = fingerprint.visitorId;
243
243
 
244
244
  - **Documentation:** https://tracetail.io/docs
245
245
  - **API Reference:** https://tracetail.io/api-docs
246
- - **Issues:** https://github.com/sirrodgepodge/TraceTail/issues
246
+ - **Support:** https://tracetail.io/support
247
247
  - **Discord:** https://discord.gg/tracetail
248
248
  - **Email:** support@tracetail.io
249
249
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@tracetail/js",
3
- "version": "2.3.1",
3
+ "version": "2.3.3",
4
4
  "description": "TraceTail JavaScript SDK for browser fingerprinting",
5
+ "type": "module",
5
6
  "main": "dist/index.js",
6
7
  "module": "dist/index.mjs",
7
8
  "types": "dist/index.d.ts",
@@ -12,6 +13,7 @@
12
13
  "build": "rollup -c",
13
14
  "test": "echo \"Error: no test specified\" && exit 1"
14
15
  },
16
+ "homepage": "https://tracetail.io",
15
17
  "author": "TraceTail",
16
18
  "license": "MIT",
17
19
  "devDependencies": {