Comparing version 2.0.0 to 2.0.1
# Change History | ||
## 2.0.1 (2014-04-13) | ||
* Added `IoCBinding` class to the `exports` object. | ||
## 2.0.0 (2014-04-13) | ||
@@ -4,0 +8,0 @@ |
module.exports = { | ||
Container: require('./lib/Container.js') | ||
Container: require('./lib/Container.js'), | ||
IoCBinding: require('./lib/IoCBinding.js') | ||
}; |
{ | ||
"name": "sack", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "An Inversion-of-Control container for all your dependency injection needs.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23924
301
0