@quenty/observablecollection
Advanced tools
Comparing version 12.12.0 to 12.12.1-canary.517.2bd4a12.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [12.12.1-canary.517.2bd4a12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.12.0...@quenty/observablecollection@12.12.1-canary.517.2bd4a12.0) (2024-11-09) | ||
### Bug Fixes | ||
* Fix ObserveAtIndex ([2bd4a12](https://github.com/Quenty/NevermoreEngine/commit/2bd4a120d54eda1d37e3227518fbdf81c469fd45)) | ||
# [12.12.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.1...@quenty/observablecollection@12.12.0) (2024-11-06) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "12.12.0", | ||
"version": "12.12.1-canary.517.2bd4a12.0", | ||
"description": "A set of observable collections, such as sets, maps, sorted lists, and more.", | ||
@@ -30,17 +30,17 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.7.1", | ||
"@quenty/brio": "^14.12.0", | ||
"@quenty/ducktype": "^5.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.8.0", | ||
"@quenty/rx": "^13.12.0", | ||
"@quenty/signal": "^7.9.0", | ||
"@quenty/steputils": "^3.5.2", | ||
"@quenty/symbol": "^3.3.0", | ||
"@quenty/table": "^3.6.0", | ||
"@quenty/valueobject": "^13.12.0" | ||
"@quenty/baseobject": "10.7.1", | ||
"@quenty/brio": "14.12.0", | ||
"@quenty/ducktype": "5.7.1", | ||
"@quenty/loader": "10.7.1", | ||
"@quenty/maid": "3.4.0", | ||
"@quenty/promise": "10.8.0", | ||
"@quenty/rx": "13.12.0", | ||
"@quenty/signal": "7.9.0", | ||
"@quenty/steputils": "3.5.2", | ||
"@quenty/symbol": "3.3.0", | ||
"@quenty/table": "3.6.0", | ||
"@quenty/valueobject": "13.12.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/blend": "^12.12.0" | ||
"@quenty/blend": "12.12.0" | ||
}, | ||
@@ -50,3 +50,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "00e6f71716216dd6ecbc8505ad898a1ab7f72756" | ||
"gitHead": "2bd4a120d54eda1d37e3227518fbdf81c469fd45" | ||
} |
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
159542
2
+ Added@quenty/brio@14.12.0(transitive)
+ Added@quenty/rx@13.12.0(transitive)
+ Added@quenty/table@3.6.0(transitive)
+ Added@quenty/valueobject@13.12.0(transitive)
- Removed@quenty/valueobject@13.13.0(transitive)
Updated@quenty/baseobject@10.7.1
Updated@quenty/brio@14.12.0
Updated@quenty/ducktype@5.7.1
Updated@quenty/loader@10.7.1
Updated@quenty/maid@3.4.0
Updated@quenty/promise@10.8.0
Updated@quenty/rx@13.12.0
Updated@quenty/signal@7.9.0
Updated@quenty/steputils@3.5.2
Updated@quenty/symbol@3.3.0
Updated@quenty/table@3.6.0
Updated@quenty/valueobject@13.12.0