@syntropysoft/syntropyfront 0.4.0 → 0.4.2

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syntropysoft/syntropyfront",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "type": "module",
5
5
  "description": "🚀 Observability library with automatic capture - Just 1 line of code! Automatically captures clicks, errors, HTTP calls, and console logs with flexible error handling.",
6
6
  "main": "dist/index.js",
@@ -22,7 +22,7 @@
22
22
  "scripts": {
23
23
  "build": "rollup -c",
24
24
  "build:watch": "rollup -c -w",
25
- "dev": "npm run build:watch",
25
+ "dev": "pnpm run build:watch",
26
26
  "test": "jest",
27
27
  "test:watch": "jest --watch",
28
28
  "test:coverage": "jest --config jest.config.coverage.cjs",
@@ -32,7 +32,8 @@
32
32
  "clean": "rm -rf dist",
33
33
  "lint": "eslint src --ext .js",
34
34
  "lint:fix": "eslint src --ext .js --fix",
35
- "prepublishOnly": "npm run clean && npm run build && npm test"
35
+ "postbuild": "cp src/index.d.ts dist/index.d.ts",
36
+ "prepublishOnly": "pnpm run clean && pnpm run build && pnpm test"
36
37
  },
37
38
  "keywords": [
38
39
  "frontend",
@@ -93,28 +94,35 @@
93
94
  },
94
95
  "homepage": "https://github.com/Syntropysoft/syntropyfront#readme",
95
96
  "engines": {
96
- "node": ">=18.0.0"
97
+ "node": ">=20.0.0"
97
98
  },
98
99
  "funding": {
99
100
  "type": "individual",
100
101
  "url": "https://github.com/sponsors/Syntropysoft"
101
102
  },
102
103
  "sideEffects": true,
103
- "dependencies": {},
104
104
  "devDependencies": {
105
- "@babel/core": "^7.28.0",
106
- "@babel/preset-env": "^7.28.0",
107
- "@jest/globals": "^30.0.5",
105
+ "@babel/core": "^7.29.0",
106
+ "@babel/preset-env": "^7.29.0",
107
+ "@jest/globals": "^30.2.0",
108
108
  "@rollup/plugin-commonjs": "^29.0.0",
109
- "@rollup/plugin-node-resolve": "^16.0.2",
110
- "@rollup/plugin-terser": "^0.4.0",
111
- "@stryker-mutator/core": "^8.7.1",
112
- "@stryker-mutator/jest-runner": "^8.7.1",
113
- "babel-jest": "^30.0.5",
114
- "eslint": "^8.0.0",
115
- "jest": "^30.0.5",
116
- "jest-environment-jsdom": "^30.0.5",
117
- "rollup": "^3.0.0"
109
+ "@rollup/plugin-node-resolve": "^16.0.3",
110
+ "@rollup/plugin-terser": "^0.4.4",
111
+ "@stryker-mutator/core": "^9.6.0",
112
+ "@stryker-mutator/jest-runner": "^9.6.0",
113
+ "babel-jest": "^30.2.0",
114
+ "eslint": "^8.57.1",
115
+ "jest": "^30.2.0",
116
+ "jest-environment-jsdom": "^30.2.0",
117
+ "rollup": "^4.59.0"
118
+ },
119
+ "pnpm": {
120
+ "overrides": {
121
+ "serialize-javascript": "^7.0.3"
122
+ },
123
+ "ignoredBuiltDependencies": [
124
+ "unrs-resolver"
125
+ ]
118
126
  },
119
127
  "browserslist": [
120
128
  "> 1%",