-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fe87cd0
commit 601c085
Showing
10 changed files
with
8,879 additions
and
7,905 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ngx-resource/core", | ||
"version": "9.0.1", | ||
"version": "10.0.0", | ||
"description": "Core of resource library", | ||
"author": "Roman Rosluk <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -20,6 +20,9 @@ | |
"Angular2", | ||
"Resource" | ||
], | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"rxjs": "^6.0.0" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ngx-resource/handler-cordova-advanced-http", | ||
"version": "7.1.0", | ||
"version": "10.0.0", | ||
"description": "Resource Handler based on cordova-advanced-http", | ||
"author": "Roman Rosluk <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -23,7 +23,10 @@ | |
"Angular2", | ||
"resource-cordova-advanced-http" | ||
], | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@ngx-resource/core": "^7.1.0" | ||
"@ngx-resource/core": "^10.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ngx-resource/handler-fetch", | ||
"version": "7.1.0-beta.1", | ||
"version": "10.0.0", | ||
"description": "Resource handler for fetch", | ||
"author": "Roman Rosluk <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -19,7 +19,10 @@ | |
"ngx-resource-handler-fetch", | ||
"Resource" | ||
], | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@ngx-resource/core": "^7.1.0" | ||
"@ngx-resource/core": "^10.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@ngx-resource/handler-ngx-http", | ||
"version": "9.0.0", | ||
"version": "10.0.0", | ||
"description": "Resource handler for angular", | ||
"author": "Roman Rosluk <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -24,10 +24,13 @@ | |
"Angular2", | ||
"Resource" | ||
], | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": ">= 9.0.0", | ||
"@angular/core": ">= 9.0.0", | ||
"@ngx-resource/core": "^9.0.0", | ||
"@angular/common": ">= 10.0.0", | ||
"@angular/core": ">= 10.0.0", | ||
"@ngx-resource/core": "^10.0.0", | ||
"rxjs": "^6.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
{ | ||
"extends": [ | ||
"tslint-sonarts", | ||
"tslint:recommended" | ||
], | ||
"rules": { | ||
|