@tracetail/js 2.3.4 → 2.3.6

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 +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  > Enterprise browser fingerprinting with **over 99.5% accuracy**. Zero dependencies, TypeScript support, and rock-solid stability.
4
4
 
5
- [![npm version](https://badge.fury.io/js/@tracetail/js.svg)](https://www.npmjs.com/package/@tracetail/js)
5
+ [![npm version](https://img.shields.io/npm/v/@tracetail/js.svg)](https://www.npmjs.com/package/@tracetail/js)
6
6
  [![Downloads](https://img.shields.io/npm/dm/@tracetail/js)](https://www.npmjs.com/package/@tracetail/js)
7
7
  [![TypeScript](https://img.shields.io/badge/TypeScript-Ready-blue.svg)](https://www.typescriptlang.org/)
8
8
  [![Size](https://img.shields.io/bundlephobia/minzip/@tracetail/js)](https://bundlephobia.com/package/@tracetail/js)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tracetail/js",
3
- "version": "2.3.4",
3
+ "version": "2.3.6",
4
4
  "description": "TraceTail JavaScript SDK for browser fingerprinting",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -40,4 +40,4 @@
40
40
  "@rollup/plugin-terser": "^0.4.4",
41
41
  "typescript": "^5.3.3"
42
42
  }
43
- }
43
+ }