@arcteryx/js-cms
Advanced tools
Comparing version 1.27.10 to 1.27.11
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.27.11](https://bitbucket.org/arcteryx/arcteryx-js-helpers/compare/@arcteryx/js-cms@1.27.10...@arcteryx/js-cms@1.27.11) (2020-02-27) | ||
**Note:** Version bump only for package @arcteryx/js-cms | ||
## 1.27.10 (2020-02-06) | ||
@@ -8,0 +16,0 @@ |
@@ -116,3 +116,2 @@ 'use strict'; | ||
} | ||
function queryOptionsForBasicBlock(title) { | ||
@@ -124,3 +123,2 @@ return toQueryParams({ | ||
} | ||
function queryOptionsForReusableString(stringsArray) { | ||
@@ -145,3 +143,2 @@ var filterObj = {}; | ||
function GetDrupalData(_x) { | ||
@@ -328,2 +325,4 @@ return _GetDrupalData.apply(this, arguments); | ||
exports.queryOptionsForSimplePages = queryOptionsForSimplePages; | ||
exports.queryOptionsForBasicBlock = queryOptionsForBasicBlock; | ||
exports.queryOptionsForReusableString = queryOptionsForReusableString; | ||
exports.GetDrupalData = GetDrupalData; | ||
@@ -330,0 +329,0 @@ exports.GetSimplePage = GetSimplePage; |
@@ -112,3 +112,2 @@ function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { | ||
} | ||
function queryOptionsForBasicBlock(title) { | ||
@@ -120,3 +119,2 @@ return toQueryParams({ | ||
} | ||
function queryOptionsForReusableString(stringsArray) { | ||
@@ -141,3 +139,2 @@ var filterObj = {}; | ||
function GetDrupalData(_x) { | ||
@@ -322,3 +319,3 @@ return _GetDrupalData.apply(this, arguments); | ||
export { flattenCMSJson, queryOptionsForSimplePages, GetDrupalData, GetSimplePage, GetBasicBlock, GetReusableData, GetReusableText }; | ||
export { flattenCMSJson, queryOptionsForSimplePages, queryOptionsForBasicBlock, queryOptionsForReusableString, GetDrupalData, GetSimplePage, GetBasicBlock, GetReusableData, GetReusableText }; | ||
//# sourceMappingURL=index.js.map |
@@ -118,3 +118,2 @@ (function (global, factory) { | ||
} | ||
function queryOptionsForBasicBlock(title) { | ||
@@ -126,3 +125,2 @@ return toQueryParams({ | ||
} | ||
function queryOptionsForReusableString(stringsArray) { | ||
@@ -147,3 +145,2 @@ var filterObj = {}; | ||
function GetDrupalData(_x) { | ||
@@ -330,2 +327,4 @@ return _GetDrupalData.apply(this, arguments); | ||
exports.queryOptionsForSimplePages = queryOptionsForSimplePages; | ||
exports.queryOptionsForBasicBlock = queryOptionsForBasicBlock; | ||
exports.queryOptionsForReusableString = queryOptionsForReusableString; | ||
exports.GetDrupalData = GetDrupalData; | ||
@@ -332,0 +331,0 @@ exports.GetSimplePage = GetSimplePage; |
{ | ||
"name": "@arcteryx/js-cms", | ||
"version": "1.27.10", | ||
"version": "1.27.11", | ||
"source": "src/index.js", | ||
@@ -32,3 +32,3 @@ "main": "dist/cjs/index.js", | ||
"license": "ISC", | ||
"gitHead": "bcadc88e6f77aa08bfd74c70316a78bf5518d7f7" | ||
"gitHead": "20c42ee986ac987d16b9340039adb11e198aa1e5" | ||
} |
@@ -53,3 +53,3 @@ import { toQueryParams } from "@arcteryx/js-url"; | ||
function queryOptionsForBasicBlock(title) { | ||
export function queryOptionsForBasicBlock(title) { | ||
return toQueryParams({ | ||
@@ -61,3 +61,3 @@ "filter[title]": title, | ||
function queryOptionsForReusableString(stringsArray) { | ||
export function queryOptionsForReusableString(stringsArray) { | ||
const filterObj = {}; | ||
@@ -64,0 +64,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
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
212933
2195