@tracelog/lib 3.1.1 → 3.2.0-rc.123.8

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/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@tracelog/lib",
3
3
  "description": "JavaScript library for web analytics and real-time event tracking",
4
4
  "license": "MIT",
5
- "version": "3.1.1",
5
+ "version": "3.2.0-rc.123.8",
6
6
  "main": "./dist/public-api.cjs",
7
7
  "module": "./dist/public-api.js",
8
8
  "types": "./dist/public-api.d.ts",
@@ -49,7 +49,7 @@
49
49
  "fix": "npm run lint:fix && npm run format",
50
50
  "test": "npm run test:unit && npm run test:integration",
51
51
  "test:unit": "vitest run",
52
- "test:unit:ci": "NODE_OPTIONS=\"--max-old-space-size=4096 --no-experimental-fetch\" vitest run --pool=threads",
52
+ "test:unit:ci": "NODE_OPTIONS=\"--max-old-space-size=4096\" vitest run",
53
53
  "test:unit:watch": "vitest",
54
54
  "test:coverage": "vitest run --coverage",
55
55
  "test:integration": "vitest run --config vitest.integration.config.mjs",
@@ -81,7 +81,7 @@
81
81
  "@types/node": "^24.5.2",
82
82
  "@typescript-eslint/eslint-plugin": "^8.36.0",
83
83
  "@typescript-eslint/parser": "^8.36.0",
84
- "@vitest/coverage-v8": "^3.2.4",
84
+ "@vitest/coverage-v8": "^4.1.8",
85
85
  "commitlint": "^19.8.1",
86
86
  "cross-env": "^10.0.0",
87
87
  "eslint": "^8.57.1",
@@ -99,6 +99,6 @@
99
99
  "typescript-eslint": "^8.36.0",
100
100
  "uglify-js": "^3.19.3",
101
101
  "vite": "^7.0.4",
102
- "vitest": "^3.2.4"
102
+ "vitest": "^4.1.8"
103
103
  }
104
104
  }