@syntropysoft/syntropyfront 0.4.0 → 0.4.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 +5 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +19 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syntropysoft/syntropyfront",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.1",
|
|
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",
|
|
@@ -93,28 +93,32 @@
|
|
|
93
93
|
},
|
|
94
94
|
"homepage": "https://github.com/Syntropysoft/syntropyfront#readme",
|
|
95
95
|
"engines": {
|
|
96
|
-
"node": ">=
|
|
96
|
+
"node": ">=20.0.0"
|
|
97
97
|
},
|
|
98
98
|
"funding": {
|
|
99
99
|
"type": "individual",
|
|
100
100
|
"url": "https://github.com/sponsors/Syntropysoft"
|
|
101
101
|
},
|
|
102
102
|
"sideEffects": true,
|
|
103
|
-
"dependencies": {},
|
|
104
103
|
"devDependencies": {
|
|
105
|
-
"@babel/core": "^7.
|
|
106
|
-
"@babel/preset-env": "^7.
|
|
107
|
-
"@jest/globals": "^30.0
|
|
104
|
+
"@babel/core": "^7.29.0",
|
|
105
|
+
"@babel/preset-env": "^7.29.0",
|
|
106
|
+
"@jest/globals": "^30.2.0",
|
|
108
107
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
109
|
-
"@rollup/plugin-node-resolve": "^16.0.
|
|
110
|
-
"@rollup/plugin-terser": "^0.4.
|
|
111
|
-
"@stryker-mutator/core": "^
|
|
112
|
-
"@stryker-mutator/jest-runner": "^
|
|
113
|
-
"babel-jest": "^30.0
|
|
114
|
-
"eslint": "^8.
|
|
115
|
-
"jest": "^30.0
|
|
116
|
-
"jest-environment-jsdom": "^30.0
|
|
117
|
-
"rollup": "^
|
|
108
|
+
"@rollup/plugin-node-resolve": "^16.0.3",
|
|
109
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
110
|
+
"@stryker-mutator/core": "^9.6.0",
|
|
111
|
+
"@stryker-mutator/jest-runner": "^9.6.0",
|
|
112
|
+
"babel-jest": "^30.2.0",
|
|
113
|
+
"eslint": "^8.57.1",
|
|
114
|
+
"jest": "^30.2.0",
|
|
115
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
116
|
+
"rollup": "^4.59.0"
|
|
117
|
+
},
|
|
118
|
+
"pnpm": {
|
|
119
|
+
"overrides": {
|
|
120
|
+
"serialize-javascript": "^7.0.3"
|
|
121
|
+
}
|
|
118
122
|
},
|
|
119
123
|
"browserslist": [
|
|
120
124
|
"> 1%",
|