a2-in-memory-web-api
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -0,1 +1,7 @@ | ||
<a name="0.1.17"></a> | ||
# 0.1.17 (2016-04-29) | ||
* update packages | ||
* Angular 2 beta 17 | ||
* RxJs 5.0.0-beta.6 | ||
<a name="0.1.16"></a> | ||
@@ -6,3 +12,3 @@ # 0.1.16 (2016-04-25) | ||
* zone.js 0.6.12 | ||
<a name="0.1.15"></a> | ||
@@ -13,3 +19,3 @@ # 0.1.15 (2016-04-13) | ||
* zone.js 0.6.10 | ||
<a name="0.1.14"></a> | ||
@@ -16,0 +22,0 @@ # 0.1.14 (2016-04-07) |
{ | ||
"name": "a2-in-memory-web-api", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "An in-memory web api for demos and tests", | ||
@@ -29,6 +29,6 @@ "scripts": { | ||
"dependencies": { | ||
"angular2": "2.0.0-beta.16", | ||
"angular2": "2.0.0-beta.17", | ||
"es6-shim": "^0.35.0", | ||
"reflect-metadata": "0.1.2", | ||
"rxjs": "5.0.0-beta.2", | ||
"rxjs": "5.0.0-beta.6", | ||
"zone.js": "0.6.12" | ||
@@ -35,0 +35,0 @@ }, |
@@ -31,11 +31,5 @@ # angular2-in-memory-web-api | ||
- consider updating typings: | ||
- consider updating typings, install individually or together: | ||
`npm run typings -- install packagename1 packagename2 --ambient --save` | ||
Iterate looking for SHAs of | ||
`https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/{pkg}/{pkg}.d.ts` | ||
Update `typings.json` and run `npm run typings -- install` | ||
OR install individually: | ||
`npm run typings -- install packagename --ambient --save` | ||
**NB: Do not add to `npm postinstall` as that screws up consumers!** | ||
@@ -56,2 +50,2 @@ | ||
- the version number | ||
- 'latest' | ||
- 'latest' |
{ | ||
"ambientDependencies": { | ||
"es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd" | ||
"es6-shim": "registry:dt/es6-shim#0.31.2+20160317120654" | ||
} | ||
} |
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
194907
50
+ Addedangular2@2.0.0-beta.17(transitive)
+ Addedrxjs@5.0.0-beta.6(transitive)
- Removedangular2@2.0.0-beta.16(transitive)
- Removedrxjs@5.0.0-beta.2(transitive)
Updatedangular2@2.0.0-beta.17
Updatedrxjs@5.0.0-beta.6