@quenty/brio
Advanced tools
Comparing version 14.7.0 to 14.8.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [14.8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/brio@14.7.0...@quenty/brio@14.8.0) (2024-10-04) | ||
### Bug Fixes | ||
* Brio values are fixed ([7170cb0](https://github.com/Quenty/NevermoreEngine/commit/7170cb0c5ec9cd9af7e298f6eb521cda04eebf34)) | ||
### Performance Improvements | ||
* Avoid creating a new maid when needed ([cbbb482](https://github.com/Quenty/NevermoreEngine/commit/cbbb48295e602eddf20ee0d4ca3af98a7edac86e)) | ||
* Brio wraps table.pack directly which reduces table count ([4bb32c0](https://github.com/Quenty/NevermoreEngine/commit/4bb32c0b2859762fb6400c2f0153092bc0e914c6)) | ||
# [14.7.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/brio@14.6.0...@quenty/brio@14.7.0) (2024-09-25) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@quenty/brio", | ||
"version": "14.7.0", | ||
"version": "14.8.0", | ||
"description": "Brios wrap an object and either are alive or dead", | ||
@@ -29,6 +29,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/loader": "^10.5.0", | ||
"@quenty/maid": "^3.3.0", | ||
"@quenty/rx": "^13.7.0", | ||
"@quenty/signal": "^7.6.0", | ||
"@quenty/loader": "^10.6.0", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/rx": "^13.8.0", | ||
"@quenty/signal": "^7.7.0", | ||
"@quenty/steputils": "^3.5.0" | ||
@@ -39,3 +39,3 @@ }, | ||
}, | ||
"gitHead": "9b17fe79cddd071f0f06a9d35184e76b44bd6fe6" | ||
"gitHead": "035abfa088c854a73e1c65b350267eaa17669646" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
55889
Updated@quenty/loader@^10.6.0
Updated@quenty/maid@^3.4.0
Updated@quenty/rx@^13.8.0
Updated@quenty/signal@^7.7.0