Comparing version 2.0.0-rc.14 to 2.0.0
@@ -107,2 +107,3 @@ declare namespace interfaces { | ||
guid: string; | ||
parent: Kernel; | ||
bind<T>(serviceIdentifier: ServiceIdentifier<T>): BindingToSyntax<T>; | ||
@@ -109,0 +110,0 @@ unbind(serviceIdentifier: ServiceIdentifier<any>): void; |
{ | ||
"name": "inversify", | ||
"version": "2.0.0-rc.14", | ||
"version": "2.0.0", | ||
"description": "A powerful and lightweight inversion of control container for JavaScript and Node.js apps powered by TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "lib/inversify.js", |
@@ -60,8 +60,9 @@ # InversifyJS | ||
``` | ||
npm install inversify@2.0.0-rc.14 reflect-metadata --save | ||
npm install inversify reflect-metadata --save | ||
``` | ||
The InversifyJS type definitions are included in the inversify npm package. | ||
InversifyJS requires the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` | ||
compilation options in your `tsconfig.json` file. | ||
InversifyJS requires TypeScript 2.0 and the `experimentalDecorators`, `emitDecoratorMetadata`, `types` and `lib` | ||
compilation options in your `tsconfig.json` file: | ||
```js | ||
@@ -89,4 +90,4 @@ { | ||
**Check out the [Environment support and polyfills](https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md) | ||
page in the wiki to learn more.** | ||
Check out the [Environment support and polyfills](https://github.com/inversify/InversifyJS/blob/master/wiki/environment.md) | ||
page in the wiki and the [Basic example](https://github.com/inversify/inversify-basic-example) to learn more. | ||
@@ -93,0 +94,0 @@ ## The Basics |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
174491
3555
0
284