umbraco-restapi
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -63,3 +63,3 @@ var Ketting = require("ketting"); | ||
Content.prototype.search = async function(query) { | ||
var opt = { page: 0, size: 100, query: "" }; | ||
var opt = { page: 1, size: 100, query: "" }; | ||
@@ -78,3 +78,3 @@ if (_.isString(query)) { | ||
Content.prototype.query = async function(query) { | ||
var opt = { page: 0, size: 100, query: "" }; | ||
var opt = { page: 1, size: 100, query: "" }; | ||
@@ -81,0 +81,0 @@ if (_.isString(query)) { |
@@ -74,3 +74,3 @@ var Ketting = require("ketting"); | ||
Media.prototype.search = async function(query) { | ||
var opt = { page: 0, size: 100, query: "" }; | ||
var opt = { page: 1, size: 100, query: "" }; | ||
@@ -77,0 +77,0 @@ if (_.isString(query)) { |
@@ -64,3 +64,3 @@ var Ketting = require("ketting"); | ||
Members.prototype.query = async function(query) { | ||
var opt = { page: 0, size: 100, orderBy: "name", direction: "Ascending", filter: "" }; | ||
var opt = { page: 1, size: 100, orderBy: "name", direction: "Ascending", filter: "" }; | ||
@@ -67,0 +67,0 @@ if (_.isString(query)) { |
{ | ||
"name": "umbraco-restapi", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "Javascript library for accessing Umbraco website API", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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