easy-analytics 1.0.0 → 1.0.1

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/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  A super minimalist, lite & easy, independent analytics tracker & visualizer for your custom web applications.
4
4
 
5
5
  Easy Analytics consists of three parts that work seamlessly together:
6
- 1. **Client**: A lightweight browser script (~6 KB uncompressed, ~1.7 KB gzipped) tracking basic metrics (screens, duration, referrers, devices) without relying exclusively on tracking cookies.
6
+ 1. **Client**: A lightweight browser script (~1.7 KB gzipped) tracking basic metrics (screens, duration, referrers, devices) without relying exclusively on tracking cookies.
7
7
  2. **Server**: Server-side integration storing the incoming logs effortlessly using `easy-db-node`.
8
8
  3. **React**: Helpful hooks and a minimalist unstyled UI component (`GroupTable`) for you to build your own dashboard quickly.
9
9
 
package/package.json CHANGED
@@ -1,28 +1,9 @@
1
1
  {
2
2
  "name": "easy-analytics",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Minimalist analytics tracker and visualizer with client and server integration.",
5
- "main": "dist/server.js",
6
- "types": "dist/common.d.ts",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/common.d.ts",
10
- "import": "./dist/client.js",
11
- "require": "./dist/server.js"
12
- },
13
- "./client": {
14
- "types": "./dist/client.d.ts",
15
- "default": "./dist/client.js"
16
- },
17
- "./server": {
18
- "types": "./dist/server.d.ts",
19
- "default": "./dist/server.js"
20
- },
21
- "./react": {
22
- "types": "./dist/react.d.ts",
23
- "default": "./dist/react.js"
24
- }
25
- },
5
+ "main": "server.js",
6
+ "types": "common.d.ts",
26
7
  "scripts": {
27
8
  "build": "npx tsc"
28
9
  },
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes