@wolffo/three-fire 1.0.6 → 1.0.7

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -186,13 +186,9 @@ npm run test:coverage
186
186
 
187
187
  ### Testing
188
188
 
189
- The project includes comprehensive tests with **92%+ coverage**:
190
-
191
- - **49 test cases** covering all functionality
192
189
  - **Unit tests** for Fire class and FireShader
193
190
  - **Integration tests** for React components
194
191
  - **Mock environment** for Three.js and React Three Fiber
195
- - **Coverage reporting** with detailed metrics
196
192
 
197
193
  Test files are located in `test/` and use Vitest with Testing Library.
198
194
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wolffo/three-fire",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "type": "module",
5
5
  "description": "Modern TypeScript volumetric fire effect for Three.js and React Three Fiber",
6
6
  "main": "dist/index.js",