@quenty/observablecollection
Advanced tools
Comparing version 12.3.0 to 12.3.1-canary.478.013677d.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [12.3.1-canary.478.013677d.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.3.0...@quenty/observablecollection@12.3.1-canary.478.013677d.0) (2024-08-24) | ||
### Features | ||
* Add ObservableCountingMap:ObservePairsBrio() and ObservableCountingMap:ObserveAtKey(key) ([b3baa09](https://github.com/Quenty/NevermoreEngine/commit/b3baa09563be96ccfd985496e833ad87a78bc953)) | ||
# [12.3.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.2.0...@quenty/observablecollection@12.3.0) (2024-05-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "12.3.0", | ||
"version": "12.3.1-canary.478.013677d.0", | ||
"description": "A set of observable collections, such as sets, maps, sorted lists, and more.", | ||
@@ -30,16 +30,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.3.0", | ||
"@quenty/brio": "^14.3.0", | ||
"@quenty/ducktype": "^5.3.0", | ||
"@quenty/loader": "^10.3.0", | ||
"@quenty/maid": "^3.2.0", | ||
"@quenty/promise": "^10.3.0", | ||
"@quenty/rx": "^13.3.0", | ||
"@quenty/signal": "^7.3.0", | ||
"@quenty/steputils": "^3.4.0", | ||
"@quenty/symbol": "^3.1.0", | ||
"@quenty/valueobject": "^13.3.0" | ||
"@quenty/baseobject": "10.3.1-canary.478.013677d.0", | ||
"@quenty/brio": "14.3.1-canary.478.013677d.0", | ||
"@quenty/ducktype": "5.3.1-canary.478.013677d.0", | ||
"@quenty/loader": "10.3.1-canary.478.013677d.0", | ||
"@quenty/maid": "3.2.0", | ||
"@quenty/promise": "10.3.1-canary.478.013677d.0", | ||
"@quenty/rx": "13.3.1-canary.478.013677d.0", | ||
"@quenty/signal": "7.3.1-canary.478.013677d.0", | ||
"@quenty/steputils": "3.4.0", | ||
"@quenty/symbol": "3.1.0", | ||
"@quenty/valueobject": "13.3.1-canary.478.013677d.0" | ||
}, | ||
"devDependencies": { | ||
"@quenty/blend": "^12.3.0" | ||
"@quenty/blend": "12.3.1-canary.478.013677d.0" | ||
}, | ||
@@ -49,3 +49,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "3fd5cdca3128bf34c8d9dfae1e92d62533b6e6f5" | ||
"gitHead": "013677ddf1f34b223c027d332d00450722b8fd41" | ||
} |
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
104834
2
+ Added@quenty/baseobject@10.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/brio@14.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/canceltoken@11.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/ducktype@5.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/instanceutils@13.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/loader@10.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/maid@3.2.0(transitive)
+ Added@quenty/promise@10.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/rx@13.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/rxsignal@7.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/signal@7.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/steputils@3.4.0(transitive)
+ Added@quenty/symbol@3.1.0(transitive)
+ Added@quenty/table@3.5.0(transitive)
+ Added@quenty/throttle@10.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/valuebaseutils@13.3.1-canary.478.013677d.0(transitive)
+ Added@quenty/valueobject@13.3.1-canary.478.013677d.0(transitive)
- Removed@quenty/baseobject@10.7.1(transitive)
- Removed@quenty/brio@14.13.0(transitive)
- Removed@quenty/canceltoken@11.9.0(transitive)
- Removed@quenty/ducktype@5.7.1(transitive)
- Removed@quenty/instanceutils@13.13.0(transitive)
- Removed@quenty/loader@10.7.1(transitive)
- Removed@quenty/maid@3.4.0(transitive)
- Removed@quenty/promise@10.8.0(transitive)
- Removed@quenty/rx@13.13.0(transitive)
- Removed@quenty/rxsignal@7.13.0(transitive)
- Removed@quenty/signal@7.9.0(transitive)
- Removed@quenty/steputils@3.5.2(transitive)
- Removed@quenty/symbol@3.3.0(transitive)
- Removed@quenty/table@3.7.0(transitive)
- Removed@quenty/throttle@10.8.1(transitive)
- Removed@quenty/valuebaseutils@13.13.0(transitive)
- Removed@quenty/valueobject@13.13.0(transitive)
Updated@quenty/maid@3.2.0
Updated@quenty/steputils@3.4.0
Updated@quenty/symbol@3.1.0