contentful
Advanced tools
Comparing version 1.1.0 to 1.1.1
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
## v1.1.1 - 2015-03-25 | ||
- Fix issue where type parameter was sent on sync requests with a sync | ||
token | ||
## v1.1.0 - 2015-03-24 | ||
@@ -5,0 +9,0 @@ ### Added |
@@ -261,3 +261,3 @@ 'use strict'; | ||
var nextPageUrl = data.nextPageUrl.split('?'); | ||
this.query = _.omit(this.query, 'initial', 'sync_token'); | ||
this.query = _.omit(this.query, 'initial', 'type', 'sync_token'); | ||
this.query.sync_token = querystring.parse(nextPageUrl[1]).sync_token; | ||
@@ -264,0 +264,0 @@ } else if(data.nextSyncUrl){ |
{ | ||
"name": "contentful", | ||
"description": "Client for Contentful's Content Delivery API", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"homepage": "https://www.contentful.com/developers/documentation/content-delivery-api/", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -1,5 +0,3 @@ | ||
# contentful.js | ||
# contentful.js [![Build Status](https://travis-ci.org/contentful/contentful.js.png?branch=master)](https://travis-ci.org/contentful/contentful.js) | ||
[![Build Status](https://travis-ci.org/contentful/contentful.js.png?branch=master)](https://travis-ci.org/contentful/contentful.js) | ||
Javascript client for [Contentful's](https://www.contentful.com) Content Delivery API: | ||
@@ -6,0 +4,0 @@ |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
328260
6
103