angular-in-memory-web-api
Advanced tools
Comparing version 0.1.6 to 0.1.7
# "angular-in-memory-web-api" versions | ||
<a name="0.1.7"></a> | ||
## 0.1.7 (2016-10-12) | ||
* Angular 2.1.x support. | ||
<a name="0.1.6"></a> | ||
@@ -3,0 +8,0 @@ ## 0.1.6 (2016-10-09) |
@@ -0,0 +0,0 @@ export declare let STATUS: { |
@@ -498,2 +498,2 @@ "use strict"; | ||
exports.InMemoryBackendService = InMemoryBackendService; | ||
//# sourceMappingURL=in-memory-backend.service.js.map | ||
//# sourceMappingURL=in-memory-backend.service.js.map |
{ | ||
"name": "angular-in-memory-web-api", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "An in-memory web api for Angular demos and tests", | ||
@@ -36,4 +36,4 @@ "main":"index.js", | ||
"peerDependencies": { | ||
"@angular/core": "~2.0.1", | ||
"@angular/http": "~2.0.1", | ||
"@angular/core": "^2.0.0", | ||
"@angular/http": "^2.0.0", | ||
"reflect-metadata": "~0.1.8", | ||
@@ -44,9 +44,9 @@ "rxjs": "5.0.0-beta.12", | ||
"devDependencies": { | ||
"@angular/common": "~2.0.1", | ||
"@angular/compiler": "~2.0.1", | ||
"@angular/compiler-cli": "~0.6.3", | ||
"@angular/core": "~2.0.1", | ||
"@angular/http": "~2.0.1", | ||
"@angular/platform-browser": "~2.0.1", | ||
"@angular/platform-server": "~2.0.1", | ||
"@angular/common": "~2.1.0", | ||
"@angular/compiler": "~2.1.0", | ||
"@angular/compiler-cli": "~2.1.0", | ||
"@angular/core": "~2.1.0", | ||
"@angular/http": "~2.1.0", | ||
"@angular/platform-browser": "~2.1.0", | ||
"@angular/platform-server": "~2.1.0", | ||
"reflect-metadata": "^0.1.3", | ||
@@ -56,3 +56,3 @@ "rxjs": "5.0.0-beta.12", | ||
"angular-in-memory-web-api": "~0.1.6", | ||
"angular-in-memory-web-api": "~0.1.7", | ||
"concurrently": "^3.0.0", | ||
@@ -59,0 +59,0 @@ "core-js": "^2.4.1", |
@@ -6,3 +6,3 @@ # Angular in-memory-web-api | ||
>As of v.0.1.0, the npm package was renamed from `angular2-in-memory-web-api` to its current name, | ||
`angular-in-memory-web-api`. All versions after 0.0.21 are shipped under this name. | ||
`angular-in-memory-web-api`. All versions ***after 0.0.21*** are shipped under this name. | ||
**Be sure to update your `package.json` and import statements**. | ||
@@ -9,0 +9,0 @@ |
121316
1706