@quenty/valuebaseutils
Advanced tools
Comparing version 5.2.0 to 5.2.1-canary.c06de59.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.2.1-canary.c06de59.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/valuebaseutils@5.2.0...@quenty/valuebaseutils@5.2.1-canary.c06de59.0) (2022-08-11) | ||
### Bug Fixes | ||
* Updating a ValueObject invalidates prior brio ([#278](https://github.com/Quenty/NevermoreEngine/issues/278)) ([b3de8a7](https://github.com/Quenty/NevermoreEngine/commit/b3de8a7ed65b5cbc4b26c2bd5e76cfd21ba5c879)) | ||
# [5.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/valuebaseutils@5.1.0...@quenty/valuebaseutils@5.2.0) (2022-07-31) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/valuebaseutils", | ||
"version": "5.2.0", | ||
"version": "5.2.1-canary.c06de59.0", | ||
"description": "Provides utilities for working with valuesbase objects, like IntValue or ObjectValue in Roblox.", | ||
@@ -28,6 +28,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/brio": "^6.2.0", | ||
"@quenty/instanceutils": "^5.2.0", | ||
"@quenty/loader": "^5.0.0", | ||
"@quenty/promise": "^5.1.0" | ||
"@quenty/brio": "6.2.0", | ||
"@quenty/instanceutils": "5.2.0", | ||
"@quenty/loader": "5.0.0", | ||
"@quenty/promise": "5.1.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "e31b3a35aa475bb5699a24898a8639e107165b36" | ||
"gitHead": "c06de5983b9fc7065f6466d42849d868cacc5976" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
16270
2
+ Added@quenty/loader@5.0.0(transitive)
+ Added@quenty/promise@5.1.0(transitive)
Updated@quenty/brio@6.2.0
Updated@quenty/instanceutils@5.2.0
Updated@quenty/loader@5.0.0
Updated@quenty/promise@5.1.0