@quenty/servicebag
Advanced tools
Comparing version 3.2.0-canary.224.ceec2f8.0 to 3.2.0
@@ -6,3 +6,3 @@ # Change Log | ||
# [3.2.0-canary.224.ceec2f8.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/servicebag@3.1.2...@quenty/servicebag@3.2.0-canary.224.ceec2f8.0) (2021-11-10) | ||
# [3.2.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/servicebag@3.1.3...@quenty/servicebag@3.2.0) (2021-11-20) | ||
@@ -12,2 +12,13 @@ | ||
* Support MacOS syncing ([#225](https://github.com/Quenty/NevermoreEngine/issues/225)) ([03f9183](https://github.com/Quenty/NevermoreEngine/commit/03f918392c6a5bdd33f8a17c38de371d1e06c67a)) | ||
## [3.1.3](https://github.com/Quenty/NevermoreEngine/compare/@quenty/servicebag@3.1.2...@quenty/servicebag@3.1.3) (2021-11-10) | ||
### Bug Fixes | ||
* Prevent double service initialization from occuring when retrieving service that has not yet been added to service bag ([e7d9915](https://github.com/Quenty/NevermoreEngine/commit/e7d99157a8d2de701cbe5261fd27b8eb2a30971f)) | ||
@@ -14,0 +25,0 @@ |
{ | ||
"name": "@quenty/servicebag", | ||
"version": "3.2.0-canary.224.ceec2f8.0", | ||
"version": "3.2.0", | ||
"description": "Service providing mechanisms for Nevermore", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "3.1.2", | ||
"@quenty/loader": "3.1.1", | ||
"@quenty/signal": "2.0.0" | ||
"@quenty/baseobject": "^3.2.0", | ||
"@quenty/loader": "^3.1.1", | ||
"@quenty/signal": "^2.0.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "ceec2f8778595b91b47d2fc375f86431754ee2b9" | ||
"gitHead": "87ab1435a59a05e7dd745db1dfcec26116d1d71d" | ||
} |
@@ -5,4 +5,4 @@ { | ||
"tree": { | ||
"$path": { "optional": "..\\node_modules" } | ||
"$path": { "optional": "../node_modules" } | ||
} | ||
} |
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
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
12309
232
1
+ Added@quenty/baseobject@3.5.0(transitive)
+ Added@quenty/loader@3.4.0(transitive)
+ Added@quenty/signal@2.4.0(transitive)
- Removed@quenty/baseobject@3.1.2(transitive)
- Removed@quenty/loader@3.1.1(transitive)
- Removed@quenty/signal@2.0.0(transitive)
Updated@quenty/baseobject@^3.2.0
Updated@quenty/loader@^3.1.1
Updated@quenty/signal@^2.0.0