Closed ansukumari closed 6 months ago
@blackrabbit99 can you please review this.
@vzholudev @b1ff , might be you can revire this?
Hey @malderete thanks for a ping, will look into this shortly.
Merged, thanks for a contribution, will publish a new version shortly to NPM
v1.0.1 is available in NPM
@b1ff awesome news, thanks for the quick response! 😄
The description of the boot function says that "Calling Vault.boot multiple times with the same name will return the same instance." but in the code it is throwing error when the instance is already booted. Changed the code and its respective test to return the instance instead of throwing error.