@quenty/statestack
Advanced tools
Comparing version 4.0.0 to 4.0.1-canary.251.86f4a16.0
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.0.1-canary.251.86f4a16.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/statestack@4.0.0...@quenty/statestack@4.0.1-canary.251.86f4a16.0) (2022-03-06) | ||
### Bug Fixes | ||
* Fix circular dependency, move createStateStack from Brio ([9568dd7](https://github.com/Quenty/NevermoreEngine/commit/9568dd78272e487e17e9fb08034a58275838add9)) | ||
# [4.0.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/statestack@3.5.0...@quenty/statestack@4.0.0) (2022-01-17) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/statestack", | ||
"version": "4.0.0", | ||
"version": "4.0.1-canary.251.86f4a16.0", | ||
"description": "Stack of values that allows multiple systems to enable or disable a state", | ||
@@ -28,6 +28,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^3.5.0", | ||
"@quenty/brio": "^4.0.0", | ||
"@quenty/loader": "^3.4.0", | ||
"@quenty/valueobject": "^3.8.0" | ||
"@quenty/baseobject": "3.5.1-canary.251.86f4a16.0", | ||
"@quenty/brio": "4.0.1-canary.251.86f4a16.0", | ||
"@quenty/loader": "3.4.1-canary.251.86f4a16.0", | ||
"@quenty/rx": "3.8.1-canary.251.86f4a16.0", | ||
"@quenty/valueobject": "3.8.1-canary.251.86f4a16.0" | ||
}, | ||
@@ -37,3 +38,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "cbd40cfd2fd23c14978a3154cad9d1e3d1c78edf" | ||
"gitHead": "86f4a1664de613b1bcdd146b6833d9cf3202546f" | ||
} |
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
11850
5
2
+ Added@quenty/baseobject@3.5.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/brio@4.0.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/deferred@2.0.2(transitive)
+ Added@quenty/loader@3.4.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/maid@2.1.0(transitive)
+ Added@quenty/promise@3.6.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/rx@3.8.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/signal@2.1.0(transitive)
+ Added@quenty/symbol@2.0.1(transitive)
+ Added@quenty/table@2.1.1(transitive)
+ Added@quenty/throttle@3.5.1-canary.251.86f4a16.0(transitive)
+ Added@quenty/valueobject@3.8.1-canary.251.86f4a16.0(transitive)
- Removed@quenty/baseobject@3.5.0(transitive)
- Removed@quenty/brio@3.8.04.0.0(transitive)
- Removed@quenty/deferred@2.2.0(transitive)
- Removed@quenty/loader@3.4.0(transitive)
- Removed@quenty/maid@2.6.0(transitive)
- Removed@quenty/promise@3.6.0(transitive)
- Removed@quenty/rx@3.8.0(transitive)
- Removed@quenty/signal@2.4.0(transitive)
- Removed@quenty/statestack@3.5.0(transitive)
- Removed@quenty/symbol@2.2.0(transitive)
- Removed@quenty/table@2.2.0(transitive)
- Removed@quenty/throttle@3.5.0(transitive)
- Removed@quenty/valueobject@3.8.0(transitive)