Skip to content

Commit 6cb0888

Browse files
committed
Updated dependencies to Angular2 RC7
1 parent 71dcb81 commit 6cb0888

File tree

2 files changed

+20
-15
lines changed

2 files changed

+20
-15
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## v0.1.7
4+
**Features:**
5+
- Added .head() and .options() HTTP-wrapper
6+
- Added general HTTP-wrapper .sendHttpRequest()
7+
38
## v0.1.6
49
**Bugfixes:**
510
- Added route guard support for CanActivate

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular2-token",
3-
"version": "0.1.7",
3+
"version": "0.1.8",
44
"description": "Angular2 service for token based authentication",
55
"main": "./angular2-token.js",
66
"typings": "./angular2-token.d.ts",
@@ -14,24 +14,24 @@
1414
"token authentication"
1515
],
1616
"peerDependencies": {
17-
"@angular/core": "2.0.0-rc.6",
18-
"@angular/http": "2.0.0-rc.6",
19-
"@angular/common": "2.0.0-rc.6",
20-
"@angular/router": "^3.0.0-rc.2",
21-
"rxjs": "5.0.0-beta.11"
17+
"@angular/core": "2.0.0-rc.7",
18+
"@angular/http": "2.0.0-rc.7",
19+
"@angular/common": "2.0.0-rc.7",
20+
"@angular/router": "3.0.0-rc.3",
21+
"rxjs": "5.0.0-beta.12"
2222
},
2323
"devDependencies": {
2424

25-
"@angular/core": "2.0.0-rc.6",
26-
"@angular/http": "2.0.0-rc.6",
27-
"@angular/common": "2.0.0-rc.6",
28-
"@angular/router": "^3.0.0-rc.2",
29-
"rxjs": "5.0.0-beta.11",
25+
"@angular/core": "2.0.0-rc.7",
26+
"@angular/http": "2.0.0-rc.7",
27+
"@angular/common": "2.0.0-rc.7",
28+
"@angular/router": "3.0.0-rc.3",
29+
"rxjs": "5.0.0-beta.12",
3030

31-
"@angular/compiler": "2.0.0-rc.6",
32-
"@angular/platform-browser": "2.0.0-rc.6",
33-
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
34-
"@angular/platform-server": "2.0.0-rc.6",
31+
"@angular/compiler": "2.0.0-rc.7",
32+
"@angular/platform-browser": "2.0.0-rc.7",
33+
"@angular/platform-browser-dynamic": "2.0.0-rc.7",
34+
"@angular/platform-server": "2.0.0-rc.7",
3535
"ie-shim": "^0.1.0",
3636
"typescript": "^2.0.0",
3737
"zone.js": "0.6.21",

0 commit comments

Comments
 (0)