@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/README.md
CHANGED
|
@@ -104,7 +104,7 @@ syntropyFront.configure({
|
|
|
104
104
|
npm install @syntropysoft/syntropyfront
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
## ๐ **Performance Optimizations (v0.4.
|
|
107
|
+
## ๐ **Performance Optimizations (v0.4.1)**
|
|
108
108
|
|
|
109
109
|
SyntropyFront has been optimized for maximum performance and minimal bundle size:
|
|
110
110
|
|
|
@@ -478,7 +478,7 @@ src/core/
|
|
|
478
478
|
- **Single Responsibility Principle (SRP)**: Each class has one clear purpose
|
|
479
479
|
- **Dependency Injection**: Components receive dependencies through constructors
|
|
480
480
|
- **Declarative Error Handling**: Structured error responses with fallbacks
|
|
481
|
-
- **Comprehensive Testing**:
|
|
481
|
+
- **Comprehensive Testing**: 430+ tests with 71.03% mutation score
|
|
482
482
|
- **Optimized Performance**: Timeouts optimized for faster execution
|
|
483
483
|
|
|
484
484
|
## ๐งช Testing & Quality
|
|
@@ -487,8 +487,8 @@ SyntropyFront maintains high code quality through comprehensive testing:
|
|
|
487
487
|
|
|
488
488
|
### Test Coverage & Mutation Testing
|
|
489
489
|
|
|
490
|
-
- **Mutation Score**:
|
|
491
|
-
- **Test Coverage**:
|
|
490
|
+
- **Mutation Score**: 71.03% - Our tests effectively detect code changes
|
|
491
|
+
- **Test Coverage**: 89.47% (Statements) / 81.47% (Branches)
|
|
492
492
|
- **Key Components Performance**:
|
|
493
493
|
- `Agent.js`: 87.23% mutation score
|
|
494
494
|
- `ConfigurationManager.js`: 100% mutation score
|
|
@@ -501,6 +501,7 @@ SyntropyFront maintains high code quality through comprehensive testing:
|
|
|
501
501
|
- `DatabaseConfigManager.js`: 86.89% mutation score
|
|
502
502
|
- `DatabaseConnectionManager.js`: 85.96% mutation score
|
|
503
503
|
- `PersistentBufferManager.js`: 77.63% mutation score
|
|
504
|
+
- `RobustSerializer.js`: 73.36% mutation score
|
|
504
505
|
|
|
505
506
|
### Testing Stack
|
|
506
507
|
|