@quenty/servicebag
Advanced tools
Comparing version 0.0.1-canary.202.b0bec76.0 to 0.0.1-canary.202.b213be1.0
@@ -6,12 +6,7 @@ # Change Log | ||
## 0.0.1-canary.202.b0bec76.0 (2021-08-02) | ||
## 0.0.1-canary.202.b213be1.0 (2021-08-02) | ||
### Bug Fixes | ||
* ServiceBag will initialize a service if it's not already initialized when retrieving the service ([b0bec76](https://github.com/Quenty/NevermoreEngine/commit/b0bec76e754fe56753398d77438626195c6e415e)) | ||
### Features | ||
* Add servicebag package ([892eb5c](https://github.com/Quenty/NevermoreEngine/commit/892eb5c091bc2ff27ed2401be9cb3ddf7c839002)) | ||
* Add servicebag package ([ab0402a](https://github.com/Quenty/NevermoreEngine/commit/ab0402a52281843d2583332bc82b056dd60481f2)) |
{ | ||
"name": "@quenty/servicebag", | ||
"version": "0.0.1-canary.202.b0bec76.0", | ||
"version": "0.0.1-canary.202.b213be1.0", | ||
"description": "Service providing mechanisms for Nevermore", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b0bec76e754fe56753398d77438626195c6e415e" | ||
"gitHead": "b213be16ac65ed3dd4decf08c9220e6923b9eca6" | ||
} |
@@ -16,3 +16,3 @@ # ServiceBag | ||
``` | ||
npm install @quenty/serviceBag --save | ||
npm install @quenty/servicebag --save | ||
``` | ||
@@ -19,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
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
8359