ng2-wp-api
Advanced tools
Comparing version 2.1.4 to 2.1.5
#Changelog | ||
##2.1.4 | ||
##2.1.5 | ||
@@ -5,0 +5,0 @@ ###Bugs: |
@@ -15,3 +15,3 @@ import { WpUser } from "./wp-user.interface"; | ||
/** featuredMedia(): check if has featured image, return false | number */ | ||
featuredMedia: () => boolean | number; | ||
featuredMedia: () => number | boolean; | ||
/** | ||
@@ -18,0 +18,0 @@ * get post featured image url |
@@ -57,4 +57,4 @@ import { Observable } from "rxjs/Observable"; | ||
constructor(currentPage?: number, totalPages?: number, totalObjects?: number, links?: any); | ||
hasMore: boolean; | ||
hasPrev: boolean; | ||
readonly hasMore: boolean; | ||
readonly hasPrev: boolean; | ||
} |
@@ -36,5 +36,2 @@ /** | ||
const tsProject = typescript.createProject('tsconfig.json'); | ||
const config = { | ||
@@ -68,3 +65,3 @@ allSass: 'src/**/*.scss', | ||
.pipe(sourcemaps.init()) | ||
.pipe(typescript(tsProject)); | ||
.pipe(typescript('tsconfig.json')); | ||
@@ -71,0 +68,0 @@ tsResult.js.pipe(uglify()) |
{ | ||
"name": "ng2-wp-api", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "WordPress API Service for Angular 2", | ||
@@ -31,3 +31,3 @@ "repository": { | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@angular/common": "2.0.0", | ||
@@ -39,3 +39,2 @@ "@angular/compiler": "2.0.0", | ||
"@angular/router": "3.0.0", | ||
"core-js": "^2.4.1", | ||
@@ -48,4 +47,4 @@ "reflect-metadata": "^0.1.3", | ||
"angular2-template-loader": "^0.5.0", | ||
"autoprefixer": "^6.4.0", | ||
"cssnano": "^3.7.4", | ||
"autoprefixer": "^6.5.1", | ||
"cssnano": "^3.7.7", | ||
"del": "^2.2.2", | ||
@@ -56,14 +55,14 @@ "gulp": "^3.9.1", | ||
"gulp-sass": "^2.3.2", | ||
"gulp-sourcemaps": "^1.6.0", | ||
"gulp-tslint": "^6.1.1", | ||
"gulp-typescript": "^2.13.6", | ||
"gulp-sourcemaps": "^1.7.3", | ||
"gulp-tslint": "^6.1.2", | ||
"gulp-typescript": "^3.0.2", | ||
"gulp-uglify": "^2.0.0", | ||
"jasmine-core": "2.5.1", | ||
"jasmine-core": "2.5.2", | ||
"merge2": "^1.0.2", | ||
"postcss-scss": "^0.3.0", | ||
"postcss-scss": "^0.3.1", | ||
"postcss-strip-inline-comments": "^0.1.5", | ||
"tslint": "^3.15.1", | ||
"typescript": "^2.0.2", | ||
"typings": "^1.3.3" | ||
"typescript": "^2.0.3", | ||
"typings": "^1.4.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1153308
78
686
- Removed@angular/common@2.0.0
- Removed@angular/compiler@2.0.0
- Removed@angular/core@2.0.0
- Removed@angular/http@2.0.0
- Removed@angular/platform-browser@2.0.0
- Removed@angular/router@3.0.0
- Removedcore-js@^2.4.1
- Removedreflect-metadata@^0.1.3
- Removedrxjs@5.0.0-beta.12
- Removedzone.js@^0.6.23