@quenty/valuebaseutils
Advanced tools
Comparing version 5.2.0 to 5.2.1-canary.280.f45f91e.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [5.2.1-canary.280.f45f91e.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/valuebaseutils@5.2.0...@quenty/valuebaseutils@5.2.1-canary.280.f45f91e.0) (2022-08-14) | ||
### 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.280.f45f91e.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": "f45f91e56c43131163eb11ebb22a0621d1977181" | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16282
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