@quenty/observablecollection
Advanced tools
Comparing version 12.11.0 to 12.11.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [12.11.1](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.11.0...@quenty/observablecollection@12.11.1) (2024-11-04) | ||
**Note:** Version bump only for package @quenty/observablecollection | ||
# [12.11.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@12.10.0...@quenty/observablecollection@12.11.0) (2024-11-03) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "12.11.0", | ||
"version": "12.11.1", | ||
"description": "A set of observable collections, such as sets, maps, sorted lists, and more.", | ||
@@ -30,16 +30,16 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.7.0", | ||
"@quenty/brio": "^14.11.0", | ||
"@quenty/ducktype": "^5.7.0", | ||
"@quenty/loader": "^10.7.0", | ||
"@quenty/baseobject": "^10.7.1", | ||
"@quenty/brio": "^14.11.1", | ||
"@quenty/ducktype": "^5.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/maid": "^3.4.0", | ||
"@quenty/promise": "^10.7.0", | ||
"@quenty/rx": "^13.11.0", | ||
"@quenty/signal": "^7.8.0", | ||
"@quenty/promise": "^10.7.1", | ||
"@quenty/rx": "^13.11.1", | ||
"@quenty/signal": "^7.8.1", | ||
"@quenty/steputils": "^3.5.2", | ||
"@quenty/symbol": "^3.2.0", | ||
"@quenty/valueobject": "^13.11.0" | ||
"@quenty/valueobject": "^13.11.1" | ||
}, | ||
"devDependencies": { | ||
"@quenty/blend": "^12.11.0" | ||
"@quenty/blend": "^12.11.1" | ||
}, | ||
@@ -49,3 +49,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "a7e6d8dffd16e9b516e352050571009f57fe6c67" | ||
"gitHead": "01c43a0ddd3c5e0cb2d9027313dbfa9852eedef1" | ||
} |
110725
Updated@quenty/baseobject@^10.7.1
Updated@quenty/brio@^14.11.1
Updated@quenty/ducktype@^5.7.1
Updated@quenty/loader@^10.7.1
Updated@quenty/promise@^10.7.1
Updated@quenty/rx@^13.11.1
Updated@quenty/signal@^7.8.1
Updated@quenty/valueobject@^13.11.1