From 721c616929f0ee57ab973ab9bd8cfdb94019d50b Mon Sep 17 00:00:00 2001 From: Serhii Solonko Date: Wed, 15 Nov 2017 13:45:25 +0100 Subject: [PATCH] bumped version to 3.0.0 and min version of angular to >=5.0.1 --- README.md | 7 ++++++- package.json | 29 ++++++++++++++--------------- 2 files changed, 20 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2d13580..356acd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Angular 4.3.0+ Authentication +# Angular 5+ Authentication This package provides authentication module with interceptor @@ -8,6 +8,11 @@ This package provides authentication module with interceptor npm install ngx-auth --save ``` +Note: If you want to use library for angular 4, use version 2.2.0 +``` +npm install ngx-auth@2.2.0 --save +``` + ## Full example Full example you can find in this repo [serhiisol/ngx-auth-example](/~https://github.com/serhiisol/ngx-auth-example) diff --git a/package.json b/package.json index 9a59472..b33138c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ngx-auth", - "version": "2.3.0", - "description": "Angular 4.3.0+ Authentication module", + "version": "3.0.0", + "description": "Angular 5+ Authentication module", "repository": "/~https://github.com/serhiisol/ngx-auth", "keywords": [ "angular2", @@ -13,21 +13,23 @@ "author": "Serhii Sol", "license": "MIT", "peerDependencies": { - "@angular/core": ">=4.3.2", - "@angular/common": ">=4.3.2", - "@angular/router": ">=4.3.2", + "@angular/core": ">=5.0.1", + "@angular/common": ">=5.0.1", + "@angular/router": ">=5.0.1", "rxjs": ">=5.4.2" }, "devDependencies": { - "@angular/core": ">=4.3.2", - "@angular/common": ">=4.3.2", - "@angular/router": ">=4.3.2", - "@angular/compiler": ">=4.3.2", - "@angular/platform-browser": ">=4.3.2", - "@angular/platform-browser-dynamic": ">=4.3.2", + "@angular/core": ">=5.0.1", + "@angular/common": ">=5.0.1", + "@angular/router": ">=5.0.1", + "@angular/compiler": ">=5.0.1", + "@angular/platform-browser": ">=5.0.1", + "@angular/platform-browser-dynamic": ">=5.0.1", + "@angular/cli": "1.5.0", + "@angular/compiler-cli": ">=5.0.1", + "@angular/language-service": ">=5.0.1", "@types/jasmine": "2.5.53", "@types/node": "8.0.17", - "rxjs": ">=5.4.2", "zone.js": ">=0.8.16", "awesome-typescript-loader": "3.2.2", "jasmine-core": "2.7.0", @@ -42,9 +44,6 @@ "webpack": "3.4.1", "webpack-dev-server": "2.6.1", "typescript": "2.4.2", - "@angular/cli": "1.5.0", - "@angular/compiler-cli": ">=4.3.2", - "@angular/language-service": ">=4.3.2", "ng-packagr": "1.6.0-rc.0" }, "scripts": {