@quenty/observablecollection
Advanced tools
Comparing version 3.2.0 to 3.2.1-canary.276.672e37b.0
@@ -6,2 +6,18 @@ # Change Log | ||
## [3.2.1-canary.276.672e37b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.2.0...@quenty/observablecollection@3.2.1-canary.276.672e37b.0) (2022-07-31) | ||
### Bug Fixes | ||
* Prevent observables from being removed during insertion of observable ([27a3594](https://github.com/Quenty/NevermoreEngine/commit/27a35941f457f63a5f1dc84169448a750308fdc2)) | ||
### Features | ||
* Add ObservableSortedList ([cca209f](https://github.com/Quenty/NevermoreEngine/commit/cca209fd8a6c2cfeb1ee6e39d2aabce0202b3072)) | ||
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/observablecollection@3.1.0...@quenty/observablecollection@3.2.0) (2022-07-02) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@quenty/observablecollection", | ||
"version": "3.2.0", | ||
"version": "3.2.1-canary.276.672e37b.0", | ||
"description": "An observable set", | ||
@@ -30,10 +30,10 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/brio": "^6.1.0", | ||
"@quenty/loader": "^5.0.0", | ||
"@quenty/maid": "^2.3.0", | ||
"@quenty/promise": "^5.0.0", | ||
"@quenty/rx": "^5.1.0", | ||
"@quenty/signal": "^2.2.0", | ||
"@quenty/symbol": "^2.1.0", | ||
"@quenty/valuebaseutils": "^5.1.0" | ||
"@quenty/brio": "6.1.1-canary.276.672e37b.0", | ||
"@quenty/loader": "5.0.0", | ||
"@quenty/maid": "2.3.1-canary.276.672e37b.0", | ||
"@quenty/promise": "5.0.1-canary.276.672e37b.0", | ||
"@quenty/rx": "5.1.1-canary.276.672e37b.0", | ||
"@quenty/signal": "2.2.0", | ||
"@quenty/symbol": "2.1.0", | ||
"@quenty/valuebaseutils": "5.1.1-canary.276.672e37b.0" | ||
}, | ||
@@ -43,3 +43,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "de33c83e7f897e2b0887c77aeb1fc7963756f234" | ||
"gitHead": "672e37b9bbb8b2d4c4c6c69ed2647335be0bc469" | ||
} |
@@ -7,3 +7,12 @@ { | ||
"observablecollection": { | ||
"$path": ".." | ||
"$className": "Folder", | ||
"observablecollection": { | ||
"$path": ".." | ||
}, | ||
"instanceutils": { | ||
"$path": "../../instanceutils" | ||
} | ||
}, | ||
"Script": { | ||
"$path": "scripts/Server" | ||
} | ||
@@ -10,0 +19,0 @@ } |
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
60015
18
30
2
+ Added@quenty/brio@6.1.1-canary.276.672e37b.0(transitive)
+ Added@quenty/cancellabledelay@3.3.0(transitive)
+ Added@quenty/canceltoken@5.0.1-canary.276.672e37b.0(transitive)
+ Added@quenty/deferred@2.1.0(transitive)
+ Added@quenty/instanceutils@5.1.1-canary.276.672e37b.0(transitive)
+ Added@quenty/loader@5.0.0(transitive)
+ Added@quenty/maid@2.3.1-canary.276.672e37b.0(transitive)
+ Added@quenty/promise@5.0.1-canary.276.672e37b.0(transitive)
+ Added@quenty/rx@5.1.1-canary.276.672e37b.0(transitive)
+ Added@quenty/signal@2.2.0(transitive)
+ Added@quenty/symbol@2.1.0(transitive)
+ Added@quenty/table@3.1.0(transitive)
+ Added@quenty/throttle@5.0.0(transitive)
+ Added@quenty/valuebaseutils@5.1.1-canary.276.672e37b.0(transitive)
- Removed@quenty/brio@6.2.0(transitive)
- Removed@quenty/cancellabledelay@3.5.0(transitive)
- Removed@quenty/canceltoken@5.2.0(transitive)
- Removed@quenty/deferred@2.2.0(transitive)
- Removed@quenty/instanceutils@5.2.0(transitive)
- Removed@quenty/loader@5.0.1(transitive)
- Removed@quenty/maid@2.6.0(transitive)
- Removed@quenty/promise@5.1.1(transitive)
- Removed@quenty/rx@5.2.0(transitive)
- Removed@quenty/signal@2.4.0(transitive)
- Removed@quenty/symbol@2.2.0(transitive)
- Removed@quenty/table@3.7.0(transitive)
- Removed@quenty/throttle@5.0.1(transitive)
- Removed@quenty/valuebaseutils@5.2.1(transitive)
Updated@quenty/loader@5.0.0
Updated@quenty/signal@2.2.0
Updated@quenty/symbol@2.1.0